You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by mr...@apache.org on 2007/11/12 18:21:46 UTC

svn commit: r594218 - in /struts/maven/trunk/struts2-archetype-plugin: pom.xml src/main/resources/archetype-resources/pom.xml

Author: mrdon
Date: Mon Nov 12 09:21:41 2007
New Revision: 594218

URL: http://svn.apache.org/viewvc?rev=594218&view=rev
Log:
Updated archetype

Modified:
    struts/maven/trunk/struts2-archetype-plugin/pom.xml
    struts/maven/trunk/struts2-archetype-plugin/src/main/resources/archetype-resources/pom.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=594218&r1=594217&r2=594218&view=diff
==============================================================================
--- struts/maven/trunk/struts2-archetype-plugin/pom.xml (original)
+++ struts/maven/trunk/struts2-archetype-plugin/pom.xml Mon Nov 12 09:21:41 2007
@@ -9,7 +9,7 @@
 
   <modelVersion>4.0.0</modelVersion>
   <artifactId>struts2-archetype-plugin</artifactId>
-  <version>2.0.9-SNAPSHOT</version>
+  <version>2.0.11-SNAPSHOT</version>
   <packaging>maven-plugin</packaging>
   <name>Struts 2 Archetypes - Plugin</name>
 

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=594218&r1=594217&r2=594218&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 Mon Nov 12 09:21:41 2007
@@ -13,7 +13,7 @@
         <dependency>
             <groupId>org.apache.struts</groupId>
             <artifactId>struts2-core</artifactId>
-            <version>2.0.9</version>
+            <version>2.0.11</version>
         </dependency>
         <dependency>
             <groupId>javax.servlet</groupId>