fix xwork reference

git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@772764 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Musachy Barroso
2009-05-07 20:33:13 +00:00
parent 8db92e0097
commit a428f78471
+3 -3
View File
@@ -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>