Author: mcucchiara Date: Fri Apr 5 16:21:50 2013 New Revision: 1465025 URL: http://svn.apache.org/r1465025 Log: Updated commons-fileupload to the latest version
Modified: struts/struts2/trunk/archetypes/struts2-archetype-starter/src/main/resources/archetype-resources/pom.xml struts/struts2/trunk/pom.xml Modified: struts/struts2/trunk/archetypes/struts2-archetype-starter/src/main/resources/archetype-resources/pom.xml URL: http://svn.apache.org/viewvc/struts/struts2/trunk/archetypes/struts2-archetype-starter/src/main/resources/archetype-resources/pom.xml?rev=1465025&r1=1465024&r2=1465025&view=diff ============================================================================== --- struts/struts2/trunk/archetypes/struts2-archetype-starter/src/main/resources/archetype-resources/pom.xml (original) +++ struts/struts2/trunk/archetypes/struts2-archetype-starter/src/main/resources/archetype-resources/pom.xml Fri Apr 5 16:21:50 2013 @@ -66,7 +66,7 @@ <dependency> <groupId>commons-fileupload</groupId> <artifactId>commons-fileupload</artifactId> - <version>1.1.1</version> + <version>1.3</version> </dependency> <!-- Dwr --> Modified: struts/struts2/trunk/pom.xml URL: http://svn.apache.org/viewvc/struts/struts2/trunk/pom.xml?rev=1465025&r1=1465024&r2=1465025&view=diff ============================================================================== --- struts/struts2/trunk/pom.xml (original) +++ struts/struts2/trunk/pom.xml Fri Apr 5 16:21:50 2013 @@ -548,7 +548,7 @@ <dependency> <groupId>commons-fileupload</groupId> <artifactId>commons-fileupload</artifactId> - <version>1.2.2</version> + <version>1.3</version> </dependency> <dependency> <groupId>commons-io</groupId>