Author: lukaszlenart
Date: Mon Jun 28 20:20:28 2010
New Revision: 958702

URL: http://svn.apache.org/viewvc?rev=958702&view=rev
Log:
Changed groupId to allow deploy to Nexus repository

Modified:
    struts/struts2/trunk/assembly/pom.xml
    struts/struts2/trunk/core/pom.xml
    struts/struts2/trunk/xwork-core/pom.xml

Modified: struts/struts2/trunk/assembly/pom.xml
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/assembly/pom.xml?rev=958702&r1=958701&r2=958702&view=diff
==============================================================================
--- struts/struts2/trunk/assembly/pom.xml (original)
+++ struts/struts2/trunk/assembly/pom.xml Mon Jun 28 20:20:28 2010
@@ -70,7 +70,7 @@
                     </dependency>
 
                     <dependency>
-                        <groupId>com.opensymphony</groupId>
+                        <groupId>org.apache.struts.xwork</groupId>
                         <artifactId>xwork-core</artifactId>
                         <version>${version}</version>
                         <type>jar</type>

Modified: struts/struts2/trunk/core/pom.xml
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/core/pom.xml?rev=958702&r1=958701&r2=958702&view=diff
==============================================================================
--- struts/struts2/trunk/core/pom.xml (original)
+++ struts/struts2/trunk/core/pom.xml Mon Jun 28 20:20:28 2010
@@ -208,7 +208,7 @@
 
     <dependencies>
         <dependency>
-            <groupId>com.opensymphony</groupId>
+            <groupId>org.apache.struts.xwork</groupId>
             <artifactId>xwork-core</artifactId>
             <version>${version}</version>
         </dependency>

Modified: struts/struts2/trunk/xwork-core/pom.xml
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/xwork-core/pom.xml?rev=958702&r1=958701&r2=958702&view=diff
==============================================================================
--- struts/struts2/trunk/xwork-core/pom.xml (original)
+++ struts/struts2/trunk/xwork-core/pom.xml Mon Jun 28 20:20:28 2010
@@ -9,7 +9,7 @@
         <version>2.2.0-SNAPSHOT</version>
     </parent>
 
-    <groupId>com.opensymphony</groupId>
+    <groupId>org.apache.struts.xwork</groupId>
     <artifactId>xwork-core</artifactId>
     <packaging>jar</packaging>
     <name>XWork: Core</name>


Reply via email to