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/11/21 07:39:27 UTC

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

Author: bommel
Date: Tue Nov 20 22:39:25 2007
New Revision: 596960

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

Modified:
    myfaces/tobago/trunk/pom.xml

Modified: myfaces/tobago/trunk/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/pom.xml?rev=596960&r1=596959&r2=596960&view=diff
==============================================================================
--- myfaces/tobago/trunk/pom.xml (original)
+++ myfaces/tobago/trunk/pom.xml Tue Nov 20 22:39:25 2007
@@ -412,8 +412,7 @@
       <dependency>
         <groupId>commons-fileupload</groupId>
         <artifactId>commons-fileupload</artifactId>
-        <version>1.1.1</version>
-        <!--<version>1.2</version>-->
+        <version>1.2</version>
       </dependency>
       <dependency>
         <groupId>log4j</groupId>