Author: jochen
Date: Tue Jan  1 08:48:49 2008
New Revision: 607870

URL: http://svn.apache.org/viewvc?rev=607870&view=rev
Log:
Preparing second RC of 1.2.1

Modified:
    commons/proper/fileupload/branches/b_1_2_1/pom.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=607870&r1=607869&r2=607870&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 08:48:49 2008
@@ -27,7 +27,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.commons.fileupload</groupId>
   <artifactId>commons-fileupload</artifactId>
-  <version>1.3-SNAPSHOT</version>
+  <version>1.2.1</version>
   <name>Commons FileUpload</name>
   <description>
     The FileUpload component provides a simple yet flexible means of adding 
support for multipart
@@ -167,7 +167,7 @@
     <dependency>
       <groupId>commons-io</groupId>
       <artifactId>commons-io</artifactId>
-      <version>1.4-SNAPSHOT</version>
+      <version>1.3.2</version>
       <optional>true</optional>
     </dependency>
   </dependencies>


Reply via email to