Skip to content

Commit a78644d

Browse files
author
Niall Pemberton
committed
Upgrade to version 4 of commons-sandbox-parent and add properties for commons-build-plugin
git-svn-id: https://svn.apache.org/repos/asf/commons/sandbox/csv/trunk@633751 13f79535-47bb-0310-9956-ffa450edef68
1 parent 40fb601 commit a78644d

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

pom.xml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.apache.commons</groupId>
66
<artifactId>commons-sandbox-parent</artifactId>
7-
<version>3</version>
7+
<version>4</version>
88
</parent>
99

1010
<artifactId>commons-csv</artifactId>
@@ -58,6 +58,11 @@
5858
</site>
5959
</distributionManagement>
6060

61+
<properties>
62+
<commons.componentid>csv</commons.componentid>
63+
<commons.jira.componentid>12311182</commons.jira.componentid>
64+
</properties>
65+
6166
<build>
6267
<sourceDirectory>src/java</sourceDirectory>
6368
<testSourceDirectory>src/test</testSourceDirectory>

0 commit comments

Comments
 (0)