Author: lukaszlenart
Date: Tue Nov 10 18:29:48 2009
New Revision: 834584

URL: http://svn.apache.org/viewvc?rev=834584&view=rev
Log:
Updated archetype to version 2.1.8 of Struts

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

Modified: struts/maven/trunk/struts2-archetype-plugin/pom.xml
URL: 
http://svn.apache.org/viewvc/struts/maven/trunk/struts2-archetype-plugin/pom.xml?rev=834584&r1=834583&r2=834584&view=diff
==============================================================================
--- struts/maven/trunk/struts2-archetype-plugin/pom.xml (original)
+++ struts/maven/trunk/struts2-archetype-plugin/pom.xml Tue Nov 10 18:29:48 2009
@@ -9,8 +9,8 @@
 
   <modelVersion>4.0.0</modelVersion>
   <artifactId>struts2-archetype-plugin</artifactId>
-  <version>2.0.12-SNAPSHOT</version>
-  <packaging>maven-plugin</packaging>
+  <version>2.1.8</version>
+  <packaging>jar</packaging>
   <name>Struts 2 Archetypes - Plugin</name>
 
     <scm>

Modified: 
struts/maven/trunk/struts2-archetype-plugin/src/main/resources/archetype-resources/pom.xml
URL: 
http://svn.apache.org/viewvc/struts/maven/trunk/struts2-archetype-plugin/src/main/resources/archetype-resources/pom.xml?rev=834584&r1=834583&r2=834584&view=diff
==============================================================================
--- 
struts/maven/trunk/struts2-archetype-plugin/src/main/resources/archetype-resources/pom.xml
 (original)
+++ 
struts/maven/trunk/struts2-archetype-plugin/src/main/resources/archetype-resources/pom.xml
 Tue Nov 10 18:29:48 2009
@@ -13,14 +13,16 @@
         <dependency>
             <groupId>org.apache.struts</groupId>
             <artifactId>struts2-core</artifactId>
-            <version>2.0.11</version>
+            <version>2.1.8</version>
         </dependency>
+
         <dependency>
             <groupId>javax.servlet</groupId>
             <artifactId>servlet-api</artifactId>
             <version>2.4</version>
             <scope>provided</scope>
         </dependency>
+
         <dependency>
             <groupId>junit</groupId>
             <artifactId>junit</artifactId>

Modified: 
struts/maven/trunk/struts2-archetype-plugin/src/main/resources/archetype-resources/src/main/resources/struts-plugin.xml
URL: 
http://svn.apache.org/viewvc/struts/maven/trunk/struts2-archetype-plugin/src/main/resources/archetype-resources/src/main/resources/struts-plugin.xml?rev=834584&r1=834583&r2=834584&view=diff
==============================================================================
--- 
struts/maven/trunk/struts2-archetype-plugin/src/main/resources/archetype-resources/src/main/resources/struts-plugin.xml
 (original)
+++ 
struts/maven/trunk/struts2-archetype-plugin/src/main/resources/archetype-resources/src/main/resources/struts-plugin.xml
 Tue Nov 10 18:29:48 2009
@@ -1,8 +1,8 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 
 <!DOCTYPE struts PUBLIC
-    "-//Apache Software Foundation//DTD Struts Configuration 2.0//EN"
-    "http://struts.apache.org/dtds/struts-2.0.dtd";>
+    "-//Apache Software Foundation//DTD Struts Configuration 2.1//EN"
+    "http://struts.apache.org/dtds/struts-2.1.7.dtd";>
     
 <struts>
 


Reply via email to