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/03/17 08:37:25 UTC

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

Author: mrdon
Date: Sat Mar 17 00:37:24 2007
New Revision: 519257

URL: http://svn.apache.org/viewvc?view=rev&rev=519257
Log:
Updating for struts 2.0.6

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

Modified: struts/maven/trunk/struts2-archetype-starter/pom.xml
URL: http://svn.apache.org/viewvc/struts/maven/trunk/struts2-archetype-starter/pom.xml?view=diff&rev=519257&r1=519256&r2=519257
==============================================================================
--- struts/maven/trunk/struts2-archetype-starter/pom.xml (original)
+++ struts/maven/trunk/struts2-archetype-starter/pom.xml Sat Mar 17 00:37:24 2007
@@ -9,7 +9,7 @@
 
   <modelVersion>4.0.0</modelVersion>
   <artifactId>struts2-archetype-starter</artifactId>
-  <version>2.0.5-SNAPSHOT</version>
+  <version>2.0.6-SNAPSHOT</version>
   <packaging>maven-plugin</packaging>
   <name>Struts 2 Archetypes - Starter</name>
 

Modified: struts/maven/trunk/struts2-archetype-starter/src/main/resources/archetype-resources/pom.xml
URL: http://svn.apache.org/viewvc/struts/maven/trunk/struts2-archetype-starter/src/main/resources/archetype-resources/pom.xml?view=diff&rev=519257&r1=519256&r2=519257
==============================================================================
--- struts/maven/trunk/struts2-archetype-starter/src/main/resources/archetype-resources/pom.xml (original)
+++ struts/maven/trunk/struts2-archetype-starter/src/main/resources/archetype-resources/pom.xml Sat Mar 17 00:37:24 2007
@@ -23,17 +23,17 @@
 		<dependency>
             <groupId>org.apache.struts</groupId>
             <artifactId>struts2-core</artifactId>
-            <version>2.0.5</version>
+            <version>2.0.6</version>
         </dependency>
         <dependency>
             <groupId>org.apache.struts</groupId>
             <artifactId>struts2-sitemesh-plugin</artifactId>
-            <version>2.0.5</version>
+            <version>2.0.6</version>
         </dependency>
         <dependency>
             <groupId>org.apache.struts</groupId>
             <artifactId>struts2-spring-plugin</artifactId>
-            <version>2.0.5</version>
+            <version>2.0.6</version>
         </dependency>
 
 		<!-- Servlet & Jsp -->