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:20:31 UTC

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

Author: ecki
Date: Wed Sep  9 14:20:31 2015
New Revision: 1702024

URL: http://svn.apache.org/r1702024
Log:
Start next iteration 40-SNAPSHOT

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=1702024&r1=1702023&r2=1702024&view=diff
==============================================================================
--- commons/proper/commons-parent/trunk/pom.xml (original)
+++ commons/proper/commons-parent/trunk/pom.xml Wed Sep  9 14:20:31 2015
@@ -27,12 +27,15 @@
   <groupId>org.apache.commons</groupId>
   <artifactId>commons-parent</artifactId>
   <packaging>pom</packaging>
-  <version>39-SNAPSHOT</version>
+  <version>40-SNAPSHOT</version>
   <name>Apache Commons Parent</name>
   <url>http://commons.apache.org/</url>
   <description>The Apache Commons Parent POM provides common settings for all Apache Commons components.</description>
 
 <!--
+Versions 40:
+- 
+
 Version 39:
 
 - Update Compiler Plugin : 3.2 -> 3.3

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=1702024&r1=1702023&r2=1702024&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:20:31 2015
@@ -59,7 +59,10 @@ The <action> type attribute can be add,u
      -->
 
     <body>
-        <release version="39" date="TBA" description="Uses a new location assembly location; updates plugins; allows Java 8 builds to use animal-sniffer.">
+        <release version="40" date="TBA" description="TBD; updates plugins.">
+        </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.">
             <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>