Author: lukaszlenart
Date: Fri Apr 9 15:26:28 2010
New Revision: 932462
URL: http://svn.apache.org/viewvc?rev=932462&view=rev
Log:
Removed hardcoded XWork version
Modified:
struts/struts2/trunk/assembly/pom.xml
Modified: struts/struts2/trunk/assembly/pom.xml
URL:
http://svn.apache.org/viewvc/struts/struts2/trunk/assembly/pom.xml?rev=932462&r1=932461&r2=932462&view=diff
==============================================================================
--- struts/struts2/trunk/assembly/pom.xml (original)
+++ struts/struts2/trunk/assembly/pom.xml Fri Apr 9 15:26:28 2010
@@ -259,7 +259,7 @@
<groupId>com.opensymphony</groupId>
<artifactId>xwork-core</artifactId>
<classifier>javadoc</classifier>
- <version>2.1.6</version>
+ <version>${version}</version>
</artifactItem>
</artifactItems>
<outputDirectory>${project.build.directory}/xwork-apidocs</outputDirectory>