You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2012/03/13 14:26:07 UTC

svn commit: r1300113 - /commons/proper/commons-parent/trunk/pom.xml

Author: ggregory
Date: Tue Mar 13 13:26:06 2012
New Revision: 1300113

URL: http://svn.apache.org/viewvc?rev=1300113&view=rev
Log:
Next version will be 25.

Modified:
    commons/proper/commons-parent/trunk/pom.xml

Modified: commons/proper/commons-parent/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/commons-parent/trunk/pom.xml?rev=1300113&r1=1300112&r2=1300113&view=diff
==============================================================================
--- commons/proper/commons-parent/trunk/pom.xml (original)
+++ commons/proper/commons-parent/trunk/pom.xml Tue Mar 13 13:26:06 2012
@@ -29,7 +29,7 @@
   <artifactId>commons-parent</artifactId>
   <packaging>pom</packaging>
   <!-- Must agree with commons.release.version below -->
-  <version>24-SNAPSHOT</version>
+  <version>25-SNAPSHOT</version>
   <name>Commons Parent</name>
   <url>http://commons.apache.org/</url>
   <description>The Apache Commons Parent Pom provides common settings for all Apache Commons components.</description>
@@ -1103,7 +1103,7 @@ http://svn.apache.org/repos/asf/commons/
   <properties>
     <!-- configuration bits for cutting a release candidate, must be overridden by components -->
     <!-- must agree with project.version above -->
-    <commons.release.version>24</commons.release.version>
+    <commons.release.version>25</commons.release.version>
     <commons.rc.version>RC1</commons.rc.version>
 
     <!-- Default configuration for compiler source and target JVM -->