Author: mrdon Date: Sat Jan 6 11:59:42 2007 New Revision: 493554 URL: http://svn.apache.org/viewvc?view=rev&rev=493554 Log: Upping xwork dep to 2.0.0 WW-1588
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?view=diff&rev=493554&r1=493553&r2=493554 ============================================================================== --- struts/struts2/trunk/assembly/pom.xml (original) +++ struts/struts2/trunk/assembly/pom.xml Sat Jan 6 11:59:42 2007 @@ -103,7 +103,7 @@ <groupId>opensymphony</groupId> <artifactId>xwork</artifactId> <classifier>javadoc</classifier> - <version>2.0-SNAPSHOT</version> + <version>2.0.0</version> </artifactItem> </artifactItems> <outputDirectory>${project.build.directory}/xwork-apidocs</outputDirectory> Modified: struts/struts2/trunk/core/pom.xml URL: http://svn.apache.org/viewvc/struts/struts2/trunk/core/pom.xml?view=diff&rev=493554&r1=493553&r2=493554 ============================================================================== --- struts/struts2/trunk/core/pom.xml (original) +++ struts/struts2/trunk/core/pom.xml Sat Jan 6 11:59:42 2007 @@ -35,7 +35,7 @@ <artifactItem> <groupId>opensymphony</groupId> <artifactId>xwork</artifactId> - <version>2.0-SNAPSHOT</version> + <version>2.0.0</version> <classifier>sources</classifier> </artifactItem> </artifactItems> @@ -229,7 +229,7 @@ <dependency> <groupId>opensymphony</groupId> <artifactId>xwork</artifactId> - <version>2.0-SNAPSHOT</version> + <version>2.0.0</version> </dependency> <dependency>