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/07/14 02:59:41 UTC

svn commit: r1502922 - in /commons/proper/commons-parent/trunk: pom.xml src/changes/changes.xml

Author: sebb
Date: Sun Jul 14 00:59:41 2013
New Revision: 1502922

URL: http://svn.apache.org/r1502922
Log:
Bump version for next release

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

Modified: commons/proper/commons-parent/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/commons-parent/trunk/pom.xml?rev=1502922&r1=1502921&r2=1502922&view=diff
==============================================================================
--- commons/proper/commons-parent/trunk/pom.xml (original)
+++ commons/proper/commons-parent/trunk/pom.xml Sun Jul 14 00:59:41 2013
@@ -27,7 +27,7 @@
   <groupId>org.apache.commons</groupId>
   <artifactId>commons-parent</artifactId>
   <packaging>pom</packaging>
-  <version>32-SNAPSHOT</version>
+  <version>33-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>

Modified: commons/proper/commons-parent/trunk/src/changes/changes.xml
URL: http://svn.apache.org/viewvc/commons/proper/commons-parent/trunk/src/changes/changes.xml?rev=1502922&r1=1502921&r2=1502922&view=diff
==============================================================================
--- commons/proper/commons-parent/trunk/src/changes/changes.xml (original)
+++ commons/proper/commons-parent/trunk/src/changes/changes.xml Sun Jul 14 00:59:41 2013
@@ -60,7 +60,13 @@ The <action> type attribute can be add,u
 
     <body>
 
-        <release version="32" date="2013-??-??" description="
+        <release version="33" date="2013-??-??" description="
+The main changes in this release are:
+">
+            <!-- List each change individually so the changes html report is easier to read -->
+        </release>
+
+        <release version="32" date="2013-07-01" description="
 The main changes in this release are:
   - added fix for Javadoc vulnerability (CVE-2013-1571, VU#225657) MJAVADOC-370
   - updated some plugins