You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ah...@apache.org on 2006/04/16 02:50:09 UTC

svn commit: r394409 - /maven/maven-1/core/trunk/project.xml

Author: aheritier
Date: Sat Apr 15 17:50:08 2006
New Revision: 394409

URL: http://svn.apache.org/viewcvs?rev=394409&view=rev
Log:
Upgrade to commons-io 1.2

Modified:
    maven/maven-1/core/trunk/project.xml

Modified: maven/maven-1/core/trunk/project.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/core/trunk/project.xml?rev=394409&r1=394408&r2=394409&view=diff
==============================================================================
--- maven/maven-1/core/trunk/project.xml (original)
+++ maven/maven-1/core/trunk/project.xml Sat Apr 15 17:50:08 2006
@@ -607,7 +607,7 @@
     <dependency>
       <groupId>commons-io</groupId>
       <artifactId>commons-io</artifactId>
-      <version>1.0</version>
+      <version>1.2</version>
       <url>http://jakarta.apache.org/commons/io/</url>
     </dependency>
     <dependency>