You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by de...@apache.org on 2012/06/04 23:18:36 UTC

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

Author: dennisl
Date: Mon Jun  4 21:18:36 2012
New Revision: 1346161

URL: http://svn.apache.org/viewvc?rev=1346161&view=rev
Log:
Version 25 has been released. Next version will be 26.

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=1346161&r1=1346160&r2=1346161&view=diff
==============================================================================
--- commons/proper/commons-parent/trunk/pom.xml (original)
+++ commons/proper/commons-parent/trunk/pom.xml Mon Jun  4 21:18:36 2012
@@ -29,7 +29,7 @@
   <artifactId>commons-parent</artifactId>
   <packaging>pom</packaging>
   <!-- Must agree with commons.release.version below -->
-  <version>25-SNAPSHOT</version>
+  <version>26-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>
@@ -1105,7 +1105,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>25</commons.release.version>
+    <commons.release.version>26</commons.release.version>
     <commons.rc.version>RC1</commons.rc.version>
 
     <!-- Default configuration for compiler source and target JVM -->