Skip to content

Commit e9a35f5

Browse files
committed
Adjusted the Maven 2 groupId to match the Maven 1 groupId for CLI 1.x
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/cli/branches/cli-1.x@661495 13f79535-47bb-0310-9956-ffa450edef68
1 parent 82c8efa commit e9a35f5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<version>10</version>
2323
</parent>
2424
<modelVersion>4.0.0</modelVersion>
25-
<groupId>org.apache.commons</groupId>
25+
<groupId>commons-cli</groupId>
2626
<artifactId>commons-cli</artifactId>
2727
<version>1.2-SNAPSHOT</version>
2828
<name>Commons CLI</name>

0 commit comments

Comments
 (0)