Author: lukaszlenart Date: Sat Mar 13 13:45:08 2010 New Revision: 922566 URL: http://svn.apache.org/viewvc?rev=922566&view=rev Log: Use Maven variable for XWork version instead of hard coded value
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=922566&r1=922565&r2=922566&view=diff ============================================================================== --- struts/struts2/trunk/core/pom.xml (original) +++ struts/struts2/trunk/core/pom.xml Sat Mar 13 13:45:08 2010 @@ -205,7 +205,7 @@ <dependency> <groupId>com.opensymphony</groupId> <artifactId>xwork-core</artifactId> - <version>2.2.0-SNAPSHOT</version> + <version>${version}</version> </dependency> <!--<dependency>-->