mirror of
https://github.com/apache/struts.git
synced 2026-08-11 09:36:57 +00:00
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:
+1
-1
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user