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:
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user