You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by st...@apache.org on 2012/09/26 18:35:28 UTC

svn commit: r1390595 - /maven/shared/trunk/maven-shared-utils/pom.xml

Author: struberg
Date: Wed Sep 26 16:35:28 2012
New Revision: 1390595

URL: http://svn.apache.org/viewvc?rev=1390595&view=rev
Log:
MSHARED-236 use commons-io-2.2 as last java5 compat version

Modified:
    maven/shared/trunk/maven-shared-utils/pom.xml

Modified: maven/shared/trunk/maven-shared-utils/pom.xml
URL: http://svn.apache.org/viewvc/maven/shared/trunk/maven-shared-utils/pom.xml?rev=1390595&r1=1390594&r2=1390595&view=diff
==============================================================================
--- maven/shared/trunk/maven-shared-utils/pom.xml (original)
+++ maven/shared/trunk/maven-shared-utils/pom.xml Wed Sep 26 16:35:28 2012
@@ -61,7 +61,7 @@
     <dependency>
       <groupId>commons-io</groupId>
       <artifactId>commons-io</artifactId>
-      <version>2.4</version>
+      <version>2.2</version> <!-- attention: this is the last version supporting java-1.5!-->
       <optional>true</optional>
     </dependency>
   </dependencies>