You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by jd...@apache.org on 2006/10/07 21:26:19 UTC

svn commit: r453990 - /geronimo/server/trunk/pom.xml

Author: jdillon
Date: Sat Oct  7 12:26:19 2006
New Revision: 453990

URL: http://svn.apache.org/viewvc?view=rev&rev=453990
Log:
Update to the latest version of commons-fileupload (1.1.1)

Modified:
    geronimo/server/trunk/pom.xml

Modified: geronimo/server/trunk/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/pom.xml?view=diff&rev=453990&r1=453989&r2=453990
==============================================================================
--- geronimo/server/trunk/pom.xml (original)
+++ geronimo/server/trunk/pom.xml Sat Oct  7 12:26:19 2006
@@ -554,7 +554,7 @@
             <dependency>
                 <groupId>commons-fileupload</groupId>
                 <artifactId>commons-fileupload</artifactId>
-                <version>1.1-dev</version>
+                <version>1.1.1</version>
             </dependency>
 
             <dependency>