You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wookie.apache.org by sc...@apache.org on 2009/10/23 00:23:10 UTC

svn commit: r828874 - /incubator/wookie/branches/standalone/ivy.xml

Author: scottbw
Date: Thu Oct 22 22:23:09 2009
New Revision: 828874

URL: http://svn.apache.org/viewvc?rev=828874&view=rev
Log:
Related to WOOKIE-26 - the latest version of commons-fileupload is not currently supported; reverting to an earlier version

Modified:
    incubator/wookie/branches/standalone/ivy.xml

Modified: incubator/wookie/branches/standalone/ivy.xml
URL: http://svn.apache.org/viewvc/incubator/wookie/branches/standalone/ivy.xml?rev=828874&r1=828873&r2=828874&view=diff
==============================================================================
--- incubator/wookie/branches/standalone/ivy.xml (original)
+++ incubator/wookie/branches/standalone/ivy.xml Thu Oct 22 22:23:09 2009
@@ -20,7 +20,7 @@
 		</dependency>
         <dependency org="commons-configuration" name="commons-configuration" rev="1.4" conf="deploy->default">
         </dependency>
-        <dependency org="commons-fileupload" name="commons-fileupload" rev="1.2.1" conf="deploy->default">
+        <dependency org="commons-fileupload" name="commons-fileupload" rev="1.0" conf="deploy->default">
         </dependency>
         <dependency org="commons-httpclient" name="commons-httpclient" rev="3.0.1" conf="deploy->default">
         </dependency>