You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by he...@apache.org on 2007/10/15 20:08:08 UTC

svn commit: r584832 - in /struts/struts2/trunk: core/pom.xml pom.xml

Author: hermanns
Date: Mon Oct 15 11:08:08 2007
New Revision: 584832

URL: http://svn.apache.org/viewvc?rev=584832&view=rev
Log:
Updating xwork dependency to release 2.1.0
o corrected groupId to com.opensymphony
o added maven2 OpenSymphony repository

WW-1715

Modified:
    struts/struts2/trunk/core/pom.xml
    struts/struts2/trunk/pom.xml

Modified: struts/struts2/trunk/core/pom.xml
URL: http://svn.apache.org/viewvc/struts/struts2/trunk/core/pom.xml?rev=584832&r1=584831&r2=584832&view=diff
==============================================================================
--- struts/struts2/trunk/core/pom.xml (original)
+++ struts/struts2/trunk/core/pom.xml Mon Oct 15 11:08:08 2007
@@ -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>-->

Modified: struts/struts2/trunk/pom.xml
URL: http://svn.apache.org/viewvc/struts/struts2/trunk/pom.xml?rev=584832&r1=584831&r2=584832&view=diff
==============================================================================
--- struts/struts2/trunk/pom.xml (original)
+++ struts/struts2/trunk/pom.xml Mon Oct 15 11:08:08 2007
@@ -366,6 +366,17 @@
             <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>
             <name>opensymphony</name>