You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ba...@apache.org on 2009/03/20 05:48:58 UTC

svn commit: r756325 - /commons/proper/cli/branches/cli-1.x/pom.xml

Author: bayard
Date: Fri Mar 20 04:48:58 2009
New Revision: 756325

URL: http://svn.apache.org/viewvc?rev=756325&view=rev
Log:
Moving to development snapshot

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=756325&r1=756324&r2=756325&view=diff
==============================================================================
--- commons/proper/cli/branches/cli-1.x/pom.xml (original)
+++ commons/proper/cli/branches/cli-1.x/pom.xml Fri Mar 20 04:48:58 2009
@@ -24,7 +24,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>commons-cli</groupId>
   <artifactId>commons-cli</artifactId>
-  <version>1.2</version>
+  <version>1.3-SNAPSHOT</version>
   <name>Commons CLI</name>
 
   <inceptionYear>2002</inceptionYear>
@@ -138,7 +138,7 @@
     <commons.jira.id>CLI</commons.jira.id>
     <commons.jira.pid>12310463</commons.jira.pid>
     <!-- The RC version used in the staging repository URL. -->
-    <commons.rc.version>RC7</commons.rc.version>    
+    <commons.rc.version>RC1</commons.rc.version>    
   </properties>
 
   <build>