Author: wsmoak
Date: Fri Sep  1 19:11:13 2006
New Revision: 439523

URL: http://svn.apache.org/viewvc?rev=439523&view=rev
Log:
Update version numbers and add a <name> to the pom.
WW-1359

Modified:
    struts/maven/trunk/struts2-archetype-starter/README.txt
    struts/maven/trunk/struts2-archetype-starter/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?rev=439523&r1=439522&r2=439523&view=diff
==============================================================================
--- struts/maven/trunk/struts2-archetype-starter/README.txt (original)
+++ struts/maven/trunk/struts2-archetype-starter/README.txt Fri Sep  1 19:11:13 
2006
@@ -1,9 +1,9 @@
 INFORMATION
 ===========
-- This is Struts 2's maven archetype plugin. 
+- This is Struts 2's "Starter" Maven Archetype
 - To be used to create a simple webapp template that one could alter to meet 
his/her needs.
 - The created template contains
-  - sitemesh integeration
+  - sitemesh integration
   - a simple Struts action
   - a simple Struts action level validation
   - a simple Struts action alias level validation
@@ -31,7 +31,7 @@
                        -DartifactId=myWebApp \
                        -DarchetypeGroupId=org.apache.struts \
                        -DarchetypeArtifactId=struts2-archetype-starter \
-                       -DarchetypeVersion=1.0-SNAPSHOT \
+                       -DarchetypeVersion=2.0.0-SNAPSHOT \
                        
-DremoteRepositories=http://people.apache.org/maven-snapshot-repository
 
 THis will create the sample Web app template

Modified: struts/maven/trunk/struts2-archetype-starter/pom.xml
URL: 
http://svn.apache.org/viewvc/struts/maven/trunk/struts2-archetype-starter/pom.xml?rev=439523&r1=439522&r2=439523&view=diff
==============================================================================
--- struts/maven/trunk/struts2-archetype-starter/pom.xml (original)
+++ struts/maven/trunk/struts2-archetype-starter/pom.xml Fri Sep  1 19:11:13 
2006
@@ -4,11 +4,13 @@
   <parent>
     <groupId>org.apache.struts</groupId>
     <artifactId>struts-master</artifactId>
-    <version>3-SNAPSHOT</version>
+    <version>3</version>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
   <artifactId>struts2-archetype-starter</artifactId>
-  <version>1.0-SNAPSHOT</version>
-  <packaging>maven-plugin</packaging>
+  <version>2.0.0-SNAPSHOT</version>
+  <packaging>jar</packaging>
+  <name>Struts 2 Archetypes - Starter</name>
+
 </project>


Reply via email to