Author: jochen
Date: Tue Jan  1 11:56:26 2008
New Revision: 607900

URL: http://svn.apache.org/viewvc?rev=607900&view=rev
Log:
Fixed the groupId of commons-io

Modified:
    commons/proper/fileupload/branches/b_1_2_1/pom.xml
    commons/proper/fileupload/branches/b_1_2_1/project.xml

Modified: commons/proper/fileupload/branches/b_1_2_1/pom.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/fileupload/branches/b_1_2_1/pom.xml?rev=607900&r1=607899&r2=607900&view=diff
==============================================================================
--- commons/proper/fileupload/branches/b_1_2_1/pom.xml (original)
+++ commons/proper/fileupload/branches/b_1_2_1/pom.xml Tue Jan  1 11:56:26 2008
@@ -165,7 +165,7 @@
       <scope>provided</scope>
     </dependency>
     <dependency>
-      <groupId>commons-io</groupId>
+      <groupId>org.apache.commons</groupId>
       <artifactId>commons-io</artifactId>
       <version>1.3.2</version>
       <optional>true</optional>

Modified: commons/proper/fileupload/branches/b_1_2_1/project.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/fileupload/branches/b_1_2_1/project.xml?rev=607900&r1=607899&r2=607900&view=diff
==============================================================================
--- commons/proper/fileupload/branches/b_1_2_1/project.xml (original)
+++ commons/proper/fileupload/branches/b_1_2_1/project.xml Tue Jan  1 11:56:26 
2008
@@ -177,7 +177,7 @@
   
   <dependencies>
     <dependency>
-      <groupId>commons-io</groupId>
+      <groupId>org.apache.commons</groupId>
       <artifactId>commons-io</artifactId>
       <version>1.3.2</version>
       <url>http://commons.apache.org/io/</url>


Reply via email to