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/21 18:49:48 UTC

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

Author: sebb
Date: Mon Jan 21 17:49:48 2013
New Revision: 1436511

URL: http://svn.apache.org/viewvc?rev=1436511&view=rev
Log:
Apache Parent 13 has been released; this finally fixes MPOM-32

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=1436511&r1=1436510&r2=1436511&view=diff
==============================================================================
--- commons/proper/commons-parent/trunk/pom.xml (original)
+++ commons/proper/commons-parent/trunk/pom.xml Mon Jan 21 17:49:48 2013
@@ -22,8 +22,7 @@
   <parent>
     <groupId>org.apache</groupId>
     <artifactId>apache</artifactId>
-    <!-- Versions 10-12 are broken; see https://issues.apache.org/jira/browse/MPOM-32 -->
-    <version>9</version>
+    <version>13</version>
   </parent>
   <groupId>org.apache.commons</groupId>
   <artifactId>commons-parent</artifactId>
@@ -36,6 +35,8 @@
 
 <!--
 Version 28:
+          apache-parent-pom                  9      -> 13
+
           maven-surefire-plugin              2.12.3 -> 2.13
           maven-surefire-report-plugin       2.12.3 -> 2.13
           cobertura-maven-plugin             2.5.1  -> 2.5.2
@@ -559,7 +560,7 @@ http://svn.apache.org/repos/asf/commons/
             reports configured in a parent POM.
             See https://jira.codehaus.org/browse/MPIR-241
             and https://issues.apache.org/jira/browse/MPOM-32
-            So we define here all thos reports that are suitable for
+            So we define here all those reports that are suitable for
             all components. 
             Components can add extra reports if they wish, but cannot disable any.
         -->

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=1436511&r1=1436510&r2=1436511&view=diff
==============================================================================
--- commons/proper/commons-parent/trunk/src/changes/changes.xml (original)
+++ commons/proper/commons-parent/trunk/src/changes/changes.xml Mon Jan 21 17:49:48 2013
@@ -58,6 +58,8 @@ The <action> type attribute can be add,u
     <body>
         <release version="28" date="TBA" description="Update plugins">
             <action type="update">
+            apache-parent-pom                  9      -> 13
+
             maven-surefire-plugin              2.12.3 -> 2.12.4
             maven-surefire-report-plugin       2.12.3 -> 2.12.4
             cobertura-maven-plugin             2.5.1  -> 2.5.2