You are viewing a plain text version of this content. The canonical link for it is here.
Posted to droids-commits@incubator.apache.org by rf...@apache.org on 2011/11/27 16:36:18 UTC

svn commit: r1206762 - /incubator/droids/trunk/pom.xml

Author: rfrovarp
Date: Sun Nov 27 16:36:18 2011
New Revision: 1206762

URL: http://svn.apache.org/viewvc?rev=1206762&view=rev
Log:
Using newest version of commons-io compiles and passes the tests.
Might need to update some code as the biggest change was moving for Java 1.3 compliance to 1.5 compliance, so there might be some easier ways of doing things now.

Modified:
    incubator/droids/trunk/pom.xml

Modified: incubator/droids/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/droids/trunk/pom.xml?rev=1206762&r1=1206761&r2=1206762&view=diff
==============================================================================
--- incubator/droids/trunk/pom.xml (original)
+++ incubator/droids/trunk/pom.xml Sun Nov 27 16:36:18 2011
@@ -76,7 +76,7 @@
     <maven.compile.optimize>true</maven.compile.optimize>
     <maven.compile.deprecation>true</maven.compile.deprecation>
     <commons-logging.version>1.1.1</commons-logging.version>
-    <commons-io.version>1.4</commons-io.version>
+    <commons-io.version>2.1</commons-io.version>
     <httpclient.version>4.0.1</httpclient.version>
     <nekohtml.version>1.9.15</nekohtml.version>
     <log4j.version>1.2.16</log4j.version>