You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by ak...@apache.org on 2006/03/22 22:04:04 UTC

svn commit: r387945 - in /directory/branches/apacheds/1.0: core-unit/pom.xml core/pom.xml

Author: akarasulu
Date: Wed Mar 22 13:04:02 2006
New Revision: 387945

URL: http://svn.apache.org/viewcvs?rev=387945&view=rev
Log:
upgrading poms to use commons-io 1.2 instead of 1.0

Modified:
    directory/branches/apacheds/1.0/core-unit/pom.xml
    directory/branches/apacheds/1.0/core/pom.xml

Modified: directory/branches/apacheds/1.0/core-unit/pom.xml
URL: http://svn.apache.org/viewcvs/directory/branches/apacheds/1.0/core-unit/pom.xml?rev=387945&r1=387944&r2=387945&view=diff
==============================================================================
--- directory/branches/apacheds/1.0/core-unit/pom.xml (original)
+++ directory/branches/apacheds/1.0/core-unit/pom.xml Wed Mar 22 13:04:02 2006
@@ -27,7 +27,7 @@
     <dependency>
       <groupId>commons-io</groupId>
       <artifactId>commons-io</artifactId>
-      <version>1.0</version>
+      <version>1.2</version>
     </dependency>
 
     <dependency>

Modified: directory/branches/apacheds/1.0/core/pom.xml
URL: http://svn.apache.org/viewcvs/directory/branches/apacheds/1.0/core/pom.xml?rev=387945&r1=387944&r2=387945&view=diff
==============================================================================
--- directory/branches/apacheds/1.0/core/pom.xml (original)
+++ directory/branches/apacheds/1.0/core/pom.xml Wed Mar 22 13:04:02 2006
@@ -18,7 +18,7 @@
     <dependency>
       <groupId>commons-io</groupId>
       <artifactId>commons-io</artifactId>
-      <version>1.0</version>
+      <version>1.2</version>
       <scope>test</scope>
     </dependency>
     <dependency>