Author: jochen
Date: Tue Jan 1 13:06:21 2008
New Revision: 607914
URL: http://svn.apache.org/viewvc?rev=607914&view=rev
Log:
The pom of commons-io 1.3.2 was deployed under org.apache.commons, but had the
groupId 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=607914&r1=607913&r2=607914&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 13:06:21 2008
@@ -165,7 +165,7 @@
<scope>provided</scope>
</dependency>
<dependency>
- <groupId>org.apache.commons</groupId>
+ <groupId>commons-io</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=607914&r1=607913&r2=607914&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 13:06:21
2008
@@ -177,7 +177,7 @@
<dependencies>
<dependency>
- <groupId>org.apache.commons</groupId>
+ <groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>1.3.2</version>
<url>http://commons.apache.org/io/</url>