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 2013/06/17 17:40:58 UTC

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

Author: ggregory
Date: Mon Jun 17 15:40:58 2013
New Revision: 1493820

URL: http://svn.apache.org/r1493820
Log:
[VFS-475] Update Apache Commons Net to 3.3 from 3.2.

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=1493820&r1=1493819&r2=1493820&view=diff
==============================================================================
--- commons/proper/vfs/trunk/pom.xml (original)
+++ commons/proper/vfs/trunk/pom.xml Mon Jun 17 15:40:58 2013
@@ -320,7 +320,7 @@
       <dependency>
         <groupId>commons-net</groupId>
         <artifactId>commons-net</artifactId>
-        <version>3.2</version>
+        <version>3.3</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=1493820&r1=1493819&r2=1493820&view=diff
==============================================================================
--- commons/proper/vfs/trunk/src/changes/changes.xml (original)
+++ commons/proper/vfs/trunk/src/changes/changes.xml Mon Jun 17 15:40:58 2013
@@ -26,8 +26,11 @@
 <!--       <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-475" dev="ggregory" type="update">
+        Update Apache Commons Net to 3.3 from 3.2.
+      </action>
       <action issue="VFS-471" dev="ggregory" type="update">
-        Update to Apache Commons Compress 1.5
+        Update to Apache Commons Compress 1.5.
       </action>
       <action issue="VFS-469" dev="joehni" type="remove">
         Remove unused dependency to javax.jcr:jcr.