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/09/09 16:28:20 UTC

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

Author: ecki
Date: Wed Sep  9 14:28:20 2015
New Revision: 1702027

URL: http://svn.apache.org/r1702027
Log:
Update ASF Parent POM : 16 -> 17

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=1702027&r1=1702026&r2=1702027&view=diff
==============================================================================
--- commons/proper/commons-parent/trunk/RELEASE-NOTES.txt (original)
+++ commons/proper/commons-parent/trunk/RELEASE-NOTES.txt Wed Sep  9 14:28:20 2015
@@ -1,24 +1,16 @@
-              Apache Commons Parent 39
+              Apache Commons Parent 40-SNAPSHOT
                   RELEASE NOTES
 
-The Apache Commons Parent team is pleased to announce the release of Apache Commons Parent 39
+The Apache Commons Parent team is pleased to announce the release of Apache Commons Parent 40-SNAPSHOT
 
 The Apache Commons Parent POM provides common settings for all Apache Commons components.
 
-Uses a new location assembly location; updates plugins; allows Java 8 builds to use animal-sniffer.
+TBD; updates plugins and parent.
 
 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. src/main => src/assembly/src.xml
-o                   Update Jacoco Plugin : 0.7.4.201502262128 -> 0.7.5.201505241946
+o                   Update Parent POM : 16 -> 17
 
 
 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=1702027&r1=1702026&r2=1702027&view=diff
==============================================================================
--- commons/proper/commons-parent/trunk/pom.xml (original)
+++ commons/proper/commons-parent/trunk/pom.xml Wed Sep  9 14:28:20 2015
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache</groupId>
     <artifactId>apache</artifactId>
-    <version>16</version>
+    <version>17</version>
   </parent>
   <groupId>org.apache.commons</groupId>
   <artifactId>commons-parent</artifactId>
@@ -34,7 +34,8 @@
 
 <!--
 Versions 40:
-- 
+
+- Update parent: 16 -> 17
 
 Version 39:
 

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=1702027&r1=1702026&r2=1702027&view=diff
==============================================================================
--- commons/proper/commons-parent/trunk/src/changes/changes.xml (original)
+++ commons/proper/commons-parent/trunk/src/changes/changes.xml Wed Sep  9 14:28:20 2015
@@ -59,7 +59,8 @@ The <action> type attribute can be add,u
      -->
 
     <body>
-        <release version="40" date="TBA" description="TBD; updates plugins.">
+        <release version="40" date="TBA" description="TBD; updates plugins and parent.">
+            <action type="update">Update Parent POM : 16 -> 17</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.">