You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ec...@apache.org on 2015/08/27 14:46:17 UTC

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

Author: ecki
Date: Thu Aug 27 12:46:17 2015
New Revision: 1698139

URL: http://svn.apache.org/r1698139
Log:
update plugin versions, prepare release notes

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=1698139&r1=1698138&r2=1698139&view=diff
==============================================================================
--- commons/proper/commons-parent/trunk/RELEASE-NOTES.txt (original)
+++ commons/proper/commons-parent/trunk/RELEASE-NOTES.txt Thu Aug 27 12:46:17 2015
@@ -5,14 +5,19 @@ The Apache Commons Parent team is please
 
 The Apache Commons Parent POM provides common settings for all Apache Commons components.
 
-Fix bug in site Security link; update plugins
+Uses a new location assembly location; updates plugins; allows Java 8 builds to use animal-sniffer.
 
 Changes in this version include:
 
 Changes:
+o                   Update Compiler Plugin : 3.2 -> 3.3
+o                   Update Build Helper Plugin : 1.8 -> 1.9.1
+o                   Update Release Plugin : 2.5.1 -> 2.5.2
+o                   Update Javadoc Plugin : 2.10.2 -> 2.10.3
+o                   Update Jar Plugin : 2.5 -> 2.6
 o                   Drop the "trunks-proper" profile
-o                   Update animal-sniffer Plugin : 2.13 => 2.14 (for Java7+ build profile)
-o                   Move assembly to standard location
+o                   Update animal-sniffer Plugin : 2.13 -> 2.14 (for Java7+ build profile)
+o                   Move assembly to standard location. src/main => src/assembly/src.xml
 o                   Update Jacoco Plugin : 0.7.4.201502262128 -> 0.7.5.201505241946
 
 

Modified: commons/proper/commons-parent/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/commons-parent/trunk/pom.xml?rev=1698139&r1=1698138&r2=1698139&view=diff
==============================================================================
--- commons/proper/commons-parent/trunk/pom.xml (original)
+++ commons/proper/commons-parent/trunk/pom.xml Thu Aug 27 12:46:17 2015
@@ -35,9 +35,13 @@
 <!--
 Version 39:
 
-- Jacoco 0.7.4.201502262128 -> 0.7.5.201505241946
-- move assembly to standard location
-- bump animal-sniffer plugin to 1.14 (for java 7+ builds) supporting Java8
+- Update Compiler Plugin : 3.2 -> 3.3
+- Update Build Helper Plugin : 1.8 -> 1.9.1
+- Update Release Plugin : 2.5.1 -> 2.5.2
+- Update Javadoc Plugin : 2.10.2 -> 2.10.3
+- Update Jacoco 0.7.4.201502262128 -> 0.7.5.201505241946
+- Move assembly to standard location. src/main => src/assembly/src.xml
+- Update animal-sniffer Plugin : 1.13 -> 1.14 (for java 7+ builds) supporting Java8
 - dropped the trunks-proper profile
 
  -->
@@ -271,7 +275,7 @@ Version 39:
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-jar-plugin</artifactId>
-          <version>2.5</version>
+          <version>2.6</version>
         </plugin>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
@@ -298,7 +302,7 @@ Version 39:
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-release-plugin</artifactId>
-          <version>2.5.1</version>
+          <version>2.5.2</version>
         </plugin>
         <plugin>
           <!-- TODO see above - find better way to add N&L files to jars and test jars -->
@@ -387,7 +391,7 @@ Version 39:
         <plugin>
           <groupId>org.codehaus.mojo</groupId>
           <artifactId>build-helper-maven-plugin</artifactId>
-          <version>1.8</version>
+          <version>1.9.1</version>
         </plugin>
         <plugin>
           <groupId>org.codehaus.mojo</groupId>
@@ -1387,7 +1391,7 @@ Version 39:
     <!-- plugin versions (allows same value in reporting and build sections) -->
     <commons.surefire.version>2.18.1</commons.surefire.version>
     <commons.surefire-report.version>2.18.1</commons.surefire-report.version>
-    <commons.javadoc.version>2.10.2</commons.javadoc.version>
+    <commons.javadoc.version>2.10.3</commons.javadoc.version>
     <commons.rat.version>0.11</commons.rat.version>
     <commons.changes.version>2.11</commons.changes.version>
     <commons.clirr.version>2.6.1</commons.clirr.version>
@@ -1398,7 +1402,7 @@ Version 39:
     <commons.jacoco.version>0.7.5.201505241946</commons.jacoco.version>
     <commons.cobertura.version>2.7</commons.cobertura.version>
     <commons.jdepend.version>2.0</commons.jdepend.version>
-    <commons.compiler.version>3.2</commons.compiler.version>
+    <commons.compiler.version>3.3</commons.compiler.version>
     <commons.scm-publish.version>1.1</commons.scm-publish.version>
     <commons.findbugs.version>2.5.5</commons.findbugs.version>
     <!-- plugin versions 1.12 and 1.13 currently require Java 7 -->

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=1698139&r1=1698138&r2=1698139&view=diff
==============================================================================
--- commons/proper/commons-parent/trunk/src/changes/changes.xml (original)
+++ commons/proper/commons-parent/trunk/src/changes/changes.xml Thu Aug 27 12:46:17 2015
@@ -59,10 +59,15 @@ The <action> type attribute can be add,u
      -->
 
     <body>
-        <release version="39" date="TBA" description="Fix bug in site Security link; update plugins">
+        <release version="39" date="TBA" description="Uses a new location assembly location; updates plugins; allows Java 8 builds to use animal-sniffer.">
+            <action type="update">Update Compiler Plugin : 3.2 -> 3.3</action>
+            <action type="update">Update Build Helper Plugin : 1.8 -> 1.9.1</action>
+            <action type="update">Update Release Plugin : 2.5.1 -> 2.5.2</action>
+            <action type="update">Update Javadoc Plugin : 2.10.2 -> 2.10.3</action>
+            <action type="update">Update Jar Plugin : 2.5 -> 2.6</action>
             <action type="update">Drop the "trunks-proper" profile</action>
-            <action type="update">Update animal-sniffer Plugin : 2.13 => 2.14 (for Java7+ build profile)</action>
-            <action type="update">Move assembly to standard location</action>
+            <action type="update">Update animal-sniffer Plugin : 2.13 -> 2.14 (for Java7+ build profile)</action>
+            <action type="update">Move assembly to standard location. src/main => src/assembly/src.xml</action>
             <action type="update">Update Jacoco Plugin : 0.7.4.201502262128 -> 0.7.5.201505241946</action>
         </release>