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/04/20 14:30:40 UTC

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

Author: ggregory
Date: Fri Apr 20 12:30:40 2012
New Revision: 1328352

URL: http://svn.apache.org/viewvc?rev=1328352&view=rev
Log:
Update Commons IO to 2.3 from 2.1 (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=1328352&r1=1328351&r2=1328352&view=diff
==============================================================================
--- commons/proper/vfs/trunk/pom.xml (original)
+++ commons/proper/vfs/trunk/pom.xml Fri Apr 20 12:30:40 2012
@@ -418,7 +418,7 @@
       <dependency>
         <groupId>commons-io</groupId>
         <artifactId>commons-io</artifactId>
-        <version>2.1</version>
+        <version>2.3</version>
         <scope>test</scope>
       </dependency>
       <!-- Test HTTP with Apache HttpComponent Core -->