You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by pb...@apache.org on 2008/06/05 07:52:14 UTC

svn commit: r663460 - /struts/struts1/trunk/pom.xml

Author: pbenedict
Date: Wed Jun  4 22:52:14 2008
New Revision: 663460

URL: http://svn.apache.org/viewvc?rev=663460&view=rev
Log:
STR-3059: Bump Commons FileUpload to 1.2.1

Modified:
    struts/struts1/trunk/pom.xml

Modified: struts/struts1/trunk/pom.xml
URL: http://svn.apache.org/viewvc/struts/struts1/trunk/pom.xml?rev=663460&r1=663459&r2=663460&view=diff
==============================================================================
--- struts/struts1/trunk/pom.xml (original)
+++ struts/struts1/trunk/pom.xml Wed Jun  4 22:52:14 2008
@@ -325,7 +325,7 @@
             <dependency>
                 <groupId>commons-fileupload</groupId>
                 <artifactId>commons-fileupload</artifactId>
-                <version>1.2</version>
+                <version>1.2.1</version>
                 <optional>true</optional>
             </dependency>
             <dependency>