Author: ggregory
Date: Mon Oct 13 13:00:58 2014
New Revision: 1631374
URL: http://svn.apache.org/r1631374
Log:
[VFS-542] Update Jsch from 0.1.50 to 0.1.51.
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=1631374&r1=1631373&r2=1631374&view=diff
==============================================================================
--- commons/proper/vfs/trunk/pom.xml (original)
+++ commons/proper/vfs/trunk/pom.xml Mon Oct 13 13:00:58 2014
@@ -366,7 +366,7 @@
<dependency>
<groupId>com.jcraft</groupId>
<artifactId>jsch</artifactId>
- <version>0.1.50</version>
+ <version>0.1.51</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=1631374&r1=1631373&r2=1631374&view=diff
==============================================================================
--- commons/proper/vfs/trunk/src/changes/changes.xml (original)
+++ commons/proper/vfs/trunk/src/changes/changes.xml Mon Oct 13 13:00:58 2014
@@ -26,6 +26,9 @@
<!-- <action issue="VFS-443" dev="ggregory" type="update"
due-to="nickallen"> -->
<!-- [Local] Need an easy way to convert from a FileObject to a
File. -->
<!-- </action> -->
+ <action issue="VFS-542" dev="ggregory" type="update">
+ Update Jsch from 0.1.50 to 0.1.51.
+ </action>
<action issue="VFS-541" dev="ggregory" type="update">
Update Apache Commons Compress from 1.6 to 1.9.
</action>