You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by se...@apache.org on 2013/01/26 12:22:18 UTC

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

Author: sebb
Date: Sat Jan 26 11:22:18 2013
New Revision: 1438878

URL: http://svn.apache.org/viewvc?rev=1438878&view=rev
Log:
Next snapshot version

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=1438878&r1=1438877&r2=1438878&view=diff
==============================================================================
--- commons/proper/commons-parent/trunk/pom.xml (original)
+++ commons/proper/commons-parent/trunk/pom.xml Sat Jan 26 11:22:18 2013
@@ -28,7 +28,7 @@
   <artifactId>commons-parent</artifactId>
   <packaging>pom</packaging>
   <!-- Must agree with commons.release.version below -->
-  <version>28-SNAPSHOT</version>
+  <version>29-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>
@@ -1155,7 +1155,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>28</commons.release.version>
+    <commons.release.version>29</commons.release.version>
     <commons.rc.version>RC1</commons.rc.version>
     <commons.jira.id>COMMONSSITE</commons.jira.id>