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/17 11:58:25 UTC

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

Author: sebb
Date: Sun Apr 17 09:58:25 2016
New Revision: 1739566

URL: http://svn.apache.org/viewvc?rev=1739566&view=rev
Log:
Update to current plugin releases
Require Maven 3.0.5 as a minumum

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=1739566&r1=1739565&r2=1739566&view=diff
==============================================================================
--- commons/proper/commons-parent/trunk/RELEASE-NOTES.txt (original)
+++ commons/proper/commons-parent/trunk/RELEASE-NOTES.txt Sun Apr 17 09:58:25 2016
@@ -1,7 +1,7 @@
-              Apache Commons Parent 40-SNAPSHOT
+              Apache Commons Parent 40
                   RELEASE NOTES
 
-The Apache Commons Parent team is pleased to announce the release of Apache Commons Parent 40-SNAPSHOT
+The Apache Commons Parent team is pleased to announce the release of Apache Commons Parent 40
 
 The Apache Commons Parent POM provides common settings for all Apache Commons components.
 
@@ -10,7 +10,26 @@ TBD; updates plugins and parent.
 Changes in this version include:
 
 Changes:
-o                   Update Parent POM : 16 -> 17
+o                   Update Apache Parent POM : 16 -> 17
+o                   maven-release-plugin 2.5.2 -> 2.5.3
+o                   buildnumber-maven-plugin 1.3 -> 1.4 (supports git SCM now)
+o                   maven-assembly-plugin 2.5.5 -> 2.6
+o                   maven-surefire-plugin 2.18.1 -> 2.19.1
+o                   maven-compiler-plugin : 3.3 -> 3.5.1
+o                   maven-changes-plugin : 2.11 -> 2.12
+o                   commons-build-plugin : 1.4 -> 1.5
+o                   COMMONSSITE-87 - ensure assembly plugin runs after all package phase plugins
+o                   felix:maven-bundle-plugin : 2.5.3 -> 3.0.0
+o                   maven-enforcer-plugin : 1.3.1 -> 1.4.1
+o                   maven-project-info-reports-plugin : 2.8 -> 2.9
+o                   maven-site-plugin : 3.4 -> 3.5.1
+o                   maven-source-plugin : 2.4 -> 3.0.0
+o                   animal-sniffer-maven-plugin : 1.11 -> 1.15
+o                   build-helper-maven-plugin : 1.9.1 -> 1.10
+o                   clirr-maven-plugin : 2.6.1 -> 2.7
+o                   jacoco-maven-plugin : 0.7.5.201505241946 -> 0.7.6.201602180812
+o                   maven-clean-plugin : 2.6.1 -> 3.0.0
+o                   Require minimum of Maven 3.0.5
 
 
 Historical list of changes: http://commons.apache.org/changes-report.html

Modified: commons/proper/commons-parent/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/commons-parent/trunk/pom.xml?rev=1739566&r1=1739565&r2=1739566&view=diff
==============================================================================
--- commons/proper/commons-parent/trunk/pom.xml (original)
+++ commons/proper/commons-parent/trunk/pom.xml Sun Apr 17 09:58:25 2016
@@ -36,6 +36,7 @@
 Version 40:
 
 - Update Apache parent: 16 -> 17
+- Require minimum of Maven 3.0.5
 - maven-release-plugin 2.5.2 -> 2.5.3
 - buildnumber-maven-plugin 1.3 -> 1.4 (supports git SCM now)
 - maven-assembly-plugin 2.5.5 -> 2.6
@@ -44,7 +45,16 @@ Version 40:
 - maven-changes-plugin : 2.11 -> 2.12
 - commons-build-plugin : 1.4 -> 1.5
 - 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
+- maven-project-info-reports-plugin : 2.8 -> 2.9
+- maven-site-plugin : 3.4 -> 3.5.1
+- maven-source-plugin : 2.4 -> 3.0.0
+- animal-sniffer-maven-plugin : 1.11 -> 1.15
+- build-helper-maven-plugin : 1.9.1 -> 1.10
+- clirr-maven-plugin : 2.6.1 -> 2.7
+- jacoco-maven-plugin : 0.7.5.201505241946 -> 0.7.6.201602180812
+- maven-clean-plugin : 2.6.1 -> 3.0.0
 
 Version 39:
 
@@ -61,7 +71,7 @@ Version 39:
 
   <!-- Maven versions plugin reports an error if this is omitted -->
   <prerequisites>
-    <maven>3.0.1</maven>
+    <maven>3.0.5</maven>
   </prerequisites>
 
   <ciManagement>
@@ -247,7 +257,7 @@ Version 39:
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-clean-plugin</artifactId>
-          <version>2.6.1</version>
+          <version>3.0.0</version>
         </plugin>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
@@ -366,7 +376,7 @@ Version 39:
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-source-plugin</artifactId>
-          <version>2.4</version>
+          <version>3.0.0</version>
           <configuration>
             <archive>
               <manifest>
@@ -393,7 +403,7 @@ Version 39:
         <plugin>
           <groupId>org.apache.felix</groupId>
           <artifactId>maven-bundle-plugin</artifactId>
-          <version>2.5.3</version>
+          <version>3.0.1</version>
           <inherited>true</inherited>
         </plugin>
         <plugin>
@@ -404,7 +414,7 @@ Version 39:
         <plugin>
           <groupId>org.codehaus.mojo</groupId>
           <artifactId>build-helper-maven-plugin</artifactId>
-          <version>1.9.1</version>
+          <version>1.10</version>
         </plugin>
         <plugin>
           <groupId>org.codehaus.mojo</groupId>
@@ -473,7 +483,7 @@ Version 39:
         <inherited>true</inherited>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-enforcer-plugin</artifactId>
-        <version>1.3.1</version>
+        <version>1.4.1</version>
         <executions>
           <execution>
             <id>enforce-maven-3</id>
@@ -1362,7 +1372,7 @@ Version 39:
          -->
         <commons.findbugs.version>3.0.0</commons.findbugs.version>
         <!-- Since 1.13 running maven with Java7 is required, 1.14 also supports Java8 class files (ASM 5.0) -->
-        <commons.animal-sniffer.version>1.14</commons.animal-sniffer.version>
+        <commons.animal-sniffer.version>1.15</commons.animal-sniffer.version>
       </properties>
     </profile>
 
@@ -1409,12 +1419,12 @@ Version 39:
     <commons.javadoc.version>2.10.3</commons.javadoc.version>
     <commons.rat.version>0.11</commons.rat.version>
     <commons.changes.version>2.12</commons.changes.version>
-    <commons.clirr.version>2.6.1</commons.clirr.version>
+    <commons.clirr.version>2.7</commons.clirr.version>
     <commons.jxr.version>2.5</commons.jxr.version>
-    <commons.project-info.version>2.8</commons.project-info.version>
+    <commons.project-info.version>2.9</commons.project-info.version>
     <commons.wagon-ssh.version>2.8</commons.wagon-ssh.version>
-    <commons.site-plugin.version>3.4</commons.site-plugin.version>
-    <commons.jacoco.version>0.7.5.201505241946</commons.jacoco.version>
+    <commons.site-plugin.version>3.5.1</commons.site-plugin.version>
+    <commons.jacoco.version>0.7.6.201602180812</commons.jacoco.version>
     <commons.cobertura.version>2.7</commons.cobertura.version>
     <commons.jdepend.version>2.0</commons.jdepend.version>
     <commons.compiler.version>3.5.1</commons.compiler.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=1739566&r1=1739565&r2=1739566&view=diff
==============================================================================
--- commons/proper/commons-parent/trunk/src/changes/changes.xml (original)
+++ commons/proper/commons-parent/trunk/src/changes/changes.xml Sun Apr 17 09:58:25 2016
@@ -60,7 +60,26 @@ The <action> type attribute can be add,u
 
     <body>
         <release version="40" date="TBA" description="TBD; updates plugins and parent.">
-            <action type="update">Update Parent POM : 16 -> 17</action>
+            <action type="update">Update Apache Parent POM : 16 -> 17</action>
+            <action type="update">maven-release-plugin 2.5.2 -> 2.5.3</action>
+            <action type="update">buildnumber-maven-plugin 1.3 -> 1.4 (supports git SCM now)</action>
+            <action type="update">maven-assembly-plugin 2.5.5 -> 2.6</action>
+            <action type="update">maven-surefire-plugin 2.18.1 -> 2.19.1</action>
+            <action type="update">maven-compiler-plugin : 3.3 -> 3.5.1</action>
+            <action type="update">maven-changes-plugin : 2.11 -> 2.12</action>
+            <action type="update">commons-build-plugin : 1.4 -> 1.5</action>
+            <action type="update">COMMONSSITE-87 - ensure assembly plugin runs after all package phase plugins</action>
+            <action type="update">felix:maven-bundle-plugin : 2.5.3 -> 3.0.0</action>
+            <action type="update">maven-enforcer-plugin : 1.3.1 -> 1.4.1</action>
+            <action type="update">maven-project-info-reports-plugin : 2.8 -> 2.9</action>
+            <action type="update">maven-site-plugin : 3.4 -> 3.5.1</action>
+            <action type="update">maven-source-plugin : 2.4 -> 3.0.0</action>
+            <action type="update">animal-sniffer-maven-plugin : 1.11 -> 1.15</action>
+            <action type="update">build-helper-maven-plugin : 1.9.1 -> 1.10</action>
+            <action type="update">clirr-maven-plugin : 2.6.1 -> 2.7</action>
+            <action type="update">jacoco-maven-plugin : 0.7.5.201505241946 -> 0.7.6.201602180812</action>
+            <action type="update">maven-clean-plugin : 2.6.1 -> 3.0.0</action>
+            <action type="update">Require minimum of Maven 3.0.5</action>
         </release>
 
         <release version="39" date="2015-09-07" description="Uses a new location assembly location; updates plugins; allows Java 8 builds to use animal-sniffer.">