Author: wsmoak
Date: Fri Feb 9 21:09:41 2007
New Revision: 505633
URL: http://svn.apache.org/viewvc?view=rev&rev=505633
Log:
WW-1726 Update the blank archetype for Struts 2.0.5.
Modified:
struts/maven/trunk/struts2-archetype-blank/pom.xml
struts/maven/trunk/struts2-archetype-blank/src/main/resources/archetype-resources/pom.xml
Modified: struts/maven/trunk/struts2-archetype-blank/pom.xml
URL:
http://svn.apache.org/viewvc/struts/maven/trunk/struts2-archetype-blank/pom.xml?view=diff&rev=505633&r1=505632&r2=505633
==============================================================================
--- struts/maven/trunk/struts2-archetype-blank/pom.xml (original)
+++ struts/maven/trunk/struts2-archetype-blank/pom.xml Fri Feb 9 21:09:41 2007
@@ -9,7 +9,7 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>struts2-archetype-blank</artifactId>
- <version>2.0.2-SNAPSHOT</version>
+ <version>2.0.5-SNAPSHOT</version>
<packaging>maven-plugin</packaging>
<name>Struts 2 Archetypes - Blank</name>
Modified:
struts/maven/trunk/struts2-archetype-blank/src/main/resources/archetype-resources/pom.xml
URL:
http://svn.apache.org/viewvc/struts/maven/trunk/struts2-archetype-blank/src/main/resources/archetype-resources/pom.xml?view=diff&rev=505633&r1=505632&r2=505633
==============================================================================
---
struts/maven/trunk/struts2-archetype-blank/src/main/resources/archetype-resources/pom.xml
(original)
+++
struts/maven/trunk/struts2-archetype-blank/src/main/resources/archetype-resources/pom.xml
Fri Feb 9 21:09:41 2007
@@ -48,7 +48,7 @@
<dependency>
<groupId>org.apache.struts</groupId>
<artifactId>struts2-core</artifactId>
- <version>2.0.2-SNAPSHOT</version>
+ <version>2.0.5</version>
</dependency>
</dependencies>