Author: ggregory
Date: Sun Mar 19 09:10:51 2017
New Revision: 1787596

URL: http://svn.apache.org/viewvc?rev=1787596&view=rev
Log:
[VFS-632] Update from JCraft jsch for SFTP/SSH from 0.1.53 to 0.1.54. Local 
build OK (mvn clean install)

Modified:
    commons/proper/vfs/trunk/pom.xml
    commons/proper/vfs/trunk/src/changes/changes.xml

Modified: commons/proper/vfs/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/vfs/trunk/pom.xml?rev=1787596&r1=1787595&r2=1787596&view=diff
==============================================================================
--- commons/proper/vfs/trunk/pom.xml (original)
+++ commons/proper/vfs/trunk/pom.xml Sun Mar 19 09:10:51 2017
@@ -402,7 +402,7 @@
       <dependency>
         <groupId>com.jcraft</groupId>
         <artifactId>jsch</artifactId>
-        <version>0.1.53</version>
+        <version>0.1.54</version>
       </dependency>
       <dependency>
         <groupId>jcifs</groupId>

Modified: commons/proper/vfs/trunk/src/changes/changes.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/vfs/trunk/src/changes/changes.xml?rev=1787596&r1=1787595&r2=1787596&view=diff
==============================================================================
--- commons/proper/vfs/trunk/src/changes/changes.xml (original)
+++ commons/proper/vfs/trunk/src/changes/changes.xml Sun Mar 19 09:10:51 2017
@@ -65,6 +65,9 @@ The <action> type attribute can be add,u
      <action issue="VFS-631" dev="ggregory" type="update">
         Update from Apache Commons Net 3.5 to 3.6.
      </action>
+     <action issue="VFS-632" dev="ggregory" type="update">
+        Update from JCraft jsch for SFTP/SSH from 0.1.53 to 0.1.54.
+     </action>
      <action issue="VFS-621" dev="ggregory" type="update">
         Add API VFS.setManager(FileSystemManager).
      </action>


Reply via email to