You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2012/03/13 14:32:23 UTC

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

Author: ggregory
Date: Tue Mar 13 13:32:23 2012
New Revision: 1300116

URL: http://svn.apache.org/viewvc?rev=1300116&view=rev
Log:
Next version will be 25.

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=1300116&r1=1300115&r2=1300116&view=diff
==============================================================================
--- commons/proper/commons-parent/trunk/pom.xml (original)
+++ commons/proper/commons-parent/trunk/pom.xml Tue Mar 13 13:32:23 2012
@@ -35,28 +35,12 @@
   <description>The Apache Commons Parent Pom provides common settings for all Apache Commons components.</description>
 
 <!--
-Version 24:
-      Updated various plugin versions:
-            antrun: 1.6 => 1.7
-            assembly: 2.2.1 => 2.3
-            jar: 2.3.2 => 2.4
-            release: 2.2.1 => 2.2.2
-            remote-resources: override Apache pom 9 with 1.2.1
-            commons-build: 1.3 => 1.4
-            bundle: 2.3.5 => 2.3.7; removed workround for Java 1.5 as no longer necessary
-            Added cobertura: 2.5.1 to reporting and buildManagement
-            surefire: 2.9 => 2.12
-            surefire-report: 2.9 => 2.12
-            Allow override of surefire-report aggregate setting using property commons.surefire-report.aggregate
-            javadoc: 2.8 => 2.8.1
-            rat: 0.7 => 0.8
-            wagon-ssh 1.0 => 2.2 (M3 only)
-            Deleted "ci" profile (does not apply with Nexus)
-            Add default project info reports: excluded license/plugins/plugin management
-            Add tests.jar and test-sources.jar to deployed files
+Version 25:
+  Updated various plugin versions:
+    clirr-maven-plugin: 2.3 => 2.4            
 
 For full details see:
-http://svn.apache.org/repos/asf/commons/proper/commons-parent/tags/commons-parent-24/RELEASE-NOTES.txt
+http://svn.apache.org/repos/asf/commons/proper/commons-parent/tags/commons-parent-25/RELEASE-NOTES.txt
  -->
 
   <!-- Now required by versions plugin -->
@@ -1122,7 +1106,7 @@ http://svn.apache.org/repos/asf/commons/
     <commons.javadoc.version>2.8.1</commons.javadoc.version>
     <commons.rat.version>0.8</commons.rat.version>
     <commons.changes.version>2.6</commons.changes.version>
-    <commons.clirr.version>2.3</commons.clirr.version>
+    <commons.clirr.version>2.4</commons.clirr.version>
     <commons.jxr.version>2.3</commons.jxr.version>
     <commons.project-info.version>2.4</commons.project-info.version>
     <commons.wagon-ssh.version>2.2</commons.wagon-ssh.version>