Author: wsmoak
Date: Fri Feb  9 20:52:26 2007
New Revision: 505631

URL: http://svn.apache.org/viewvc?view=rev&rev=505631
Log:
WW-1685 Update the archetype for Struts 2.0.5.

Modified:
    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/pom.xml
URL: 
http://svn.apache.org/viewvc/struts/maven/trunk/struts2-archetype-starter/pom.xml?view=diff&rev=505631&r1=505630&r2=505631
==============================================================================
--- struts/maven/trunk/struts2-archetype-starter/pom.xml (original)
+++ struts/maven/trunk/struts2-archetype-starter/pom.xml Fri Feb  9 20:52:26 
2007
@@ -9,7 +9,7 @@
 
   <modelVersion>4.0.0</modelVersion>
   <artifactId>struts2-archetype-starter</artifactId>
-  <version>2.0.3-SNAPSHOT</version>
+  <version>2.0.5-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=505631&r1=505630&r2=505631
==============================================================================
--- 
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 Feb  9 20:52:26 2007
@@ -23,17 +23,17 @@
                <dependency>
             <groupId>org.apache.struts</groupId>
             <artifactId>struts2-core</artifactId>
-            <version>2.0.3</version>
+            <version>2.0.5</version>
         </dependency>
         <dependency>
             <groupId>org.apache.struts</groupId>
             <artifactId>struts2-sitemesh-plugin</artifactId>
-            <version>2.0.3</version>
+            <version>2.0.5</version>
         </dependency>
         <dependency>
             <groupId>org.apache.struts</groupId>
             <artifactId>struts2-spring-plugin</artifactId>
-            <version>2.0.3</version>
+            <version>2.0.5</version>
         </dependency>
 
                <!-- Freemarker -->
@@ -116,13 +116,6 @@
         -->
     </dependencies>
        
-       <repositories>
-        <repository>
-            <id>Struts 2 Repository</id>
-            
<url>http://people.apache.org/builds/struts/2.0.3/m2-staging-repository/</url>
-        </repository>
-    </repositories>
-    
     <build>
       <finalName>${artifactId}</finalName>
        <plugins>


Reply via email to