Author: mrdon
Date: Fri Sep 29 23:09:41 2006
New Revision: 451545

URL: http://svn.apache.org/viewvc?view=rev&rev=451545
Log:
Updating starter archetype
WW-1412

Modified:
    struts/maven/trunk/struts2-archetype-starter/pom.xml
    
struts/maven/trunk/struts2-archetype-starter/src/main/resources/archetype-resources/pom.xml
    
struts/maven/trunk/struts2-archetype-starter/src/main/resources/archetype-resources/src/main/resources/struts.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=451545&r1=451544&r2=451545
==============================================================================
--- struts/maven/trunk/struts2-archetype-starter/pom.xml (original)
+++ struts/maven/trunk/struts2-archetype-starter/pom.xml Fri Sep 29 23:09:41 
2006
@@ -9,7 +9,7 @@
 
   <modelVersion>4.0.0</modelVersion>
   <artifactId>struts2-archetype-starter</artifactId>
-  <version>2.0.0-SNAPSHOT</version>
+  <version>2.0.1-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=451545&r1=451544&r2=451545
==============================================================================
--- 
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 Sep 29 23:09:41 2006
@@ -6,9 +6,9 @@
        <artifactId>${artifactId}</artifactId>
        <packaging>war</packaging>
        <version>${version}</version>
-       <name>Struts 2 Starter Web App Sample</name>
+       <name>Struts 2 Starter</name>
        <url>http://www.myComp.com</url>
-       <description>Struts 2 - Maven Archetype - Starter</description>
+       <description>Struts 2 Starter</description>
        
        <dependencies>
                <!-- Junit -->
@@ -23,17 +23,17 @@
                <dependency>
             <groupId>org.apache.struts</groupId>
             <artifactId>struts2-core</artifactId>
-            <version>2.0.0-SNAPSHOT</version>
+            <version>2.0.1-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.struts</groupId>
-            <artifactId>struts2-extras</artifactId>
-            <version>2.0.0-SNAPSHOT</version>
+            <artifactId>struts2-sitemesh-plugin</artifactId>
+            <version>2.0.1-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.struts</groupId>
             <artifactId>struts2-api</artifactId>
-            <version>2.0.0-SNAPSHOT</version>
+            <version>2.0.1-SNAPSHOT</version>
         </dependency>
 
                <!-- XWork -->
@@ -94,22 +94,22 @@
                <dependency>
                        <groupId>org.springframework</groupId>
                        <artifactId>spring-beans</artifactId>
-                       <version>1.2.6</version>
+                       <version>1.2.8</version>
                </dependency>
                <dependency>
                        <groupId>org.springframework</groupId>
                        <artifactId>spring-core</artifactId>
-                       <version>1.2.6</version>
+                       <version>1.2.8</version>
                </dependency>
                <dependency>
                        <groupId>org.springframework</groupId>
                        <artifactId>spring-context</artifactId>
-                       <version>1.2.6</version>
+                       <version>1.2.8</version>
                </dependency>
                <dependency>
                        <groupId>org.springframework</groupId>
                        <artifactId>spring-web</artifactId>
-                       <version>1.2.6</version>
+                       <version>1.2.8</version>
                </dependency>
 
         <!-- JasperReports is available under
@@ -186,7 +186,8 @@
             </plugin>
                <plugin>
                        <groupId>org.mortbay.jetty</groupId>
-                       <artifactId>maven-jetty6-plugin</artifactId>
+                       <artifactId>maven-jetty-plugin</artifactId>
+                       <version>6.0.1</version>
                        <configuration>
                                <scanIntervalSeconds>10</scanIntervalSeconds>
                        </configuration>

Modified: 
struts/maven/trunk/struts2-archetype-starter/src/main/resources/archetype-resources/src/main/resources/struts.xml
URL: 
http://svn.apache.org/viewvc/struts/maven/trunk/struts2-archetype-starter/src/main/resources/archetype-resources/src/main/resources/struts.xml?view=diff&rev=451545&r1=451544&r2=451545
==============================================================================
--- 
struts/maven/trunk/struts2-archetype-starter/src/main/resources/archetype-resources/src/main/resources/struts.xml
 (original)
+++ 
struts/maven/trunk/struts2-archetype-starter/src/main/resources/archetype-resources/src/main/resources/struts.xml
 Fri Sep 29 23:09:41 2006
@@ -5,7 +5,6 @@
     "http://struts.apache.org/dtds/struts-2.0.dtd";>
 
 <struts>
-       <include file="struts-default.xml" />
        <package name="myPackage" extends="struts-default">
                <action name="index" class="${package}.IndexAction">
                        <result type="freemarker">/ftl/index.ftl</result>


Reply via email to