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/07/18 02:27:07 UTC

svn commit: r1362727 - /commons/proper/vfs/trunk/pom.xml

Author: ggregory
Date: Wed Jul 18 00:27:06 2012
New Revision: 1362727

URL: http://svn.apache.org/viewvc?rev=1362727&view=rev
Log:
Update Commons-IO to 2.4 from 2.2 for tests.

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

Modified: commons/proper/vfs/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/vfs/trunk/pom.xml?rev=1362727&r1=1362726&r2=1362727&view=diff
==============================================================================
--- commons/proper/vfs/trunk/pom.xml (original)
+++ commons/proper/vfs/trunk/pom.xml Wed Jul 18 00:27:06 2012
@@ -415,7 +415,7 @@
       <dependency>
         <groupId>commons-io</groupId>
         <artifactId>commons-io</artifactId>
-        <version>2.2</version>
+        <version>2.4</version>
         <scope>test</scope>
       </dependency>
       <!-- Test HTTP with Apache HttpComponent Core -->