You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@archiva.apache.org by ol...@apache.org on 2011/11/22 21:50:05 UTC

svn commit: r1205159 - /archiva/trunk/pom.xml

Author: olamy
Date: Tue Nov 22 20:50:05 2011
New Revision: 1205159

URL: http://svn.apache.org/viewvc?rev=1205159&view=rev
Log:
upgrade commons-fileupload  as same as level as redback to avoid duplicate of the jar in the war

Modified:
    archiva/trunk/pom.xml

Modified: archiva/trunk/pom.xml
URL: http://svn.apache.org/viewvc/archiva/trunk/pom.xml?rev=1205159&r1=1205158&r2=1205159&view=diff
==============================================================================
--- archiva/trunk/pom.xml (original)
+++ archiva/trunk/pom.xml Tue Nov 22 20:50:05 2011
@@ -559,7 +559,7 @@
       <dependency>
         <groupId>commons-fileupload</groupId>
         <artifactId>commons-fileupload</artifactId>
-        <version>1.2</version>
+        <version>1.2.2</version>
       </dependency>
       <dependency>
         <groupId>commons-io</groupId>