You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by an...@apache.org on 2006/04/15 04:26:32 UTC

svn commit: r394245 - /cocoon/trunk/core/cocoon-core/pom.xml

Author: antonio
Date: Fri Apr 14 19:26:20 2006
New Revision: 394245

URL: http://svn.apache.org/viewcvs?rev=394245&view=rev
Log:
Use commons-io 1.2.

Modified:
    cocoon/trunk/core/cocoon-core/pom.xml

Modified: cocoon/trunk/core/cocoon-core/pom.xml
URL: http://svn.apache.org/viewcvs/cocoon/trunk/core/cocoon-core/pom.xml?rev=394245&r1=394244&r2=394245&view=diff
==============================================================================
--- cocoon/trunk/core/cocoon-core/pom.xml (original)
+++ cocoon/trunk/core/cocoon-core/pom.xml Fri Apr 14 19:26:20 2006
@@ -122,7 +122,7 @@
     <dependency>
       <groupId>commons-io</groupId>
       <artifactId>commons-io</artifactId>
-      <version>1.1</version>
+      <version>1.2</version>
     </dependency>
     <dependency>
       <groupId>commons-collections</groupId>