Author: hermanns Date: Sun Dec 21 08:29:03 2008 New Revision: 728457 URL: http://svn.apache.org/viewvc?rev=728457&view=rev Log: WW-2623 Upgrading xwork dep to the just released 2.1.2 version
Modified: struts/struts2/trunk/assembly/pom.xml struts/struts2/trunk/core/pom.xml Modified: struts/struts2/trunk/assembly/pom.xml URL: http://svn.apache.org/viewvc/struts/struts2/trunk/assembly/pom.xml?rev=728457&r1=728456&r2=728457&view=diff ============================================================================== --- struts/struts2/trunk/assembly/pom.xml (original) +++ struts/struts2/trunk/assembly/pom.xml Sun Dec 21 08:29:03 2008 @@ -109,7 +109,7 @@ <groupId>com.opensymphony</groupId> <artifactId>xwork</artifactId> <classifier>javadoc</classifier> - <version>2.1.2-SNAPSHOT</version> + <version>2.1.2</version> </artifactItem> </artifactItems> <outputDirectory>${project.build.directory}/xwork-apidocs</outputDirectory> @@ -286,7 +286,7 @@ <dependency> <groupId>com.opensymphony</groupId> <artifactId>xwork</artifactId> - <version>2.1.2-SNAPSHOT</version> + <version>2.1.2</version> <type>jar</type> <classifier>jdk14</classifier> <scope>runtime</scope> Modified: struts/struts2/trunk/core/pom.xml URL: http://svn.apache.org/viewvc/struts/struts2/trunk/core/pom.xml?rev=728457&r1=728456&r2=728457&view=diff ============================================================================== --- struts/struts2/trunk/core/pom.xml (original) +++ struts/struts2/trunk/core/pom.xml Sun Dec 21 08:29:03 2008 @@ -56,7 +56,7 @@ <artifactItem> <groupId>com.opensymphony</groupId> <artifactId>xwork</artifactId> - <version>2.1.2-SNAPSHOT</version> + <version>2.1.2</version> <classifier>sources</classifier> </artifactItem> </artifactItems> @@ -229,7 +229,7 @@ <dependency> <groupId>com.opensymphony</groupId> <artifactId>xwork</artifactId> - <version>2.1.2-SNAPSHOT</version> + <version>2.1.2</version> </dependency> <!--<dependency>-->