Author: musachy Date: Mon Feb 23 15:28:30 2009 New Revision: 747047 URL: http://svn.apache.org/viewvc?rev=747047&view=rev Log: Update xwork dep to 2.1.3-SNAPSHOT
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=747047&r1=747046&r2=747047&view=diff ============================================================================== --- struts/struts2/trunk/core/pom.xml (original) +++ struts/struts2/trunk/core/pom.xml Mon Feb 23 15:28:30 2009 @@ -56,7 +56,7 @@ <artifactItem> <groupId>com.opensymphony</groupId> <artifactId>xwork</artifactId> - <version>2.1.2</version> + <version>2.1.3-SNAPSHOT</version> <classifier>sources</classifier> </artifactItem> </artifactItems> @@ -229,7 +229,7 @@ <dependency> <groupId>com.opensymphony</groupId> <artifactId>xwork</artifactId> - <version>2.1.2</version> + <version>2.1.3-SNAPSHOT</version> </dependency> <!--<dependency>-->