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 2014/12/24 13:44:19 UTC

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

Author: ecki
Date: Wed Dec 24 12:44:18 2014
New Revision: 1647769

URL: http://svn.apache.org/r1647769
Log:
Update org.apache:apache 15 to 16

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=1647769&r1=1647768&r2=1647769&view=diff
==============================================================================
--- commons/proper/commons-parent/trunk/pom.xml (original)
+++ commons/proper/commons-parent/trunk/pom.xml Wed Dec 24 12:44:18 2014
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache</groupId>
     <artifactId>apache</artifactId>
-    <version>15</version>
+    <version>16</version>
   </parent>
   <groupId>org.apache.commons</groupId>
   <artifactId>commons-parent</artifactId>
@@ -35,6 +35,8 @@
 <!--
 Version 37:
 
+- Update org.apache:apache 15 to 16 (nop for commons, maven-compiler-plugin already contained source/target)
+
 
 Version 36:
 

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=1647769&r1=1647768&r2=1647769&view=diff
==============================================================================
--- commons/proper/commons-parent/trunk/src/changes/changes.xml (original)
+++ commons/proper/commons-parent/trunk/src/changes/changes.xml Wed Dec 24 12:44:18 2014
@@ -62,7 +62,7 @@ The <action> type attribute can be add,u
 
         <release version="37" date="TBD" description="TBD">
             <!-- List each change individually so the changes HTML report is easier to read -->
-
+            <action type="update">Update org.apache:apache 15 to 16 (nop for commons: maven-compiler-plugin already contained source/target)</action>
         </release>
 
 	<release version="36" date="2014-12-21" description="Update plugins, fix release-notes profile.">