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/28 12:43:54 UTC

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

Author: sebb
Date: Fri Jun 28 10:43:54 2013
New Revision: 1497720

URL: http://svn.apache.org/r1497720
Log:
Bump to next version
Update Javadoc plugin to 2.9.1

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=1497720&r1=1497719&r2=1497720&view=diff
==============================================================================
--- commons/proper/commons-parent/trunk/pom.xml (original)
+++ commons/proper/commons-parent/trunk/pom.xml Fri Jun 28 10:43:54 2013
@@ -27,7 +27,7 @@
   <groupId>org.apache.commons</groupId>
   <artifactId>commons-parent</artifactId>
   <packaging>pom</packaging>
-  <version>31-SNAPSHOT</version>
+  <version>32-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>
@@ -1223,7 +1223,7 @@ http://svn.apache.org/repos/asf/commons/
     <!-- plugin versions (allows same value in reporting and build sections) -->
     <commons.surefire.version>2.15</commons.surefire.version>
     <commons.surefire-report.version>2.15</commons.surefire-report.version>
-    <commons.javadoc.version>2.9</commons.javadoc.version>
+    <commons.javadoc.version>2.9.1</commons.javadoc.version>
     <!-- 
       For RAT 0.9, make sure you <exclude>site-content/**/*</exclude> in your POM if you overrdide the configuration
       If you do not exclude site-content, RAT will take a long time to run, for example, 1 hour for Commons IO. 

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=1497720&r1=1497719&r2=1497720&view=diff
==============================================================================
--- commons/proper/commons-parent/trunk/src/changes/changes.xml (original)
+++ commons/proper/commons-parent/trunk/src/changes/changes.xml Fri Jun 28 10:43:54 2013
@@ -59,7 +59,16 @@ The <action> type attribute can be add,u
      -->
 
     <body>
-        <release version="31" date="TBA" description="
+
+        <release version="32" date="2013-??-??" description="
+The main changes in this release are:
+  - updated some plugins
+">
+            <!-- List each change individually so the changes html report is easier to read -->
+            <action type="update">maven-javadoc-plugin          2.9 -> 2.9.1</action>
+        </release>
+
+        <release version="31" date="2013-06-24" description="
 The main changes in this release are:
   - dropped unused 'rc' profile
   - fixed the maven.compile[r] names