You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by bo...@apache.org on 2007/01/25 20:28:55 UTC

svn commit: r499931 - /myfaces/tobago/trunk/pom.xml

Author: bommel
Date: Thu Jan 25 11:28:54 2007
New Revision: 499931

URL: http://svn.apache.org/viewvc?view=rev&rev=499931
Log:
(TOBAGO-257) Update dependency of commons-fileupload to 1.1.1

Modified:
    myfaces/tobago/trunk/pom.xml

Modified: myfaces/tobago/trunk/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/pom.xml?view=diff&rev=499931&r1=499930&r2=499931
==============================================================================
--- myfaces/tobago/trunk/pom.xml (original)
+++ myfaces/tobago/trunk/pom.xml Thu Jan 25 11:28:54 2007
@@ -384,7 +384,7 @@
       <dependency>
         <groupId>commons-fileupload</groupId>
         <artifactId>commons-fileupload</artifactId>
-        <version>1.0</version>
+        <version>1.1.1</version>
       </dependency>
       <dependency>
         <groupId>log4j</groupId>