You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by se...@apache.org on 2010/09/21 18:51:17 UTC

svn commit: r999496 - in /commons/proper/vfs/trunk: core/pom.xml pom.xml

Author: sebb
Date: Tue Sep 21 16:51:17 2010
New Revision: 999496

URL: http://svn.apache.org/viewvc?rev=999496&view=rev
Log:
Update overall NET version

Modified:
    commons/proper/vfs/trunk/core/pom.xml
    commons/proper/vfs/trunk/pom.xml

Modified: commons/proper/vfs/trunk/core/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/vfs/trunk/core/pom.xml?rev=999496&r1=999495&r2=999496&view=diff
==============================================================================
--- commons/proper/vfs/trunk/core/pom.xml (original)
+++ commons/proper/vfs/trunk/core/pom.xml Tue Sep 21 16:51:17 2010
@@ -49,7 +49,6 @@
     <dependency>
       <groupId>commons-net</groupId>
       <artifactId>commons-net</artifactId>
-      <version>2.0</version>
       <optional>true</optional>
     </dependency>
     <!--TODO:Revert to [compress] if/when released

Modified: commons/proper/vfs/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/vfs/trunk/pom.xml?rev=999496&r1=999495&r2=999496&view=diff
==============================================================================
--- commons/proper/vfs/trunk/pom.xml (original)
+++ commons/proper/vfs/trunk/pom.xml Tue Sep 21 16:51:17 2010
@@ -279,7 +279,7 @@
       <dependency>
         <groupId>commons-net</groupId>
         <artifactId>commons-net</artifactId>
-        <version>1.4.1</version>
+        <version>2.0</version>
       </dependency>
       <dependency>
         <groupId>commons-collections</groupId>