Author: martinc Date: Mon Sep 11 21:21:56 2006 New Revision: 442444 URL: http://svn.apache.org/viewvc?view=rev&rev=442444 Log: Update Commons FileUpload version to 1.1.1 so that we pick up the latest bug fixes.
Modified: struts/struts2/trunk/apps/showcase/pom.xml struts/struts2/trunk/assembly/pom.xml struts/struts2/trunk/core/pom.xml Modified: struts/struts2/trunk/apps/showcase/pom.xml URL: http://svn.apache.org/viewvc/struts/struts2/trunk/apps/showcase/pom.xml?view=diff&rev=442444&r1=442443&r2=442444 ============================================================================== --- struts/struts2/trunk/apps/showcase/pom.xml (original) +++ struts/struts2/trunk/apps/showcase/pom.xml Mon Sep 11 21:21:56 2006 @@ -64,7 +64,7 @@ <dependency> <groupId>commons-fileupload</groupId> <artifactId>commons-fileupload</artifactId> - <version>1.1</version> + <version>1.1.1</version> </dependency> Modified: struts/struts2/trunk/assembly/pom.xml URL: http://svn.apache.org/viewvc/struts/struts2/trunk/assembly/pom.xml?view=diff&rev=442444&r1=442443&r2=442444 ============================================================================== --- struts/struts2/trunk/assembly/pom.xml (original) +++ struts/struts2/trunk/assembly/pom.xml Mon Sep 11 21:21:56 2006 @@ -194,7 +194,7 @@ <dependency> <groupId>commons-fileupload</groupId> <artifactId>commons-fileupload</artifactId> - <version>1.1</version> + <version>1.1.1</version> <scope>provided</scope> </dependency> Modified: struts/struts2/trunk/core/pom.xml URL: http://svn.apache.org/viewvc/struts/struts2/trunk/core/pom.xml?view=diff&rev=442444&r1=442443&r2=442444 ============================================================================== --- struts/struts2/trunk/core/pom.xml (original) +++ struts/struts2/trunk/core/pom.xml Mon Sep 11 21:21:56 2006 @@ -124,7 +124,7 @@ <dependency> <groupId>commons-fileupload</groupId> <artifactId>commons-fileupload</artifactId> - <version>1.1</version> + <version>1.1.1</version> <optional>true</optional> </dependency>