Author: musachy Date: Thu May 7 20:33:13 2009 New Revision: 772764 URL: http://svn.apache.org/viewvc?rev=772764&view=rev Log: fix xwork reference
Modified: struts/struts2/trunk/core/pom.xml Modified: struts/struts2/trunk/core/pom.xml URL: http://svn.apache.org/viewvc/struts/struts2/trunk/core/pom.xml?rev=772764&r1=772763&r2=772764&view=diff ============================================================================== --- struts/struts2/trunk/core/pom.xml (original) +++ struts/struts2/trunk/core/pom.xml Thu May 7 20:33:13 2009 @@ -55,8 +55,8 @@ <artifactItems> <artifactItem> <groupId>com.opensymphony</groupId> - <artifactId>xwork</artifactId> - <version>2.1.3</version> + <artifactId>xwork-core</artifactId> + <version>2.1.4-SNAPSHOT</version> <classifier>sources</classifier> </artifactItem> </artifactItems> @@ -228,7 +228,7 @@ <dependencies> <dependency> <groupId>com.opensymphony</groupId> - <artifactId>xwork</artifactId> + <artifactId>xwork-core</artifactId> <version>2.1.4-SNAPSHOT</version> </dependency>