Skip to content

Commit 8cbeaaa

Browse files
author
Dion Gillard
committed
Bug 37314 - Fixes to POMs
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/cli/trunk@348036 13f79535-47bb-0310-9956-ffa450edef68
1 parent 0f2a360 commit 8cbeaaa

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

project.xml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,10 @@
1515
limitations under the License.
1616
-->
1717
<project>
18-
<id>commons-cli</id>
18+
<groupId>commons-cli</groupId>
19+
<artifactId>commons-cli</artifactId>
1920
<name>CLI</name>
20-
<currentVersion>2.0</currentVersion>
21+
<currentVersion>2.0-SNAPSHOT</currentVersion>
2122
<inceptionYear>2002</inceptionYear>
2223
<shortDescription>Commons CLI</shortDescription>
2324
<description>
@@ -100,15 +101,13 @@
100101
<contributors>
101102
<contributor>
102103
<name>Peter Donald</name>
103-
<id>donaldp</id>
104104
<roles>
105105
<role>contributed ideas and code from Avalon Excalibur's cli package</role>
106106
</roles>
107107
</contributor>
108108
<contributor>
109109
<name>Berin Loritsch</name>
110110
<email>bloritsch@apache.org</email>
111-
<id>bloritsch</id>
112111
<roles>
113112
<role>helped in the Avalon CLI merge</role>
114113
</roles>

0 commit comments

Comments
 (0)