You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2012/04/20 03:54:38 UTC

svn commit: r1328173 - in /commons/proper/vfs/trunk: pom.xml src/changes/changes.xml

Author: ggregory
Date: Fri Apr 20 01:54:37 2012
New Revision: 1328173

URL: http://svn.apache.org/viewvc?rev=1328173&view=rev
Log:
[VFS-411][SFTP] Update Jsch to version 0.1.47 from 0.1.46.

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=1328173&r1=1328172&r2=1328173&view=diff
==============================================================================
--- commons/proper/vfs/trunk/pom.xml (original)
+++ commons/proper/vfs/trunk/pom.xml Fri Apr 20 01:54:37 2012
@@ -359,7 +359,7 @@
       <dependency>
         <groupId>com.jcraft</groupId>
         <artifactId>jsch</artifactId>
-        <version>0.1.46</version>
+        <version>0.1.47</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=1328173&r1=1328172&r2=1328173&view=diff
==============================================================================
--- commons/proper/vfs/trunk/src/changes/changes.xml (original)
+++ commons/proper/vfs/trunk/src/changes/changes.xml Fri Apr 20 01:54:37 2012
@@ -23,6 +23,9 @@
 
   <body>
     <release version="2.1" date="TBD" description="">
+      <action issue="VFS-411" dev="ggregory" type="update" due-to="ggregory">
+        [SFTP] Update Jsch to version 0.1.47 from 0.1.46.
+      </action>
       <action issue="VFS-409" dev="ggregory" type="update" due-to="ggregory">
         Update Apache Commons Compress to 1.4 from 1.3.
       </action>