You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by br...@apache.org on 2005/06/11 04:44:02 UTC

svn commit: r190063 - in /maven/maven-1/plugins/trunk/artifact: project.xml xdocs/changes.xml

Author: brett
Date: Fri Jun 10 19:44:01 2005
New Revision: 190063

URL: http://svn.apache.org/viewcvs?rev=190063&view=rev
Log:
PR: MPARTIFACT-53
fix SFTP provider's directory creation

Modified:
    maven/maven-1/plugins/trunk/artifact/project.xml
    maven/maven-1/plugins/trunk/artifact/xdocs/changes.xml

Modified: maven/maven-1/plugins/trunk/artifact/project.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/artifact/project.xml?rev=190063&r1=190062&r2=190063&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/artifact/project.xml (original)
+++ maven/maven-1/plugins/trunk/artifact/project.xml Fri Jun 10 19:44:01 2005
@@ -163,7 +163,7 @@
     <dependency>
       <groupId>org.apache.maven.wagon</groupId>
       <artifactId>wagon-ssh</artifactId>
-      <version>1.0-alpha-3</version>
+      <version>1.0-alpha-4-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.maven.wagon</groupId>

Modified: maven/maven-1/plugins/trunk/artifact/xdocs/changes.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/artifact/xdocs/changes.xml?rev=190063&r1=190062&r2=190063&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/artifact/xdocs/changes.xml (original)
+++ maven/maven-1/plugins/trunk/artifact/xdocs/changes.xml Fri Jun 10 19:44:01 2005
@@ -27,7 +27,8 @@
   <body>
     <release version="1.5.2-SNAPSHOT" date="in SVN">
       <action dev="brett" type="fix" issue="MPARTIFACT-51">Correct the translation of dependency properties on deployment of the POM</action>
-      <action dev="brett" type="fix" issue="MPARTIFACT-52">Upgrade Wagon SSH External provider to correct issues</action>
+      <action dev="brett" type="fix" issue="MPARTIFACT-52">Upgrade Wagon SSH External provider to allow the use of no private key, and to correctly pass the private key and port arguments</action>
+      <action dev="brett" type="fix" issue="MPARTIFACT-53">Upgrade Wagon SSH provider to fix directory creation in the SFTP provider</action>
     </release>
     <release version="1.5.1" date="2005-06-05">
       <action dev="brett" type="update" issue="MPARTIFACT-49">Wholly resolve the POM before deploying</action>



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org