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/07/07 05:15:49 UTC

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

Author: mrdon
Date: Fri Jul  6 20:15:48 2007
New Revision: 554122

URL: http://svn.apache.org/viewvc?view=rev&rev=554122
Log:
Updating to Struts 2.0.8

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?view=diff&rev=554122&r1=554121&r2=554122
==============================================================================
--- struts/maven/trunk/struts2-archetype-plugin/pom.xml (original)
+++ struts/maven/trunk/struts2-archetype-plugin/pom.xml Fri Jul  6 20:15:48 2007
@@ -9,7 +9,7 @@
 
   <modelVersion>4.0.0</modelVersion>
   <artifactId>struts2-archetype-plugin</artifactId>
-  <version>2.0.6-SNAPSHOT</version>
+  <version>2.0.8-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?view=diff&rev=554122&r1=554121&r2=554122
==============================================================================
--- 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 Fri Jul  6 20:15:48 2007
@@ -20,7 +20,7 @@
         <dependency>
             <groupId>org.apache.struts</groupId>
             <artifactId>struts2-core</artifactId>
-            <version>2.0.6</version>
+            <version>2.0.8</version>
         </dependency>
 
     </dependencies>