You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by se...@apache.org on 2016/04/19 20:30:47 UTC

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

Author: sebb
Date: Tue Apr 19 18:30:47 2016
New Revision: 1739974

URL: http://svn.apache.org/viewvc?rev=1739974&view=rev
Log:
wagon-ssh : 2.8 -> 2.10

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=1739974&r1=1739973&r2=1739974&view=diff
==============================================================================
--- commons/proper/commons-parent/trunk/RELEASE-NOTES.txt (original)
+++ commons/proper/commons-parent/trunk/RELEASE-NOTES.txt Tue Apr 19 18:30:47 2016
@@ -14,15 +14,15 @@ o                   Update Apache Parent
 o                   COMMONSSITE-87 - ensure assembly plugin runs after all package phase plugins
 o                   COMMONSSITE-82 - use Commons Skin 4.1 (site.xml)
 o                   Require minimum of Maven 3.0.5
-o                   maven-assembly-plugin 2.5.5 -> 2.6
+o                   maven-assembly-plugin : 2.5.5 -> 2.6
 o                   maven-changes-plugin : 2.11 -> 2.12
 o                   maven-clean-plugin : 2.6.1 -> 3.0.0
 o                   maven-compiler-plugin : 3.3 -> 3.5.1
 o                   maven-enforcer-plugin : 1.3.1 -> 1.4.1
 o                   maven-source-plugin : 2.4 -> 3.0.0
-o                   maven-surefire-plugin 2.18.1 -> 2.19.1
+o                   maven-surefire-plugin : 2.18.1 -> 2.19.1
 o                   maven-project-info-reports-plugin : 2.8 -> 2.9
-o                   maven-release-plugin 2.5.2 -> 2.5.3
+o                   maven-release-plugin : 2.5.2 -> 2.5.3
 o                   animal-sniffer-maven-plugin : 1.11 -> 1.15
 o                   build-helper-maven-plugin : 1.9.1 -> 1.10
 o                   buildnumber-maven-plugin 1.3 -> 1.4 (supports git SCM now)
@@ -31,6 +31,7 @@ o                   commons-build-plugin
 o                   felix:maven-bundle-plugin : 2.5.3 -> 3.0.0
 o                   findbugs-maven-plugin : 3.0.0 -> 3.0.3
 o                   jacoco-maven-plugin : 0.7.5.201505241946 -> 0.7.6.201602180812
+o                   wagon-ssh : 2.8 -> 2.10
 
 
 Historical list of changes: http://commons.apache.org/commons-parent-pom.htmlchanges-report.html

Modified: commons/proper/commons-parent/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/commons-parent/trunk/pom.xml?rev=1739974&r1=1739973&r2=1739974&view=diff
==============================================================================
--- commons/proper/commons-parent/trunk/pom.xml (original)
+++ commons/proper/commons-parent/trunk/pom.xml Tue Apr 19 18:30:47 2016
@@ -59,6 +59,7 @@ Version 40:
 - jacoco-maven-plugin : 0.7.5.201505241946 -> 0.7.6.201602180812
 - maven-clean-plugin : 2.6.1 -> 3.0.0
 - commons.findbugs.version : 3.0.0 -> 3.0.3
+- wagon-ssh : 2.8 -> 2.10
 
 Version 39:
 
@@ -1436,7 +1437,7 @@ Version 39:
     <commons.clirr.version>2.7</commons.clirr.version>
     <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.wagon-ssh.version>2.10</commons.wagon-ssh.version>
     <!-- 
     Note: Maven site plugin 3.5.1 is the latest version but is not a direct replacement:
 

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=1739974&r1=1739973&r2=1739974&view=diff
==============================================================================
--- commons/proper/commons-parent/trunk/src/changes/changes.xml (original)
+++ commons/proper/commons-parent/trunk/src/changes/changes.xml Tue Apr 19 18:30:47 2016
@@ -64,15 +64,15 @@ The <action> type attribute can be add,u
             <action type="update">COMMONSSITE-87 - ensure assembly plugin runs after all package phase plugins</action>
             <action type="update">COMMONSSITE-82 - use Commons Skin 4.1 (site.xml)</action>
             <action type="update">Require minimum of Maven 3.0.5</action>
-            <action type="update">maven-assembly-plugin 2.5.5 -> 2.6</action>
+            <action type="update">maven-assembly-plugin : 2.5.5 -> 2.6</action>
             <action type="update">maven-changes-plugin : 2.11 -> 2.12</action>
             <action type="update">maven-clean-plugin : 2.6.1 -> 3.0.0</action>
             <action type="update">maven-compiler-plugin : 3.3 -> 3.5.1</action>
             <action type="update">maven-enforcer-plugin : 1.3.1 -> 1.4.1</action>
             <action type="update">maven-source-plugin : 2.4 -> 3.0.0</action>
-            <action type="update">maven-surefire-plugin 2.18.1 -> 2.19.1</action>
+            <action type="update">maven-surefire-plugin : 2.18.1 -> 2.19.1</action>
             <action type="update">maven-project-info-reports-plugin : 2.8 -> 2.9</action>
-            <action type="update">maven-release-plugin 2.5.2 -> 2.5.3</action>
+            <action type="update">maven-release-plugin : 2.5.2 -> 2.5.3</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>
             <action type="update">buildnumber-maven-plugin 1.3 -> 1.4 (supports git SCM now)</action>
@@ -81,6 +81,7 @@ The <action> type attribute can be add,u
             <action type="update">felix:maven-bundle-plugin : 2.5.3 -> 3.0.0</action>
             <action type="update">findbugs-maven-plugin : 3.0.0 -> 3.0.3</action>
             <action type="update">jacoco-maven-plugin : 0.7.5.201505241946 -> 0.7.6.201602180812</action>
+            <action type="update">wagon-ssh : 2.8 -> 2.10</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.">