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/12/03 14:17:39 UTC

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

Author: ggregory
Date: Mon Dec  3 13:17:38 2012
New Revision: 1416500

URL: http://svn.apache.org/viewvc?rev=1416500&view=rev
Log:
<action issue="VFS-447" dev="ggregory" type="add" due-to="ggregory">Update Apache Commons Net to 3.2 from 3.1.</action>

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=1416500&r1=1416499&r2=1416500&view=diff
==============================================================================
--- commons/proper/vfs/trunk/pom.xml (original)
+++ commons/proper/vfs/trunk/pom.xml Mon Dec  3 13:17:38 2012
@@ -308,7 +308,7 @@
       <dependency>
         <groupId>commons-net</groupId>
         <artifactId>commons-net</artifactId>
-        <version>3.1</version>
+        <version>3.2</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=1416500&r1=1416499&r2=1416500&view=diff
==============================================================================
--- commons/proper/vfs/trunk/src/changes/changes.xml (original)
+++ commons/proper/vfs/trunk/src/changes/changes.xml Mon Dec  3 13:17:38 2012
@@ -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-447" dev="ggregory" type="add" due-to="ggregory">
+        Update Apache Commons Net to 3.2 from 3.1.
+      </action>
       <action issue="VFS-445" dev="ggregory" type="add" due-to="ggregory">
         Add FileSystemManager.resolveFile(URI) and resolveFile(URL).
       </action>