Updating xwork dependency to release 2.1.0

o corrected groupId to com.opensymphony
o added maven2 OpenSymphony repository

WW-1715


git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@584832 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Rainer Hermanns
2007-10-15 18:08:08 +00:00
parent 09d906ef98
commit bbc9c697cd
2 changed files with 15 additions and 4 deletions
+4 -4
View File
@@ -55,9 +55,9 @@
<configuration>
<artifactItems>
<artifactItem>
<groupId>com.opensymphony.xwork</groupId>
<groupId>com.opensymphony</groupId>
<artifactId>xwork</artifactId>
<version>2.1-SNAPSHOT</version>
<version>2.1.0</version>
<classifier>sources</classifier>
</artifactItem>
</artifactItems>
@@ -289,9 +289,9 @@
<dependencies>
<dependency>
<groupId>com.opensymphony.xwork</groupId>
<groupId>com.opensymphony</groupId>
<artifactId>xwork</artifactId>
<version>2.1-SNAPSHOT</version>
<version>2.1.0</version>
</dependency>
<!--<dependency>-->
+11
View File
@@ -365,6 +365,17 @@
<url>http://people.apache.org/repo/m2-snapshot-repository</url>
<releases><enabled>false</enabled></releases>
<snapshots><enabled>true</enabled></snapshots>
</repository>
<repository>
<id>opensymphony-m2</id>
<name>opensymphony-m2</name>
<snapshots>
<enabled>false</enabled>
</snapshots>
<releases>
<enabled>true</enabled>
</releases>
<url>http://maven2.opensymphony.com</url>
</repository>
<repository>
<id>opensymphony</id>