PR: MPARTIFACT-53

fix SFTP provider's directory creation


git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@190063 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
brett
2005-06-11 02:44:01 +00:00
parent 42aec92c29
commit ac6c666fdf
2 changed files with 3 additions and 2 deletions

View File

@@ -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>

View File

@@ -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>