You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2014/10/22 06:31:38 UTC

svn commit: r1633519 - /commons/proper/commons-parent/trunk/src/changes/changes.xml

Author: ggregory
Date: Wed Oct 22 04:31:37 2014
New Revision: 1633519

URL: http://svn.apache.org/r1633519
Log:
Add java-1.9 profile.

Modified:
    commons/proper/commons-parent/trunk/src/changes/changes.xml

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=1633519&r1=1633518&r2=1633519&view=diff
==============================================================================
--- commons/proper/commons-parent/trunk/src/changes/changes.xml (original)
+++ commons/proper/commons-parent/trunk/src/changes/changes.xml Wed Oct 22 04:31:37 2014
@@ -62,9 +62,9 @@ The <action> type attribute can be add,u
 
         <release version="35" date="2014-??-??" description="Update plugins and maintenance">
             <!-- List each change individually so the changes HTML report is easier to read -->
-            <action type="update">Suppress test Javadocs when building site</action>
             <action type="add">Add link to security page in general navigation section</action>
-            <action type="update">Added java-1.9 profile</action>
+            <action type="add">Added java-1.9 profile</action>
+            <action type="update">Suppress test Javadocs when building site</action>
             <action type="update">Suppress test Javadocs</action>
             <action type="update">Update JaCoCo to 0.7.2.201409121644</action>
             <action type="update">Update maven-compiler-plugin to 3.1 to 3.2</action>