You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by tn...@apache.org on 2012/12/03 23:09:37 UTC

svn commit: r1416697 - /commons/proper/email/trunk/pom.xml

Author: tn
Date: Mon Dec  3 22:09:35 2012
New Revision: 1416697

URL: http://svn.apache.org/viewvc?rev=1416697&view=rev
Log:
Revert upgrade of commons-io to version 2.2 to be compatible with jdk 1.5

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

Modified: commons/proper/email/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/email/trunk/pom.xml?rev=1416697&r1=1416696&r2=1416697&view=diff
==============================================================================
--- commons/proper/email/trunk/pom.xml (original)
+++ commons/proper/email/trunk/pom.xml Mon Dec  3 22:09:35 2012
@@ -210,7 +210,7 @@
         <dependency>
             <groupId>commons-io</groupId>
             <artifactId>commons-io</artifactId>
-            <version>2.4</version>
+            <version>2.2</version>
             <scope>test</scope>
         </dependency>
         <dependency>