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 2016/04/25 14:04:02 UTC

svn commit: r1740823 - in /commons/proper/commons-parent/trunk: RELEASE-NOTES.txt pom.xml src/changes/changes.xml

Author: sebb
Date: Mon Apr 25 12:04:01 2016
New Revision: 1740823

URL: http://svn.apache.org/viewvc?rev=1740823&view=rev
Log:
Commons Build Plugin now at 1.6

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

Modified: commons/proper/commons-parent/trunk/RELEASE-NOTES.txt
URL: http://svn.apache.org/viewvc/commons/proper/commons-parent/trunk/RELEASE-NOTES.txt?rev=1740823&r1=1740822&r2=1740823&view=diff
==============================================================================
--- commons/proper/commons-parent/trunk/RELEASE-NOTES.txt (original)
+++ commons/proper/commons-parent/trunk/RELEASE-NOTES.txt Mon Apr 25 12:04:01 2016
@@ -27,7 +27,7 @@ o                   animal-sniffer-maven
 o                   build-helper-maven-plugin : 1.9.1 -> 1.10
 o                   buildnumber-maven-plugin 1.3 -> 1.4 (supports git SCM now)
 o                   clirr-maven-plugin : 2.6.1 -> 2.7
-o                   commons-build-plugin : 1.4 -> 1.5
+o                   commons-build-plugin : 1.4 -> 1.6
 o                   felix:maven-bundle-plugin : 2.5.3 -> 3.0.0
 o                   findbugs-maven-plugin : 3.0.0 -> 3.0.3
 o                   jacoco-maven-plugin : 0.7.5.201505241946 -> 0.7.6.201602180812

Modified: commons/proper/commons-parent/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/commons-parent/trunk/pom.xml?rev=1740823&r1=1740822&r2=1740823&view=diff
==============================================================================
--- commons/proper/commons-parent/trunk/pom.xml (original)
+++ commons/proper/commons-parent/trunk/pom.xml Mon Apr 25 12:04:01 2016
@@ -47,7 +47,7 @@ Version 40:
 - maven-surefire-plugin 2.18.1 -> 2.19.1
 - maven-compiler-plugin : 3.3 -> 3.5.1
 - maven-changes-plugin : 2.11 -> 2.12
-- commons-build-plugin : 1.4 -> 1.5
+- commons-build-plugin : 1.4 -> 1.6
 - COMMONSSITE-87 - ensure assembly plugin runs after all package phase plugins
 - felix:maven-bundle-plugin : 2.5.3 -> 3.0.1
 - maven-enforcer-plugin : 1.3.1 -> 1.4.1
@@ -1428,7 +1428,7 @@ Version 39:
     <commons.surefire.java />
 
     <!-- plugin versions (allows same value in reporting and build sections; also allows easy override) -->
-    <commons.build-plugin.version>1.5</commons.build-plugin.version>
+    <commons.build-plugin.version>1.6</commons.build-plugin.version>
     <commons.surefire.version>2.19.1</commons.surefire.version>
     <commons.surefire-report.version>2.19.1</commons.surefire-report.version>
     <commons.javadoc.version>2.10.3</commons.javadoc.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=1740823&r1=1740822&r2=1740823&view=diff
==============================================================================
--- commons/proper/commons-parent/trunk/src/changes/changes.xml (original)
+++ commons/proper/commons-parent/trunk/src/changes/changes.xml Mon Apr 25 12:04:01 2016
@@ -77,7 +77,7 @@ The <action> type attribute can be add,u
             <action type="update">build-helper-maven-plugin : 1.9.1 -> 1.10</action>
             <action type="update">buildnumber-maven-plugin 1.3 -> 1.4 (supports git SCM now)</action>
             <action type="update">clirr-maven-plugin : 2.6.1 -> 2.7</action>
-            <action type="update">commons-build-plugin : 1.4 -> 1.5</action>
+            <action type="update">commons-build-plugin : 1.4 -> 1.6</action>
             <action type="update">felix:maven-bundle-plugin : 2.5.3 -> 3.0.0</action>
             <action type="update">findbugs-maven-plugin : 3.0.0 -> 3.0.3</action>
             <action type="update">jacoco-maven-plugin : 0.7.5.201505241946 -> 0.7.6.201602180812</action>