Author: mrdon
Date: Sat Jul  1 17:23:12 2006
New Revision: 418533

URL: http://svn.apache.org/viewvc?rev=418533&view=rev
Log:
Fixing last org.apache.struts2 group ids
WW-1367

Modified:
    struts/struts2/trunk/api/pom.xml
    
struts/struts2/trunk/archetype/src/main/resources/archetype-resources/pom.xml

Modified: struts/struts2/trunk/api/pom.xml
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/api/pom.xml?rev=418533&r1=418532&r2=418533&view=diff
==============================================================================
--- struts/struts2/trunk/api/pom.xml (original)
+++ struts/struts2/trunk/api/pom.xml Sat Jul  1 17:23:12 2006
@@ -3,7 +3,7 @@
          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
     <modelVersion>4.0.0</modelVersion>
     <parent>
-        <groupId>org.apache.struts2</groupId>
+        <groupId>org.apache.struts</groupId>
         <artifactId>struts2-parent</artifactId>
         <version>2.0-SNAPSHOT</version>
     </parent>

Modified: 
struts/struts2/trunk/archetype/src/main/resources/archetype-resources/pom.xml
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/archetype/src/main/resources/archetype-resources/pom.xml?rev=418533&r1=418532&r2=418533&view=diff
==============================================================================
--- 
struts/struts2/trunk/archetype/src/main/resources/archetype-resources/pom.xml 
(original)
+++ 
struts/struts2/trunk/archetype/src/main/resources/archetype-resources/pom.xml 
Sat Jul  1 17:23:12 2006
@@ -21,13 +21,13 @@
 
                <!--  SAF2 -->
                <dependency>
-            <groupId>org.apache.struts2</groupId>
-            <artifactId>struts-core</artifactId>
+            <groupId>org.apache.struts</groupId>
+            <artifactId>struts2-core</artifactId>
             <version>2.0-SNAPSHOT</version>
         </dependency>
         <dependency>
-            <groupId>org.apache.struts2</groupId>
-            <artifactId>struts-extras</artifactId>
+            <groupId>org.apache.struts</groupId>
+            <artifactId>struts2-extras</artifactId>
             <version>2.0-SNAPSHOT</version>
         </dependency>
 


Reply via email to