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/05 20:02:44 UTC

svn commit: r1309980 - /commons/proper/lang/trunk/pom.xml

Author: ggregory
Date: Thu Apr  5 18:02:44 2012
New Revision: 1309980

URL: http://svn.apache.org/viewvc?rev=1309980&view=rev
Log:
Update commons-io to 2.2 from 2.1 (for testing.)

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

Modified: commons/proper/lang/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/lang/trunk/pom.xml?rev=1309980&r1=1309979&r2=1309980&view=diff
==============================================================================
--- commons/proper/lang/trunk/pom.xml (original)
+++ commons/proper/lang/trunk/pom.xml Thu Apr  5 18:02:44 2012
@@ -432,7 +432,7 @@
     <dependency>
       <groupId>commons-io</groupId>
       <artifactId>commons-io</artifactId>
-      <version>2.1</version>
+      <version>2.2</version>
       <scope>test</scope>
     </dependency>