Author: wsmoak
Date: Fri Nov 10 18:18:57 2006
New Revision: 473629
URL: http://svn.apache.org/viewvc?view=rev&rev=473629
Log:
Advance versions to 2.0.2-SNAPSHOT since neither 2.0.1 nor 2.0.1-SNAPSHOT is
available in any Maven repository that I know of.
Modified:
struts/maven/trunk/struts2-archetype-starter/README.txt
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/README.txt
URL:
http://svn.apache.org/viewvc/struts/maven/trunk/struts2-archetype-starter/README.txt?view=diff&rev=473629&r1=473628&r2=473629
==============================================================================
--- struts/maven/trunk/struts2-archetype-starter/README.txt (original)
+++ struts/maven/trunk/struts2-archetype-starter/README.txt Fri Nov 10 18:18:57
2006
@@ -31,7 +31,7 @@
-DartifactId=myWebApp \
-DarchetypeGroupId=org.apache.struts \
-DarchetypeArtifactId=struts2-archetype-starter \
- -DarchetypeVersion=2.0.1-SNAPSHOT \
+ -DarchetypeVersion=2.0.2-SNAPSHOT \
-DremoteRepositories=http://people.apache.org/maven-snapshot-repository
IMPORTANT:
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=473629&r1=473628&r2=473629
==============================================================================
--- struts/maven/trunk/struts2-archetype-starter/pom.xml (original)
+++ struts/maven/trunk/struts2-archetype-starter/pom.xml Fri Nov 10 18:18:57
2006
@@ -9,7 +9,7 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>struts2-archetype-starter</artifactId>
- <version>2.0.1-SNAPSHOT</version>
+ <version>2.0.2-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=473629&r1=473628&r2=473629
==============================================================================
---
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
Fri Nov 10 18:18:57 2006
@@ -23,12 +23,12 @@
<dependency>
<groupId>org.apache.struts</groupId>
<artifactId>struts2-core</artifactId>
- <version>2.0.1-SNAPSHOT</version>
+ <version>2.0.2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.struts</groupId>
<artifactId>struts2-sitemesh-plugin</artifactId>
- <version>2.0.1-SNAPSHOT</version>
+ <version>2.0.2-SNAPSHOT</version>
</dependency>
<!-- Freemarker -->