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 2012/03/10 01:44:18 UTC

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

Author: sebb
Date: Sat Mar 10 00:44:18 2012
New Revision: 1299119

URL: http://svn.apache.org/viewvc?rev=1299119&view=rev
Log:
wagon-ssh 1.0 => 2.2 (M3 only)

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=1299119&r1=1299118&r2=1299119&view=diff
==============================================================================
--- commons/proper/commons-parent/trunk/RELEASE-NOTES.txt (original)
+++ commons/proper/commons-parent/trunk/RELEASE-NOTES.txt Sat Mar 10 00:44:18 2012
@@ -24,6 +24,7 @@ o           Updated various plugin versi
             Allow override of surefire-report aggregate setting using property commons.surefire-report.aggregate
             javadoc: 2.8 => 2.8.1
             rat: 0.7 => 0.8 
+            wagon-ssh 1.0 => 2.2 (M3 only)
             Deleted "ci" profile (does not apply with Nexus)
             Add default project info reports: excluded license/plugins/plugin management
             Add tests.jar and test-sources.jar to deployed files

Modified: commons/proper/commons-parent/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/commons-parent/trunk/pom.xml?rev=1299119&r1=1299118&r2=1299119&view=diff
==============================================================================
--- commons/proper/commons-parent/trunk/pom.xml (original)
+++ commons/proper/commons-parent/trunk/pom.xml Sat Mar 10 00:44:18 2012
@@ -50,6 +50,7 @@ Version 24:
             Allow override of surefire-report aggregate setting using property commons.surefire-report.aggregate
             javadoc: 2.8 => 2.8.1
             rat: 0.7 => 0.8
+            wagon-ssh 1.0 => 2.2 (M3 only)
             Deleted "ci" profile (does not apply with Nexus)
             Add default project info reports: excluded license/plugins/plugin management
             Add tests.jar and test-sources.jar to deployed files
@@ -961,7 +962,7 @@ http://svn.apache.org/repos/asf/commons/
                   <!-- add support for ssh/scp -->
                   <groupId>org.apache.maven.wagon</groupId>
                   <artifactId>wagon-ssh</artifactId>
-                  <version>1.0</version>
+                  <version>${commons.wagon-ssh.version}</version>
                 </dependency>
               </dependencies>
             <executions>
@@ -1124,6 +1125,7 @@ http://svn.apache.org/repos/asf/commons/
     <commons.clirr.version>2.3</commons.clirr.version>
     <commons.jxr.version>2.3</commons.jxr.version>
     <commons.project-info.version>2.4</commons.project-info.version>
+    <commons.wagon-ssh.version>2.2</commons.wagon-ssh.version>
 
 
     <!-- Default values for the download-page generation by commons-build-plugin -->

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=1299119&r1=1299118&r2=1299119&view=diff
==============================================================================
--- commons/proper/commons-parent/trunk/src/changes/changes.xml (original)
+++ commons/proper/commons-parent/trunk/src/changes/changes.xml Sat Mar 10 00:44:18 2012
@@ -72,6 +72,7 @@ The <action> type attribute can be add,u
             Allow override of surefire-report aggregate setting using property commons.surefire-report.aggregate
             javadoc: 2.8 => 2.8.1
             rat: 0.7 => 0.8
+            wagon-ssh 1.0 => 2.2 (M3 only)
             Deleted "ci" profile (does not apply with Nexus)
             Add default project info reports: excluded license/plugins/plugin management
             Add tests.jar and test-sources.jar to deployed files