Author: ebourg
Date: Thu May 29 14:42:32 2008
New Revision: 661495
URL: http://svn.apache.org/viewvc?rev=661495&view=rev
Log:
Adjusted the Maven 2 groupId to match the Maven 1 groupId for CLI 1.x
Modified:
commons/proper/cli/branches/cli-1.x/pom.xml
Modified: commons/proper/cli/branches/cli-1.x/pom.xml
URL:
http://svn.apache.org/viewvc/commons/proper/cli/branches/cli-1.x/pom.xml?rev=661495&r1=661494&r2=661495&view=diff
==============================================================================
--- commons/proper/cli/branches/cli-1.x/pom.xml (original)
+++ commons/proper/cli/branches/cli-1.x/pom.xml Thu May 29 14:42:32 2008
@@ -22,7 +22,7 @@
<version>10</version>
</parent>
<modelVersion>4.0.0</modelVersion>
- <groupId>org.apache.commons</groupId>
+ <groupId>commons-cli</groupId>
<artifactId>commons-cli</artifactId>
<version>1.2-SNAPSHOT</version>
<name>Commons CLI</name>