[maven-release-plugin]  copy for tag STRUTS_2_2_0

git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/tags/STRUTS_2_2_0@958825 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/assembly/pom.xml b/assembly/pom.xml
index 4981fc6..d558d5f 100644
--- a/assembly/pom.xml
+++ b/assembly/pom.xml
@@ -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>
diff --git a/core/pom.xml b/core/pom.xml
index 28e6f2c..5b5d3ee 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -208,7 +208,7 @@
 
     <dependencies>
         <dependency>
-            <groupId>com.opensymphony</groupId>
+            <groupId>org.apache.struts.xwork</groupId>
             <artifactId>xwork-core</artifactId>
             <version>${version}</version>
         </dependency>
diff --git a/xwork-core/pom.xml b/xwork-core/pom.xml
index eaf51f8..632b45c 100644
--- a/xwork-core/pom.xml
+++ b/xwork-core/pom.xml
@@ -8,7 +8,7 @@
         <version>2.2.0</version>
     </parent>
 
-    <groupId>com.opensymphony</groupId>
+    <groupId>org.apache.struts.xwork</groupId>
     <artifactId>xwork-core</artifactId>
     <packaging>jar</packaging>
     <name>XWork: Core</name>