You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lo...@apache.org on 2012/05/04 19:52:43 UTC

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

Author: lofwyr
Date: Fri May  4 17:52:42 2012
New Revision: 1334092

URL: http://svn.apache.org/viewvc?rev=1334092&view=rev
Log:
TOBAGO-1121: TobagoMultipartFormdataRequest doesn't support HTTP GET parameters
 - also updating the commons-fileupload dependency to 1.2.2 to have the current version

Modified:
    myfaces/tobago/trunk/pom.xml

Modified: myfaces/tobago/trunk/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/pom.xml?rev=1334092&r1=1334091&r2=1334092&view=diff
==============================================================================
--- myfaces/tobago/trunk/pom.xml (original)
+++ myfaces/tobago/trunk/pom.xml Fri May  4 17:52:42 2012
@@ -484,7 +484,7 @@
       <dependency>
         <groupId>commons-fileupload</groupId>
         <artifactId>commons-fileupload</artifactId>
-        <version>1.2</version>
+        <version>1.2.2</version>
       </dependency>
       <dependency>
         <groupId>commons-codec</groupId>