Author: sebb
Date: Sun Apr 17 11:26:57 2016
New Revision: 1739581

URL: http://svn.apache.org/viewvc?rev=1739581&view=rev
Log:
Revert site plugin version update

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=1739581&r1=1739580&r2=1739581&view=diff
==============================================================================
--- commons/proper/commons-parent/trunk/RELEASE-NOTES.txt (original)
+++ commons/proper/commons-parent/trunk/RELEASE-NOTES.txt Sun Apr 17 11:26:57 
2016
@@ -5,12 +5,13 @@ The Apache Commons Parent team is please
 
 The Apache Commons Parent POM provides common settings for all Apache Commons 
components.
 
-TBD; updates plugins and parent.
+Updates plugins and parent; fixes COMMONSSITE-87
 
 Changes in this version include:
 
 Changes:
 o                   Update Apache Parent POM : 16 -> 17
+o                   COMMONSSITE-87 - ensure assembly plugin runs after all 
package phase plugins
 o                   maven-release-plugin 2.5.2 -> 2.5.3
 o                   buildnumber-maven-plugin 1.3 -> 1.4 (supports git SCM now)
 o                   maven-assembly-plugin 2.5.5 -> 2.6
@@ -18,11 +19,9 @@ o                   maven-surefire-plugi
 o                   maven-compiler-plugin : 3.3 -> 3.5.1
 o                   maven-changes-plugin : 2.11 -> 2.12
 o                   commons-build-plugin : 1.4 -> 1.5
-o                   COMMONSSITE-87 - ensure assembly plugin runs after all 
package phase plugins
 o                   felix:maven-bundle-plugin : 2.5.3 -> 3.0.0
 o                   maven-enforcer-plugin : 1.3.1 -> 1.4.1
 o                   maven-project-info-reports-plugin : 2.8 -> 2.9
-o                   maven-site-plugin : 3.4 -> 3.5.1
 o                   maven-source-plugin : 2.4 -> 3.0.0
 o                   animal-sniffer-maven-plugin : 1.11 -> 1.15
 o                   build-helper-maven-plugin : 1.9.1 -> 1.10

Modified: commons/proper/commons-parent/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/commons-parent/trunk/pom.xml?rev=1739581&r1=1739580&r2=1739581&view=diff
==============================================================================
--- commons/proper/commons-parent/trunk/pom.xml (original)
+++ commons/proper/commons-parent/trunk/pom.xml Sun Apr 17 11:26:57 2016
@@ -48,7 +48,6 @@ Version 40:
 - felix:maven-bundle-plugin : 2.5.3 -> 3.0.1
 - maven-enforcer-plugin : 1.3.1 -> 1.4.1
 - maven-project-info-reports-plugin : 2.8 -> 2.9
-- maven-site-plugin : 3.4 -> 3.5.1
 - maven-source-plugin : 2.4 -> 3.0.0
 - animal-sniffer-maven-plugin : 1.11 -> 1.15
 - build-helper-maven-plugin : 1.9.1 -> 1.10
@@ -1423,7 +1422,7 @@ Version 39:
     <commons.jxr.version>2.5</commons.jxr.version>
     <commons.project-info.version>2.9</commons.project-info.version>
     <commons.wagon-ssh.version>2.8</commons.wagon-ssh.version>
-    <commons.site-plugin.version>3.5.1</commons.site-plugin.version>
+    <commons.site-plugin.version>3.4</commons.site-plugin.version>
     <commons.jacoco.version>0.7.6.201602180812</commons.jacoco.version>
     <commons.cobertura.version>2.7</commons.cobertura.version>
     <commons.jdepend.version>2.0</commons.jdepend.version>

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=1739581&r1=1739580&r2=1739581&view=diff
==============================================================================
--- commons/proper/commons-parent/trunk/src/changes/changes.xml (original)
+++ commons/proper/commons-parent/trunk/src/changes/changes.xml Sun Apr 17 
11:26:57 2016
@@ -59,8 +59,9 @@ The <action> type attribute can be add,u
      -->
 
     <body>
-        <release version="40" date="TBA" description="TBD; updates plugins and 
parent.">
+        <release version="40" date="2016-04-20" description="Updates plugins 
and parent; fixes COMMONSSITE-87">
             <action type="update">Update Apache Parent POM : 16 -> 17</action>
+            <action type="update">COMMONSSITE-87 - ensure assembly plugin runs 
after all package phase plugins</action>
             <action type="update">maven-release-plugin 2.5.2 -> 2.5.3</action>
             <action type="update">buildnumber-maven-plugin 1.3 -> 1.4 
(supports git SCM now)</action>
             <action type="update">maven-assembly-plugin 2.5.5 -> 2.6</action>
@@ -68,11 +69,9 @@ The <action> type attribute can be add,u
             <action type="update">maven-compiler-plugin : 3.3 -> 3.5.1</action>
             <action type="update">maven-changes-plugin : 2.11 -> 2.12</action>
             <action type="update">commons-build-plugin : 1.4 -> 1.5</action>
-            <action type="update">COMMONSSITE-87 - ensure assembly plugin runs 
after all package phase plugins</action>
             <action type="update">felix:maven-bundle-plugin : 2.5.3 -> 
3.0.0</action>
             <action type="update">maven-enforcer-plugin : 1.3.1 -> 
1.4.1</action>
             <action type="update">maven-project-info-reports-plugin : 2.8 -> 
2.9</action>
-            <action type="update">maven-site-plugin : 3.4 -> 3.5.1</action>
             <action type="update">maven-source-plugin : 2.4 -> 3.0.0</action>
             <action type="update">animal-sniffer-maven-plugin : 1.11 -> 
1.15</action>
             <action type="update">build-helper-maven-plugin : 1.9.1 -> 
1.10</action>


Reply via email to