Author: husted Date: Sun Jul 23 08:02:22 2006 New Revision: 424751 URL: http://svn.apache.org/viewvc?rev=424751&view=rev Log: WW-1378 Amend version from 2.0 to 2.0.0 to match 1.x conventions. Add Mailreader to apps roster.
Modified: struts/struts2/trunk/ant-build/build.properties struts/struts2/trunk/api/pom.xml struts/struts2/trunk/apps/blank/pom.xml struts/struts2/trunk/apps/mailreader/pom.xml struts/struts2/trunk/apps/pom.xml struts/struts2/trunk/apps/portlet/pom.xml struts/struts2/trunk/apps/shopping-cart/pom.xml struts/struts2/trunk/apps/showcase/pom.xml struts/struts2/trunk/apps/starter/pom.xml struts/struts2/trunk/assembly/pom.xml struts/struts2/trunk/core/pom.xml struts/struts2/trunk/extras/pom.xml struts/struts2/trunk/pom.xml struts/struts2/trunk/src/site/site.xml struts/struts2/trunk/uber/pom.xml Modified: struts/struts2/trunk/ant-build/build.properties URL: http://svn.apache.org/viewvc/struts/struts2/trunk/ant-build/build.properties?rev=424751&r1=424750&r2=424751&view=diff ============================================================================== --- struts/struts2/trunk/ant-build/build.properties (original) +++ struts/struts2/trunk/ant-build/build.properties Sun Jul 23 08:02:22 2006 @@ -1,5 +1,5 @@ name = struts-core -fullname = Struts 2 -version = 2.0-dev +fullname = Struts +version = 2.0.0-SNAPSHOT status = integration -cvs.tag = struts_2-0 +cvs.tag = struts_2_0_0 Modified: struts/struts2/trunk/api/pom.xml URL: http://svn.apache.org/viewvc/struts/struts2/trunk/api/pom.xml?rev=424751&r1=424750&r2=424751&view=diff ============================================================================== --- struts/struts2/trunk/api/pom.xml (original) +++ struts/struts2/trunk/api/pom.xml Sun Jul 23 08:02:22 2006 @@ -5,7 +5,7 @@ <parent> <groupId>org.apache.struts</groupId> <artifactId>struts2-parent</artifactId> - <version>2.0-SNAPSHOT</version> + <version>2.0.0-SNAPSHOT</version> </parent> <groupId>org.apache.struts</groupId> <artifactId>struts2-api</artifactId> Modified: struts/struts2/trunk/apps/blank/pom.xml URL: http://svn.apache.org/viewvc/struts/struts2/trunk/apps/blank/pom.xml?rev=424751&r1=424750&r2=424751&view=diff ============================================================================== --- struts/struts2/trunk/apps/blank/pom.xml (original) +++ struts/struts2/trunk/apps/blank/pom.xml Sun Jul 23 08:02:22 2006 @@ -5,7 +5,7 @@ <parent> <groupId>org.apache.struts</groupId> <artifactId>struts2-apps</artifactId> - <version>2.0-SNAPSHOT</version> + <version>2.0.0-SNAPSHOT</version> </parent> <groupId>org.apache.struts</groupId> <artifactId>struts2-blank</artifactId> @@ -23,23 +23,23 @@ </dependencies> <build> - <plugins> - <plugin> - <groupId>org.mortbay.jetty</groupId> - <artifactId>maven-jetty6-plugin</artifactId> - <configuration> - <scanIntervalSeconds>10</scanIntervalSeconds> - </configuration> - <dependencies> - <dependency> - <groupId>org.apache.geronimo.specs</groupId> - <artifactId>geronimo-j2ee_1.4_spec</artifactId> - <version>1.0</version> - <scope>provided</scope> - </dependency> - </dependencies> - </plugin> - </plugins> + <plugins> + <plugin> + <groupId>org.mortbay.jetty</groupId> + <artifactId>maven-jetty6-plugin</artifactId> + <configuration> + <scanIntervalSeconds>10</scanIntervalSeconds> + </configuration> + <dependencies> + <dependency> + <groupId>org.apache.geronimo.specs</groupId> + <artifactId>geronimo-j2ee_1.4_spec</artifactId> + <version>1.0</version> + <scope>provided</scope> + </dependency> + </dependencies> + </plugin> + </plugins> </build> Modified: struts/struts2/trunk/apps/mailreader/pom.xml URL: http://svn.apache.org/viewvc/struts/struts2/trunk/apps/mailreader/pom.xml?rev=424751&r1=424750&r2=424751&view=diff ============================================================================== --- struts/struts2/trunk/apps/mailreader/pom.xml (original) +++ struts/struts2/trunk/apps/mailreader/pom.xml Sun Jul 23 08:02:22 2006 @@ -5,12 +5,12 @@ <parent> <groupId>org.apache.struts</groupId> <artifactId>struts2-apps</artifactId> - <version>2.0-SNAPSHOT</version> + <version>2.0.0-SNAPSHOT</version> </parent> <groupId>org.apache.struts</groupId> <artifactId>struts2-mailreader</artifactId> <packaging>war</packaging> - <name>Starter Webapp</name> + <name>MailReader Example Application</name> <dependencies> <dependency> @@ -28,22 +28,22 @@ </dependencies> <build> - <plugins> - <plugin> - <groupId>org.mortbay.jetty</groupId> - <artifactId>maven-jetty6-plugin</artifactId> - <configuration> - <scanIntervalSeconds>10</scanIntervalSeconds> - </configuration> - <dependencies> - <dependency> - <groupId>org.apache.geronimo.specs</groupId> - <artifactId>geronimo-j2ee_1.4_spec</artifactId> - <version>1.0</version> - <scope>provided</scope> - </dependency> - </dependencies> - </plugin> - </plugins> + <plugins> + <plugin> + <groupId>org.mortbay.jetty</groupId> + <artifactId>maven-jetty6-plugin</artifactId> + <configuration> + <scanIntervalSeconds>10</scanIntervalSeconds> + </configuration> + <dependencies> + <dependency> + <groupId>org.apache.geronimo.specs</groupId> + <artifactId>geronimo-j2ee_1.4_spec</artifactId> + <version>1.0</version> + <scope>provided</scope> + </dependency> + </dependencies> + </plugin> + </plugins> </build> </project> Modified: struts/struts2/trunk/apps/pom.xml URL: http://svn.apache.org/viewvc/struts/struts2/trunk/apps/pom.xml?rev=424751&r1=424750&r2=424751&view=diff ============================================================================== --- struts/struts2/trunk/apps/pom.xml (original) +++ struts/struts2/trunk/apps/pom.xml Sun Jul 23 08:02:22 2006 @@ -5,7 +5,7 @@ <parent> <groupId>org.apache.struts</groupId> <artifactId>struts2-parent</artifactId> - <version>2.0-SNAPSHOT</version> + <version>2.0.0-SNAPSHOT</version> </parent> <groupId>org.apache.struts</groupId> <artifactId>struts2-apps</artifactId> Modified: struts/struts2/trunk/apps/portlet/pom.xml URL: http://svn.apache.org/viewvc/struts/struts2/trunk/apps/portlet/pom.xml?rev=424751&r1=424750&r2=424751&view=diff ============================================================================== --- struts/struts2/trunk/apps/portlet/pom.xml (original) +++ struts/struts2/trunk/apps/portlet/pom.xml Sun Jul 23 08:02:22 2006 @@ -5,7 +5,7 @@ <parent> <groupId>org.apache.struts</groupId> <artifactId>struts2-apps</artifactId> - <version>2.0-SNAPSHOT</version> + <version>2.0.0-SNAPSHOT</version> </parent> <groupId>org.apache.struts</groupId> <artifactId>struts2-portlet</artifactId> Modified: struts/struts2/trunk/apps/shopping-cart/pom.xml URL: http://svn.apache.org/viewvc/struts/struts2/trunk/apps/shopping-cart/pom.xml?rev=424751&r1=424750&r2=424751&view=diff ============================================================================== --- struts/struts2/trunk/apps/shopping-cart/pom.xml (original) +++ struts/struts2/trunk/apps/shopping-cart/pom.xml Sun Jul 23 08:02:22 2006 @@ -5,7 +5,7 @@ <parent> <groupId>org.apache.struts</groupId> <artifactId>struts2-apps</artifactId> - <version>2.0-SNAPSHOT</version> + <version>2.0.0-SNAPSHOT</version> </parent> <groupId>org.apache.struts</groupId> <artifactId>struts2-shopping-cart</artifactId> @@ -37,22 +37,22 @@ <build> - <plugins> - <plugin> - <groupId>org.mortbay.jetty</groupId> - <artifactId>maven-jetty6-plugin</artifactId> - <configuration> - <scanIntervalSeconds>10</scanIntervalSeconds> - </configuration> - <dependencies> - <dependency> - <groupId>org.apache.geronimo.specs</groupId> - <artifactId>geronimo-j2ee_1.4_spec</artifactId> - <version>1.0</version> - <scope>provided</scope> - </dependency> - </dependencies> - </plugin> - </plugins> + <plugins> + <plugin> + <groupId>org.mortbay.jetty</groupId> + <artifactId>maven-jetty6-plugin</artifactId> + <configuration> + <scanIntervalSeconds>10</scanIntervalSeconds> + </configuration> + <dependencies> + <dependency> + <groupId>org.apache.geronimo.specs</groupId> + <artifactId>geronimo-j2ee_1.4_spec</artifactId> + <version>1.0</version> + <scope>provided</scope> + </dependency> + </dependencies> + </plugin> + </plugins> </build> </project> Modified: struts/struts2/trunk/apps/showcase/pom.xml URL: http://svn.apache.org/viewvc/struts/struts2/trunk/apps/showcase/pom.xml?rev=424751&r1=424750&r2=424751&view=diff ============================================================================== --- struts/struts2/trunk/apps/showcase/pom.xml (original) +++ struts/struts2/trunk/apps/showcase/pom.xml Sun Jul 23 08:02:22 2006 @@ -5,7 +5,7 @@ <parent> <groupId>org.apache.struts</groupId> <artifactId>struts2-apps</artifactId> - <version>2.0-SNAPSHOT</version> + <version>2.0.0-SNAPSHOT</version> </parent> <groupId>org.apache.struts</groupId> <artifactId>struts2-showcase</artifactId> @@ -46,16 +46,16 @@ <artifactId>dwr</artifactId> <version>1.1-beta-3</version> </dependency> - <dependency> - <groupId>org.apache.myfaces.core</groupId> - <artifactId>myfaces-impl</artifactId> - <version>1.1.2</version> + <dependency> + <groupId>org.apache.myfaces.core</groupId> + <artifactId>myfaces-impl</artifactId> + <version>1.1.2</version> </dependency> <dependency> - <groupId>org.apache.myfaces.core</groupId> - <artifactId>myfaces-api</artifactId> - <version>1.1.2</version> - </dependency> + <groupId>org.apache.myfaces.core</groupId> + <artifactId>myfaces-api</artifactId> + <version>1.1.2</version> + </dependency> <dependency> <groupId>org.rifers</groupId> <artifactId>rife-continuations</artifactId> @@ -65,22 +65,22 @@ </dependencies> <build> - <plugins> - <plugin> - <groupId>org.mortbay.jetty</groupId> - <artifactId>maven-jetty6-plugin</artifactId> - <configuration> - <scanIntervalSeconds>10</scanIntervalSeconds> - </configuration> - <dependencies> - <dependency> - <groupId>org.apache.geronimo.specs</groupId> - <artifactId>geronimo-j2ee_1.4_spec</artifactId> - <version>1.0</version> - <scope>provided</scope> - </dependency> - </dependencies> - </plugin> - </plugins> + <plugins> + <plugin> + <groupId>org.mortbay.jetty</groupId> + <artifactId>maven-jetty6-plugin</artifactId> + <configuration> + <scanIntervalSeconds>10</scanIntervalSeconds> + </configuration> + <dependencies> + <dependency> + <groupId>org.apache.geronimo.specs</groupId> + <artifactId>geronimo-j2ee_1.4_spec</artifactId> + <version>1.0</version> + <scope>provided</scope> + </dependency> + </dependencies> + </plugin> + </plugins> </build> </project> Modified: struts/struts2/trunk/apps/starter/pom.xml URL: http://svn.apache.org/viewvc/struts/struts2/trunk/apps/starter/pom.xml?rev=424751&r1=424750&r2=424751&view=diff ============================================================================== --- struts/struts2/trunk/apps/starter/pom.xml (original) +++ struts/struts2/trunk/apps/starter/pom.xml Sun Jul 23 08:02:22 2006 @@ -5,7 +5,7 @@ <parent> <groupId>org.apache.struts</groupId> <artifactId>struts2-apps</artifactId> - <version>2.0-SNAPSHOT</version> + <version>2.0.0-SNAPSHOT</version> </parent> <groupId>org.apache.struts</groupId> <artifactId>struts2-starter</artifactId> @@ -23,22 +23,22 @@ </dependencies> <build> - <plugins> - <plugin> - <groupId>org.mortbay.jetty</groupId> - <artifactId>maven-jetty6-plugin</artifactId> - <configuration> - <scanIntervalSeconds>10</scanIntervalSeconds> - </configuration> - <dependencies> - <dependency> - <groupId>org.apache.geronimo.specs</groupId> - <artifactId>geronimo-j2ee_1.4_spec</artifactId> - <version>1.0</version> - <scope>provided</scope> - </dependency> - </dependencies> - </plugin> - </plugins> + <plugins> + <plugin> + <groupId>org.mortbay.jetty</groupId> + <artifactId>maven-jetty6-plugin</artifactId> + <configuration> + <scanIntervalSeconds>10</scanIntervalSeconds> + </configuration> + <dependencies> + <dependency> + <groupId>org.apache.geronimo.specs</groupId> + <artifactId>geronimo-j2ee_1.4_spec</artifactId> + <version>1.0</version> + <scope>provided</scope> + </dependency> + </dependencies> + </plugin> + </plugins> </build> </project> Modified: struts/struts2/trunk/assembly/pom.xml URL: http://svn.apache.org/viewvc/struts/struts2/trunk/assembly/pom.xml?rev=424751&r1=424750&r2=424751&view=diff ============================================================================== --- struts/struts2/trunk/assembly/pom.xml (original) +++ struts/struts2/trunk/assembly/pom.xml Sun Jul 23 08:02:22 2006 @@ -33,7 +33,7 @@ <parent> <groupId>org.apache.struts</groupId> <artifactId>struts2-parent</artifactId> - <version>2.0-SNAPSHOT</version> + <version>2.0.0-SNAPSHOT</version> </parent> <scm> @@ -84,6 +84,12 @@ <artifactItem> <groupId>org.apache.struts</groupId> <artifactId>struts2-starter</artifactId> + <version>${version}</version> + <type>war</type> + </artifactItem> + <artifactItem> + <groupId>org.apache.struts</groupId> + <artifactId>struts2-mailreader</artifactId> <version>${version}</version> <type>war</type> </artifactItem> Modified: struts/struts2/trunk/core/pom.xml URL: http://svn.apache.org/viewvc/struts/struts2/trunk/core/pom.xml?rev=424751&r1=424750&r2=424751&view=diff ============================================================================== --- struts/struts2/trunk/core/pom.xml (original) +++ struts/struts2/trunk/core/pom.xml Sun Jul 23 08:02:22 2006 @@ -5,7 +5,7 @@ <parent> <groupId>org.apache.struts</groupId> <artifactId>struts2-parent</artifactId> - <version>2.0-SNAPSHOT</version> + <version>2.0.0-SNAPSHOT</version> </parent> <groupId>org.apache.struts</groupId> <artifactId>struts2-core</artifactId> Modified: struts/struts2/trunk/extras/pom.xml URL: http://svn.apache.org/viewvc/struts/struts2/trunk/extras/pom.xml?rev=424751&r1=424750&r2=424751&view=diff ============================================================================== --- struts/struts2/trunk/extras/pom.xml (original) +++ struts/struts2/trunk/extras/pom.xml Sun Jul 23 08:02:22 2006 @@ -5,7 +5,7 @@ <parent> <groupId>org.apache.struts</groupId> <artifactId>struts2-parent</artifactId> - <version>2.0-SNAPSHOT</version> + <version>2.0.0-SNAPSHOT</version> </parent> <groupId>org.apache.struts</groupId> <artifactId>struts2-extras</artifactId> Modified: struts/struts2/trunk/pom.xml URL: http://svn.apache.org/viewvc/struts/struts2/trunk/pom.xml?rev=424751&r1=424750&r2=424751&view=diff ============================================================================== --- struts/struts2/trunk/pom.xml (original) +++ struts/struts2/trunk/pom.xml Sun Jul 23 08:02:22 2006 @@ -32,7 +32,7 @@ <modelVersion>4.0.0</modelVersion> <groupId>org.apache.struts</groupId> <artifactId>struts2-parent</artifactId> - <version>2.0-SNAPSHOT</version> + <version>2.0.0-SNAPSHOT</version> <packaging>pom</packaging> <name>Struts 2</name> <url>http://struts.apache.org/struts2</url> Modified: struts/struts2/trunk/src/site/site.xml URL: http://svn.apache.org/viewvc/struts/struts2/trunk/src/site/site.xml?rev=424751&r1=424750&r2=424751&view=diff ============================================================================== --- struts/struts2/trunk/src/site/site.xml (original) +++ struts/struts2/trunk/src/site/site.xml Sun Jul 23 08:02:22 2006 @@ -52,9 +52,20 @@ href="http://www.twdata.org/backups/WW/release-notes-200.html" /> <item - name="Javadoc" + name="Struts API" href="apidocs/index.html" /> + + <item + name="XWork API" + href="xwork-apidocs/index.html" + /> + + <item + name="Taglib API" + href="tags/index.html" + /> + <item name="Source Repository" href="http://svn.apache.org/viewcvs.cgi/struts/struts2/trunk/?root=Apache-SVN" Modified: struts/struts2/trunk/uber/pom.xml URL: http://svn.apache.org/viewvc/struts/struts2/trunk/uber/pom.xml?rev=424751&r1=424750&r2=424751&view=diff ============================================================================== --- struts/struts2/trunk/uber/pom.xml (original) +++ struts/struts2/trunk/uber/pom.xml Sun Jul 23 08:02:22 2006 @@ -5,7 +5,7 @@ <parent> <groupId>org.apache.struts</groupId> <artifactId>struts2-parent</artifactId> - <version>2.0-SNAPSHOT</version> + <version>2.0.0-SNAPSHOT</version> </parent> <groupId>org.apache.struts</groupId> <artifactId>struts2-all</artifactId>