Author: wsmoak Date: Sun Aug 3 08:31:49 2008 New Revision: 682185 URL: http://svn.apache.org/viewvc?rev=682185&view=rev Log: [WW-1726] Update the blank archetype to Struts 2.1.2. Still needs work; the tests in the project generated from this archetype don't compile.
Modified: struts/maven/trunk/struts2-archetype-blank/ (props changed) struts/maven/trunk/struts2-archetype-blank/pom.xml struts/maven/trunk/struts2-archetype-blank/src/main/resources/archetype-resources/pom.xml Propchange: struts/maven/trunk/struts2-archetype-blank/ ------------------------------------------------------------------------------ --- svn:ignore (added) +++ svn:ignore Sun Aug 3 08:31:49 2008 @@ -0,0 +1 @@ +target Modified: struts/maven/trunk/struts2-archetype-blank/pom.xml URL: http://svn.apache.org/viewvc/struts/maven/trunk/struts2-archetype-blank/pom.xml?rev=682185&r1=682184&r2=682185&view=diff ============================================================================== --- struts/maven/trunk/struts2-archetype-blank/pom.xml (original) +++ struts/maven/trunk/struts2-archetype-blank/pom.xml Sun Aug 3 08:31:49 2008 @@ -9,14 +9,13 @@ <modelVersion>4.0.0</modelVersion> <artifactId>struts2-archetype-blank</artifactId> - <version>2.0.9-SNAPSHOT</version> - <packaging>maven-plugin</packaging> + <version>2.1.2-SNAPSHOT</version> <name>Struts 2 Archetypes - Blank</name> <scm> <connection>scm:svn:http://svn.apache.org/repos/asf/struts/maven/trunk/struts2-archetype-blank/</connection> <developerConnection>scm:svn:https://svn.apache.org/repos/asf/struts/maven/trunk/struts2-archetype-blank/</developerConnection> - <url>http://svn.apache.org/viewcvs.cgi/struts/maven/trunk/struts2-archetype-blank/</url> + <url>http://svn.apache.org/viewvc/struts/maven/trunk/struts2-archetype-blank/</url> </scm> </project> 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?rev=682185&r1=682184&r2=682185&view=diff ============================================================================== --- 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 Sun Aug 3 08:31:49 2008 @@ -48,7 +48,7 @@ <dependency> <groupId>org.apache.struts</groupId> <artifactId>struts2-core</artifactId> - <version>2.0.9</version> + <version>2.1.2</version> </dependency> </dependencies> @@ -57,7 +57,8 @@ <plugins> <plugin> <groupId>org.mortbay.jetty</groupId> - <artifactId>maven-jetty6-plugin</artifactId> + <artifactId>maven-jetty-plugin</artifactId> + <version>6.1.11</version> <configuration> <scanIntervalSeconds>10</scanIntervalSeconds> </configuration>