Author: wsmoak Date: Sun Feb 26 13:56:17 2006 New Revision: 381173 URL: http://svn.apache.org/viewcvs?rev=381173&view=rev Log: Updated version to 1.3.1-SNAPSHOT in Maven2 build. Changed FileUpload dependency to v1.1.
Modified: struts/action/trunk/pom.xml struts/taglib/trunk/pom.xml Modified: struts/action/trunk/pom.xml URL: http://svn.apache.org/viewcvs/struts/action/trunk/pom.xml?rev=381173&r1=381172&r2=381173&view=diff ============================================================================== --- struts/action/trunk/pom.xml (original) +++ struts/action/trunk/pom.xml Sun Feb 26 13:56:17 2006 @@ -148,7 +148,7 @@ <dependency> <groupId>commons-fileupload</groupId> <artifactId>commons-fileupload</artifactId> - <version>1.0</version> + <version>1.1</version> <optional>true</optional> </dependency> <dependency> Modified: struts/taglib/trunk/pom.xml URL: http://svn.apache.org/viewcvs/struts/taglib/trunk/pom.xml?rev=381173&r1=381172&r2=381173&view=diff ============================================================================== --- struts/taglib/trunk/pom.xml (original) +++ struts/taglib/trunk/pom.xml Sun Feb 26 13:56:17 2006 @@ -37,7 +37,7 @@ <parent> <groupId>struts</groupId> <artifactId>struts-build</artifactId> - <version>1.3.0-SNAPSHOT</version> + <version>1.3.1-SNAPSHOT</version> <relativePath>../build/pom.xml</relativePath> </parent> @@ -45,7 +45,7 @@ <groupId>struts</groupId> <artifactId>struts-taglib</artifactId> <packaging>jar</packaging> - <version>1.3.0-SNAPSHOT</version> + <version>1.3.1-SNAPSHOT</version> <name>Struts Taglib</name> <url>http://struts.apache.org</url> @@ -107,7 +107,7 @@ <dependency> <groupId>struts</groupId> <artifactId>struts-action</artifactId> - <version>1.3.0-SNAPSHOT</version> + <version>1.3.1-SNAPSHOT</version> </dependency> </dependencies> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]