You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@creadur.apache.org by se...@apache.org on 2013/05/20 20:48:49 UTC

svn commit: r1484561 - /creadur/rat/trunk/pom.xml

Author: sebb
Date: Mon May 20 18:48:49 2013
New Revision: 1484561

URL: http://svn.apache.org/r1484561
Log:
Update to Commons IO 2.2

Modified:
    creadur/rat/trunk/pom.xml

Modified: creadur/rat/trunk/pom.xml
URL: http://svn.apache.org/viewvc/creadur/rat/trunk/pom.xml?rev=1484561&r1=1484560&r2=1484561&view=diff
==============================================================================
--- creadur/rat/trunk/pom.xml (original)
+++ creadur/rat/trunk/pom.xml Mon May 20 18:48:49 2013
@@ -102,7 +102,8 @@ agnostic home for software distribution 
       <dependency>
         <groupId>commons-io</groupId>
         <artifactId>commons-io</artifactId>
-        <version>1.4</version>
+        <!-- Later versions require Java 1.6+ -->
+        <version>2.2</version>
       </dependency>
       <dependency>
         <groupId>commons-lang</groupId>