Author: mrdon Date: Fri Mar 16 00:31:59 2007 New Revision: 518881 URL: http://svn.apache.org/viewvc?view=rev&rev=518881 Log: Upping struts version to 2.0.6
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=518881&r1=518880&r2=518881 ============================================================================== --- struts/maven/trunk/struts2-archetype-plugin/pom.xml (original) +++ struts/maven/trunk/struts2-archetype-plugin/pom.xml Fri Mar 16 00:31:59 2007 @@ -9,7 +9,7 @@ <modelVersion>4.0.0</modelVersion> <artifactId>struts2-archetype-plugin</artifactId> - <version>2.0.5-SNAPSHOT</version> + <version>2.0.6-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=518881&r1=518880&r2=518881 ============================================================================== --- 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 Mar 16 00:31:59 2007 @@ -20,7 +20,7 @@ <dependency> <groupId>org.apache.struts</groupId> <artifactId>struts2-core</artifactId> - <version>2.0.5</version> + <version>2.0.6</version> </dependency> </dependencies>