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 2012/08/08 01:40:02 UTC

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

Author: sebb
Date: Tue Aug  7 23:40:01 2012
New Revision: 1370594

URL: http://svn.apache.org/viewvc?rev=1370594&view=rev
Log:
Update changes plugin

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=1370594&r1=1370593&r2=1370594&view=diff
==============================================================================
--- commons/proper/commons-parent/trunk/pom.xml (original)
+++ commons/proper/commons-parent/trunk/pom.xml Tue Aug  7 23:40:01 2012
@@ -1124,7 +1124,7 @@ http://svn.apache.org/repos/asf/commons/
     <commons.surefire-report.version>2.12</commons.surefire-report.version>
     <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.changes.version>2.7</commons.changes.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>

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=1370594&r1=1370593&r2=1370594&view=diff
==============================================================================
--- commons/proper/commons-parent/trunk/src/changes/changes.xml (original)
+++ commons/proper/commons-parent/trunk/src/changes/changes.xml Tue Aug  7 23:40:01 2012
@@ -58,6 +58,9 @@ The <action> type attribute can be add,u
     <body>
         <release version="26" date="2012-??-??" description="Update plugins">
             <action type="update">
+            maven-changes-plugin: 2.6 -> 2.7
+            </action>
+            <action type="update">
             FELIX-3037 has been fixed; the profile java-1.5-detected is no longer needed
             (in fact is causes problems, because it reverts bndlib to a version that is missing some required new methods)
             </action>