Author: bayard
Date: Tue Mar 24 04:21:02 2009
New Revision: 757657

URL: http://svn.apache.org/viewvc?rev=757657&view=rev
Log:
Moving more items from cli to cli2

Modified:
    commons/sandbox/cli2/trunk/pom.xml

Modified: commons/sandbox/cli2/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/commons/sandbox/cli2/trunk/pom.xml?rev=757657&r1=757656&r2=757657&view=diff
==============================================================================
--- commons/sandbox/cli2/trunk/pom.xml (original)
+++ commons/sandbox/cli2/trunk/pom.xml Tue Mar 24 04:21:02 2009
@@ -23,13 +23,13 @@
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.commons</groupId>
-  <artifactId>commons-cli</artifactId>
+  <artifactId>commons-cli2</artifactId>
   <version>2.0-SNAPSHOT</version>
-  <name>Commons CLI</name>
+  <name>Commons CLI2</name>
 
   <inceptionYear>2002</inceptionYear>
   <description>
-    Commons CLI provides a simple API for presenting, processing and 
validating a command line interface.
+    Commons CLI2 provides a simple API for presenting, processing and 
validating a command line interface.
   </description>
 
   <url>http://commons.apache.org/sandbox/cli2/</url>
@@ -144,8 +144,8 @@
   </dependencies>
 
   <properties>
-    <commons.componentid>cli</commons.componentid>
-    
<commons.release.name>commons-cli-${commons.release.version}</commons.release.name>
+    <commons.componentid>cli2</commons.componentid>
+    
<commons.release.name>commons-cli2-${commons.release.version}</commons.release.name>
     
<commons.osgi.symbolicName>org.apache.commons.cli2</commons.osgi.symbolicName>
     <commons.release.version>2.0</commons.release.version>
     <commons.binary.suffix></commons.binary.suffix>


Reply via email to