Author: ggregory
Date: Thu Nov 10 02:19:28 2011
New Revision: 1200099

URL: http://svn.apache.org/viewvc?rev=1200099&view=rev
Log:
[VFS-384] Update Apache Commons Net to 3.0.1 from 2.2 for FTP and SFTP 
providers.

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=1200099&r1=1200098&r2=1200099&view=diff
==============================================================================
--- commons/proper/vfs/trunk/pom.xml (original)
+++ commons/proper/vfs/trunk/pom.xml Thu Nov 10 02:19:28 2011
@@ -308,7 +308,7 @@
       <dependency>
         <groupId>commons-net</groupId>
         <artifactId>commons-net</artifactId>
-        <version>2.2</version>
+        <version>3.0.1</version>
       </dependency>
       <dependency>
         <groupId>commons-collections</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=1200099&r1=1200098&r2=1200099&view=diff
==============================================================================
--- commons/proper/vfs/trunk/src/changes/changes.xml (original)
+++ commons/proper/vfs/trunk/src/changes/changes.xml Thu Nov 10 02:19:28 2011
@@ -23,6 +23,9 @@
 
   <body>
     <release version="2.1" date="TBD" description="">
+      <action issue="VFS-384" dev="ggregory" type="update">
+        Update Apache Commons Net to 3.0.1 from 2.2 for FTP and SFTP providers.
+      </action>
       <action issue="VFS-383" dev="ggregory" type="update">
         Update JSch to 0.1.45 from 0.1.42 for the SFTP provider.
       </action>


Reply via email to