You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by lu...@apache.org on 2009/12/16 22:47:14 UTC

svn commit: r891438 - in /struts/maven/trunk: struts2-archetype-blank/pom.xml struts2-archetype-convention/pom.xml struts2-archetype-dbportlet/pom.xml struts2-archetype-plugin/pom.xml struts2-archetype-portlet/pom.xml struts2-archetype-starter/pom.xml

Author: lukaszlenart
Date: Wed Dec 16 21:47:13 2009
New Revision: 891438

URL: http://svn.apache.org/viewvc?rev=891438&view=rev
Log:
Changed pom parent reference to match the rest of the project

Modified:
    struts/maven/trunk/struts2-archetype-blank/pom.xml
    struts/maven/trunk/struts2-archetype-convention/pom.xml
    struts/maven/trunk/struts2-archetype-dbportlet/pom.xml
    struts/maven/trunk/struts2-archetype-plugin/pom.xml
    struts/maven/trunk/struts2-archetype-portlet/pom.xml
    struts/maven/trunk/struts2-archetype-starter/pom.xml

Modified: struts/maven/trunk/struts2-archetype-blank/pom.xml
URL: http://svn.apache.org/viewvc/struts/maven/trunk/struts2-archetype-blank/pom.xml?rev=891438&r1=891437&r2=891438&view=diff
==============================================================================
--- struts/maven/trunk/struts2-archetype-blank/pom.xml (original)
+++ struts/maven/trunk/struts2-archetype-blank/pom.xml Wed Dec 16 21:47:13 2009
@@ -2,8 +2,8 @@
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <parent>
     <groupId>org.apache.struts</groupId>
-    <artifactId>struts-master</artifactId>
-    <version>4</version>
+    <artifactId>struts2-parent</artifactId>
+    <version>2.2.0-SNAPSHOT</version>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>

Modified: struts/maven/trunk/struts2-archetype-convention/pom.xml
URL: http://svn.apache.org/viewvc/struts/maven/trunk/struts2-archetype-convention/pom.xml?rev=891438&r1=891437&r2=891438&view=diff
==============================================================================
--- struts/maven/trunk/struts2-archetype-convention/pom.xml (original)
+++ struts/maven/trunk/struts2-archetype-convention/pom.xml Wed Dec 16 21:47:13 2009
@@ -2,8 +2,8 @@
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <parent>
     <groupId>org.apache.struts</groupId>
-    <artifactId>struts-master</artifactId>
-    <version>4</version>
+    <artifactId>struts2-parent</artifactId>
+    <version>2.2.0-SNAPSHOT</version>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>

Modified: struts/maven/trunk/struts2-archetype-dbportlet/pom.xml
URL: http://svn.apache.org/viewvc/struts/maven/trunk/struts2-archetype-dbportlet/pom.xml?rev=891438&r1=891437&r2=891438&view=diff
==============================================================================
--- struts/maven/trunk/struts2-archetype-dbportlet/pom.xml (original)
+++ struts/maven/trunk/struts2-archetype-dbportlet/pom.xml Wed Dec 16 21:47:13 2009
@@ -3,8 +3,8 @@
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <parent>
     <groupId>org.apache.struts</groupId>
-    <artifactId>struts-master</artifactId>
-    <version>4</version>
+    <artifactId>struts2-parent</artifactId>
+    <version>2.2.0-SNAPSHOT</version>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>

Modified: struts/maven/trunk/struts2-archetype-plugin/pom.xml
URL: http://svn.apache.org/viewvc/struts/maven/trunk/struts2-archetype-plugin/pom.xml?rev=891438&r1=891437&r2=891438&view=diff
==============================================================================
--- struts/maven/trunk/struts2-archetype-plugin/pom.xml (original)
+++ struts/maven/trunk/struts2-archetype-plugin/pom.xml Wed Dec 16 21:47:13 2009
@@ -3,8 +3,8 @@
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <parent>
     <groupId>org.apache.struts</groupId>
-    <artifactId>struts-master</artifactId>
-    <version>4</version>
+    <artifactId>struts2-parent</artifactId>
+    <version>2.2.0-SNAPSHOT</version>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>

Modified: struts/maven/trunk/struts2-archetype-portlet/pom.xml
URL: http://svn.apache.org/viewvc/struts/maven/trunk/struts2-archetype-portlet/pom.xml?rev=891438&r1=891437&r2=891438&view=diff
==============================================================================
--- struts/maven/trunk/struts2-archetype-portlet/pom.xml (original)
+++ struts/maven/trunk/struts2-archetype-portlet/pom.xml Wed Dec 16 21:47:13 2009
@@ -24,8 +24,8 @@
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <parent>
     <groupId>org.apache.struts</groupId>
-    <artifactId>struts-master</artifactId>
-    <version>4</version>
+    <artifactId>struts2-parent</artifactId>
+    <version>2.2.0-SNAPSHOT</version>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>

Modified: struts/maven/trunk/struts2-archetype-starter/pom.xml
URL: http://svn.apache.org/viewvc/struts/maven/trunk/struts2-archetype-starter/pom.xml?rev=891438&r1=891437&r2=891438&view=diff
==============================================================================
--- struts/maven/trunk/struts2-archetype-starter/pom.xml (original)
+++ struts/maven/trunk/struts2-archetype-starter/pom.xml Wed Dec 16 21:47:13 2009
@@ -3,8 +3,8 @@
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <parent>
     <groupId>org.apache.struts</groupId>
-    <artifactId>struts-master</artifactId>
-    <version>4</version>
+    <artifactId>struts2-parent</artifactId>
+    <version>2.2.0-SNAPSHOT</version>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>