Fixing last org.apache.struts2 group ids

WW-1367


git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@418533 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Donald J. Brown
2006-07-02 00:23:12 +00:00
parent 989fae9e17
commit 3fcba0d0cf
2 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -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>
@@ -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>