mirror of
https://github.com/apache/struts.git
synced 2026-08-11 01:27:14 +00:00
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:
+4
-4
@@ -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>-->
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user