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/06/11 00:42:31 UTC

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

Author: sebb
Date: Mon Jun 10 22:42:31 2013
New Revision: 1491634

URL: http://svn.apache.org/r1491634
Log:
Bump 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=1491634&r1=1491633&r2=1491634&view=diff
==============================================================================
--- commons/proper/commons-parent/trunk/pom.xml (original)
+++ commons/proper/commons-parent/trunk/pom.xml Mon Jun 10 22:42:31 2013
@@ -27,8 +27,7 @@
   <groupId>org.apache.commons</groupId>
   <artifactId>commons-parent</artifactId>
   <packaging>pom</packaging>
-  <!-- Must agree with commons.release.version below -->
-  <version>30-SNAPSHOT</version>
+  <version>31-SNAPSHOT</version>
   <name>Apache Commons Parent</name>
   <url>http://commons.apache.org/</url>
   <description>The Apache Commons Parent POM provides common settings for all Apache Commons components.</description>
@@ -1279,8 +1278,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>30</commons.release.version>
+    <commons.release.version>${project.version}</commons.release.version>
     <commons.rc.version>RC1</commons.rc.version>
     <commons.jira.id>COMMONSSITE</commons.jira.id>