Author: mrdon Date: Thu Jul 26 17:54:39 2007 New Revision: 560043 URL: http://svn.apache.org/viewvc?view=rev&rev=560043 Log: Updating the archetypes to Struts 2.0.9
Modified: struts/maven/trunk/struts2-archetype-blank/README.txt struts/maven/trunk/struts2-archetype-blank/pom.xml struts/maven/trunk/struts2-archetype-blank/src/main/resources/archetype-resources/pom.xml struts/maven/trunk/struts2-archetype-dbportlet/README.txt struts/maven/trunk/struts2-archetype-dbportlet/pom.xml struts/maven/trunk/struts2-archetype-dbportlet/src/main/resources/archetype-resources/pom.xml struts/maven/trunk/struts2-archetype-plugin/pom.xml struts/maven/trunk/struts2-archetype-plugin/src/main/resources/archetype-resources/pom.xml struts/maven/trunk/struts2-archetype-portlet/README.txt struts/maven/trunk/struts2-archetype-portlet/pom.xml struts/maven/trunk/struts2-archetype-portlet/src/main/resources/archetype-resources/pom.xml 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-blank/README.txt URL: http://svn.apache.org/viewvc/struts/maven/trunk/struts2-archetype-blank/README.txt?view=diff&rev=560043&r1=560042&r2=560043 ============================================================================== --- struts/maven/trunk/struts2-archetype-blank/README.txt (original) +++ struts/maven/trunk/struts2-archetype-blank/README.txt Thu Jul 26 17:54:39 2007 @@ -20,7 +20,7 @@ -DartifactId=myWebApp \ -DarchetypeGroupId=org.apache.struts \ -DarchetypeArtifactId=struts2-archetype-blank \ - -DarchetypeVersion=2.0.2-SNAPSHOT \ + -DarchetypeVersion=2.0.9-SNAPSHOT \ -DremoteRepositories=http://people.apache.org/repo/m2-snapshot-repository IMPORTANT: Modified: struts/maven/trunk/struts2-archetype-blank/pom.xml URL: http://svn.apache.org/viewvc/struts/maven/trunk/struts2-archetype-blank/pom.xml?view=diff&rev=560043&r1=560042&r2=560043 ============================================================================== --- struts/maven/trunk/struts2-archetype-blank/pom.xml (original) +++ struts/maven/trunk/struts2-archetype-blank/pom.xml Thu Jul 26 17:54:39 2007 @@ -9,7 +9,7 @@ <modelVersion>4.0.0</modelVersion> <artifactId>struts2-archetype-blank</artifactId> - <version>2.0.8-SNAPSHOT</version> + <version>2.0.9-SNAPSHOT</version> <packaging>maven-plugin</packaging> <name>Struts 2 Archetypes - Blank</name> 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?view=diff&rev=560043&r1=560042&r2=560043 ============================================================================== --- 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 Thu Jul 26 17:54:39 2007 @@ -48,7 +48,7 @@ <dependency> <groupId>org.apache.struts</groupId> <artifactId>struts2-core</artifactId> - <version>2.0.8</version> + <version>2.0.9</version> </dependency> </dependencies> Modified: struts/maven/trunk/struts2-archetype-dbportlet/README.txt URL: http://svn.apache.org/viewvc/struts/maven/trunk/struts2-archetype-dbportlet/README.txt?view=diff&rev=560043&r1=560042&r2=560043 ============================================================================== --- struts/maven/trunk/struts2-archetype-dbportlet/README.txt (original) +++ struts/maven/trunk/struts2-archetype-dbportlet/README.txt Thu Jul 26 17:54:39 2007 @@ -22,7 +22,7 @@ -DartifactId=myWebApp \ -DarchetypeGroupId=org.apache.struts \ -DarchetypeArtifactId=struts2-archetype-dbportlet \ - -DarchetypeVersion=2.0.3-SNAPSHOT \ + -DarchetypeVersion=2.0.9-SNAPSHOT \ -DremoteRepositories=http://people.apache.org/maven-snapshot-repository - to compile, execute Modified: struts/maven/trunk/struts2-archetype-dbportlet/pom.xml URL: http://svn.apache.org/viewvc/struts/maven/trunk/struts2-archetype-dbportlet/pom.xml?view=diff&rev=560043&r1=560042&r2=560043 ============================================================================== --- struts/maven/trunk/struts2-archetype-dbportlet/pom.xml (original) +++ struts/maven/trunk/struts2-archetype-dbportlet/pom.xml Thu Jul 26 17:54:39 2007 @@ -9,7 +9,7 @@ <modelVersion>4.0.0</modelVersion> <artifactId>struts2-archetype-dbportlet</artifactId> - <version>2.0.8-SNAPSHOT</version> + <version>2.0.9-SNAPSHOT</version> <packaging>maven-plugin</packaging> <name>Struts 2 Archetypes - Database Portlet</name> Modified: struts/maven/trunk/struts2-archetype-dbportlet/src/main/resources/archetype-resources/pom.xml URL: http://svn.apache.org/viewvc/struts/maven/trunk/struts2-archetype-dbportlet/src/main/resources/archetype-resources/pom.xml?view=diff&rev=560043&r1=560042&r2=560043 ============================================================================== --- struts/maven/trunk/struts2-archetype-dbportlet/src/main/resources/archetype-resources/pom.xml (original) +++ struts/maven/trunk/struts2-archetype-dbportlet/src/main/resources/archetype-resources/pom.xml Thu Jul 26 17:54:39 2007 @@ -23,30 +23,25 @@ <dependency> <groupId>org.apache.struts</groupId> <artifactId>struts2-core</artifactId> - <version>2.0.8</version> + <version>2.0.9</version> </dependency> <dependency> <groupId>org.apache.struts</groupId> <artifactId>struts2-codebehind-plugin</artifactId> - <version>2.0.8</version> - </dependency> - <dependency> - <groupId>commons-lang</groupId> - <artifactId>commons-lang</artifactId> - <version>2.1</version> + <version>2.0.9</version> </dependency> <!-- Spring --> <dependency> <groupId>org.apache.struts</groupId> <artifactId>struts2-spring-plugin</artifactId> - <version>2.0.8</version> + <version>2.0.9</version> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-jdbc</artifactId> - <version>2.0.1</version> + <version>2.0.5</version> </dependency> <!-- Database driver (change for your specific database) --> Modified: struts/maven/trunk/struts2-archetype-plugin/pom.xml URL: http://svn.apache.org/viewvc/struts/maven/trunk/struts2-archetype-plugin/pom.xml?view=diff&rev=560043&r1=560042&r2=560043 ============================================================================== --- struts/maven/trunk/struts2-archetype-plugin/pom.xml (original) +++ struts/maven/trunk/struts2-archetype-plugin/pom.xml Thu Jul 26 17:54:39 2007 @@ -9,7 +9,7 @@ <modelVersion>4.0.0</modelVersion> <artifactId>struts2-archetype-plugin</artifactId> - <version>2.0.8-SNAPSHOT</version> + <version>2.0.9-SNAPSHOT</version> <packaging>maven-plugin</packaging> <name>Struts 2 Archetypes - Plugin</name> Modified: struts/maven/trunk/struts2-archetype-plugin/src/main/resources/archetype-resources/pom.xml URL: http://svn.apache.org/viewvc/struts/maven/trunk/struts2-archetype-plugin/src/main/resources/archetype-resources/pom.xml?view=diff&rev=560043&r1=560042&r2=560043 ============================================================================== --- struts/maven/trunk/struts2-archetype-plugin/src/main/resources/archetype-resources/pom.xml (original) +++ struts/maven/trunk/struts2-archetype-plugin/src/main/resources/archetype-resources/pom.xml Thu Jul 26 17:54:39 2007 @@ -13,7 +13,7 @@ <dependency> <groupId>org.apache.struts</groupId> <artifactId>struts2-core</artifactId> - <version>2.0.8</version> + <version>2.0.9</version> </dependency> <dependency> <groupId>javax.servlet</groupId> Modified: struts/maven/trunk/struts2-archetype-portlet/README.txt URL: http://svn.apache.org/viewvc/struts/maven/trunk/struts2-archetype-portlet/README.txt?view=diff&rev=560043&r1=560042&r2=560043 ============================================================================== --- struts/maven/trunk/struts2-archetype-portlet/README.txt (original) +++ struts/maven/trunk/struts2-archetype-portlet/README.txt Thu Jul 26 17:54:39 2007 @@ -22,7 +22,7 @@ -DartifactId=myWebApp \ -DarchetypeGroupId=org.apache.struts \ -DarchetypeArtifactId=struts2-archetype-portlet \ - -DarchetypeVersion=2.0.3-SNAPSHOT \ + -DarchetypeVersion=2.0.9-SNAPSHOT \ -DremoteRepositories=http://people.apache.org/maven-snapshot-repository - to compile, execute Modified: struts/maven/trunk/struts2-archetype-portlet/pom.xml URL: http://svn.apache.org/viewvc/struts/maven/trunk/struts2-archetype-portlet/pom.xml?view=diff&rev=560043&r1=560042&r2=560043 ============================================================================== --- struts/maven/trunk/struts2-archetype-portlet/pom.xml (original) +++ struts/maven/trunk/struts2-archetype-portlet/pom.xml Thu Jul 26 17:54:39 2007 @@ -9,7 +9,7 @@ <modelVersion>4.0.0</modelVersion> <artifactId>struts2-archetype-portlet</artifactId> - <version>2.0.8-SNAPSHOT</version> + <version>2.0.9-SNAPSHOT</version> <packaging>maven-plugin</packaging> <name>Struts 2 Archetypes - Portlet</name> Modified: struts/maven/trunk/struts2-archetype-portlet/src/main/resources/archetype-resources/pom.xml URL: http://svn.apache.org/viewvc/struts/maven/trunk/struts2-archetype-portlet/src/main/resources/archetype-resources/pom.xml?view=diff&rev=560043&r1=560042&r2=560043 ============================================================================== --- struts/maven/trunk/struts2-archetype-portlet/src/main/resources/archetype-resources/pom.xml (original) +++ struts/maven/trunk/struts2-archetype-portlet/src/main/resources/archetype-resources/pom.xml Thu Jul 26 17:54:39 2007 @@ -23,13 +23,13 @@ <dependency> <groupId>org.apache.struts</groupId> <artifactId>struts2-core</artifactId> - <version>2.0.8</version> + <version>2.0.9</version> </dependency> <dependency> <groupId>org.apache.struts</groupId> <artifactId>struts2-codebehind-plugin</artifactId> - <version>2.0.8</version> + <version>2.0.9</version> </dependency> <dependency> <groupId>commons-lang</groupId> 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=560043&r1=560042&r2=560043 ============================================================================== --- struts/maven/trunk/struts2-archetype-starter/README.txt (original) +++ struts/maven/trunk/struts2-archetype-starter/README.txt Thu Jul 26 17:54:39 2007 @@ -31,7 +31,7 @@ -DartifactId=myWebApp \ -DarchetypeGroupId=org.apache.struts \ -DarchetypeArtifactId=struts2-archetype-starter \ - -DarchetypeVersion=2.0.6-SNAPSHOT \ + -DarchetypeVersion=2.0.9-SNAPSHOT \ -DremoteRepositories=http://people.apache.org/maven-snapshot-repository 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=560043&r1=560042&r2=560043 ============================================================================== --- struts/maven/trunk/struts2-archetype-starter/pom.xml (original) +++ struts/maven/trunk/struts2-archetype-starter/pom.xml Thu Jul 26 17:54:39 2007 @@ -9,7 +9,7 @@ <modelVersion>4.0.0</modelVersion> <artifactId>struts2-archetype-starter</artifactId> - <version>2.0.8-SNAPSHOT</version> + <version>2.0.9-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=560043&r1=560042&r2=560043 ============================================================================== --- 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 Thu Jul 26 17:54:39 2007 @@ -23,17 +23,17 @@ <dependency> <groupId>org.apache.struts</groupId> <artifactId>struts2-core</artifactId> - <version>2.0.8</version> + <version>2.0.9</version> </dependency> <dependency> <groupId>org.apache.struts</groupId> <artifactId>struts2-sitemesh-plugin</artifactId> - <version>2.0.8</version> + <version>2.0.9</version> </dependency> <dependency> <groupId>org.apache.struts</groupId> <artifactId>struts2-spring-plugin</artifactId> - <version>2.0.8</version> + <version>2.0.9</version> </dependency> <!-- Servlet & Jsp -->