Author: mcucchiara Date: Sat Dec 3 05:08:30 2011 New Revision: 1209833 URL: http://svn.apache.org/viewvc?rev=1209833&view=rev Log: Updated the project version
Modified: struts/struts2/branches/STRUTS_3_X/apps/blank/pom.xml struts/struts2/branches/STRUTS_3_X/apps/jboss-blank/pom.xml struts/struts2/branches/STRUTS_3_X/apps/mailreader/pom.xml struts/struts2/branches/STRUTS_3_X/apps/pom.xml struts/struts2/branches/STRUTS_3_X/apps/portlet/pom.xml struts/struts2/branches/STRUTS_3_X/apps/rest-showcase/pom.xml struts/struts2/branches/STRUTS_3_X/apps/showcase/pom.xml struts/struts2/branches/STRUTS_3_X/archetypes/pom.xml struts/struts2/branches/STRUTS_3_X/archetypes/struts2-archetype-blank/pom.xml struts/struts2/branches/STRUTS_3_X/archetypes/struts2-archetype-convention/pom.xml struts/struts2/branches/STRUTS_3_X/archetypes/struts2-archetype-dbportlet/pom.xml struts/struts2/branches/STRUTS_3_X/archetypes/struts2-archetype-plugin/pom.xml struts/struts2/branches/STRUTS_3_X/archetypes/struts2-archetype-portlet/pom.xml struts/struts2/branches/STRUTS_3_X/archetypes/struts2-archetype-starter/pom.xml struts/struts2/branches/STRUTS_3_X/assembly/pom.xml struts/struts2/branches/STRUTS_3_X/bundles/admin/pom.xml struts/struts2/branches/STRUTS_3_X/bundles/demo/pom.xml struts/struts2/branches/STRUTS_3_X/bundles/pom.xml struts/struts2/branches/STRUTS_3_X/core/pom.xml struts/struts2/branches/STRUTS_3_X/plugins/cdi/pom.xml struts/struts2/branches/STRUTS_3_X/plugins/codebehind/pom.xml struts/struts2/branches/STRUTS_3_X/plugins/config-browser/pom.xml struts/struts2/branches/STRUTS_3_X/plugins/convention/pom.xml struts/struts2/branches/STRUTS_3_X/plugins/dojo/pom.xml struts/struts2/branches/STRUTS_3_X/plugins/dwr/pom.xml struts/struts2/branches/STRUTS_3_X/plugins/embeddedjsp/pom.xml struts/struts2/branches/STRUTS_3_X/plugins/gxp/pom.xml struts/struts2/branches/STRUTS_3_X/plugins/jasperreports/pom.xml struts/struts2/branches/STRUTS_3_X/plugins/javatemplates/pom.xml struts/struts2/branches/STRUTS_3_X/plugins/jfreechart/pom.xml struts/struts2/branches/STRUTS_3_X/plugins/jsf/pom.xml struts/struts2/branches/STRUTS_3_X/plugins/json/pom.xml struts/struts2/branches/STRUTS_3_X/plugins/junit/pom.xml struts/struts2/branches/STRUTS_3_X/plugins/osgi/pom.xml struts/struts2/branches/STRUTS_3_X/plugins/oval/pom.xml struts/struts2/branches/STRUTS_3_X/plugins/pell-multipart/pom.xml struts/struts2/branches/STRUTS_3_X/plugins/plexus/pom.xml struts/struts2/branches/STRUTS_3_X/plugins/pom.xml struts/struts2/branches/STRUTS_3_X/plugins/portlet/pom.xml struts/struts2/branches/STRUTS_3_X/plugins/rest/pom.xml struts/struts2/branches/STRUTS_3_X/plugins/sitegraph/pom.xml struts/struts2/branches/STRUTS_3_X/plugins/sitemesh/pom.xml struts/struts2/branches/STRUTS_3_X/plugins/spring/pom.xml struts/struts2/branches/STRUTS_3_X/plugins/struts1/pom.xml struts/struts2/branches/STRUTS_3_X/plugins/testng/pom.xml struts/struts2/branches/STRUTS_3_X/plugins/tiles/pom.xml struts/struts2/branches/STRUTS_3_X/pom.xml struts/struts2/branches/STRUTS_3_X/xwork-core/pom.xml Modified: struts/struts2/branches/STRUTS_3_X/apps/blank/pom.xml URL: http://svn.apache.org/viewvc/struts/struts2/branches/STRUTS_3_X/apps/blank/pom.xml?rev=1209833&r1=1209832&r2=1209833&view=diff ============================================================================== --- struts/struts2/branches/STRUTS_3_X/apps/blank/pom.xml (original) +++ struts/struts2/branches/STRUTS_3_X/apps/blank/pom.xml Sat Dec 3 05:08:30 2011 @@ -26,7 +26,7 @@ <parent> <groupId>org.apache.struts</groupId> <artifactId>struts2-apps</artifactId> - <version>2.3.1-SNAPSHOT</version> + <version>3.0-SNAPSHOT</version> </parent> <groupId>org.apache.struts</groupId> <artifactId>struts2-blank</artifactId> Modified: struts/struts2/branches/STRUTS_3_X/apps/jboss-blank/pom.xml URL: http://svn.apache.org/viewvc/struts/struts2/branches/STRUTS_3_X/apps/jboss-blank/pom.xml?rev=1209833&r1=1209832&r2=1209833&view=diff ============================================================================== --- struts/struts2/branches/STRUTS_3_X/apps/jboss-blank/pom.xml (original) +++ struts/struts2/branches/STRUTS_3_X/apps/jboss-blank/pom.xml Sat Dec 3 05:08:30 2011 @@ -26,7 +26,7 @@ <parent> <groupId>org.apache.struts</groupId> <artifactId>struts2-apps</artifactId> - <version>2.3.1-SNAPSHOT</version> + <version>3.0-SNAPSHOT</version> </parent> <groupId>org.apache.struts</groupId> <artifactId>struts2-jboss-blank</artifactId> Modified: struts/struts2/branches/STRUTS_3_X/apps/mailreader/pom.xml URL: http://svn.apache.org/viewvc/struts/struts2/branches/STRUTS_3_X/apps/mailreader/pom.xml?rev=1209833&r1=1209832&r2=1209833&view=diff ============================================================================== --- struts/struts2/branches/STRUTS_3_X/apps/mailreader/pom.xml (original) +++ struts/struts2/branches/STRUTS_3_X/apps/mailreader/pom.xml Sat Dec 3 05:08:30 2011 @@ -26,7 +26,7 @@ <parent> <groupId>org.apache.struts</groupId> <artifactId>struts2-apps</artifactId> - <version>2.3.1-SNAPSHOT</version> + <version>3.0-SNAPSHOT</version> </parent> <groupId>org.apache.struts</groupId> <artifactId>struts2-mailreader</artifactId> Modified: struts/struts2/branches/STRUTS_3_X/apps/pom.xml URL: http://svn.apache.org/viewvc/struts/struts2/branches/STRUTS_3_X/apps/pom.xml?rev=1209833&r1=1209832&r2=1209833&view=diff ============================================================================== --- struts/struts2/branches/STRUTS_3_X/apps/pom.xml (original) +++ struts/struts2/branches/STRUTS_3_X/apps/pom.xml Sat Dec 3 05:08:30 2011 @@ -26,7 +26,7 @@ <parent> <groupId>org.apache.struts</groupId> <artifactId>struts2-parent</artifactId> - <version>2.3.1-SNAPSHOT</version> + <version>3.0-SNAPSHOT</version> </parent> <groupId>org.apache.struts</groupId> <artifactId>struts2-apps</artifactId> Modified: struts/struts2/branches/STRUTS_3_X/apps/portlet/pom.xml URL: http://svn.apache.org/viewvc/struts/struts2/branches/STRUTS_3_X/apps/portlet/pom.xml?rev=1209833&r1=1209832&r2=1209833&view=diff ============================================================================== --- struts/struts2/branches/STRUTS_3_X/apps/portlet/pom.xml (original) +++ struts/struts2/branches/STRUTS_3_X/apps/portlet/pom.xml Sat Dec 3 05:08:30 2011 @@ -26,7 +26,7 @@ <parent> <groupId>org.apache.struts</groupId> <artifactId>struts2-apps</artifactId> - <version>2.3.1-SNAPSHOT</version> + <version>3.0-SNAPSHOT</version> </parent> <groupId>org.apache.struts</groupId> <artifactId>struts2-portlet</artifactId> Modified: struts/struts2/branches/STRUTS_3_X/apps/rest-showcase/pom.xml URL: http://svn.apache.org/viewvc/struts/struts2/branches/STRUTS_3_X/apps/rest-showcase/pom.xml?rev=1209833&r1=1209832&r2=1209833&view=diff ============================================================================== --- struts/struts2/branches/STRUTS_3_X/apps/rest-showcase/pom.xml (original) +++ struts/struts2/branches/STRUTS_3_X/apps/rest-showcase/pom.xml Sat Dec 3 05:08:30 2011 @@ -26,13 +26,12 @@ <parent> <groupId>org.apache.struts</groupId> <artifactId>struts2-apps</artifactId> - <version>2.3.1-SNAPSHOT</version> + <version>3.0-SNAPSHOT</version> </parent> <groupId>org.apache.struts</groupId> <artifactId>struts2-rest-showcase</artifactId> <packaging>war</packaging> - <version>2.3.1-SNAPSHOT</version> <name>Struts 2 Rest Showcase Example</name> <description>Struts 2 Rest Showcase Example</description> Modified: struts/struts2/branches/STRUTS_3_X/apps/showcase/pom.xml URL: http://svn.apache.org/viewvc/struts/struts2/branches/STRUTS_3_X/apps/showcase/pom.xml?rev=1209833&r1=1209832&r2=1209833&view=diff ============================================================================== --- struts/struts2/branches/STRUTS_3_X/apps/showcase/pom.xml (original) +++ struts/struts2/branches/STRUTS_3_X/apps/showcase/pom.xml Sat Dec 3 05:08:30 2011 @@ -26,7 +26,7 @@ <parent> <groupId>org.apache.struts</groupId> <artifactId>struts2-apps</artifactId> - <version>2.3.1-SNAPSHOT</version> + <version>3.0-SNAPSHOT</version> </parent> <groupId>org.apache.struts</groupId> <artifactId>struts2-showcase</artifactId> Modified: struts/struts2/branches/STRUTS_3_X/archetypes/pom.xml URL: http://svn.apache.org/viewvc/struts/struts2/branches/STRUTS_3_X/archetypes/pom.xml?rev=1209833&r1=1209832&r2=1209833&view=diff ============================================================================== --- struts/struts2/branches/STRUTS_3_X/archetypes/pom.xml (original) +++ struts/struts2/branches/STRUTS_3_X/archetypes/pom.xml Sat Dec 3 05:08:30 2011 @@ -26,7 +26,7 @@ <parent> <groupId>org.apache.struts</groupId> <artifactId>struts2-parent</artifactId> - <version>2.3.1-SNAPSHOT</version> + <version>3.0-SNAPSHOT</version> </parent> <groupId>org.apache.struts</groupId> <artifactId>struts2-archetypes</artifactId> Modified: struts/struts2/branches/STRUTS_3_X/archetypes/struts2-archetype-blank/pom.xml URL: http://svn.apache.org/viewvc/struts/struts2/branches/STRUTS_3_X/archetypes/struts2-archetype-blank/pom.xml?rev=1209833&r1=1209832&r2=1209833&view=diff ============================================================================== --- struts/struts2/branches/STRUTS_3_X/archetypes/struts2-archetype-blank/pom.xml (original) +++ struts/struts2/branches/STRUTS_3_X/archetypes/struts2-archetype-blank/pom.xml Sat Dec 3 05:08:30 2011 @@ -3,12 +3,12 @@ <parent> <groupId>org.apache.struts</groupId> <artifactId>struts2-archetypes</artifactId> - <version>2.3.1-SNAPSHOT</version> + <version>3.0-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>struts2-archetype-blank</artifactId> - <version>2.3.1-SNAPSHOT</version> + <version>3.0-SNAPSHOT</version> <name>Struts 2 Archetypes - Blank</name> <scm> Modified: struts/struts2/branches/STRUTS_3_X/archetypes/struts2-archetype-convention/pom.xml URL: http://svn.apache.org/viewvc/struts/struts2/branches/STRUTS_3_X/archetypes/struts2-archetype-convention/pom.xml?rev=1209833&r1=1209832&r2=1209833&view=diff ============================================================================== --- struts/struts2/branches/STRUTS_3_X/archetypes/struts2-archetype-convention/pom.xml (original) +++ struts/struts2/branches/STRUTS_3_X/archetypes/struts2-archetype-convention/pom.xml Sat Dec 3 05:08:30 2011 @@ -3,12 +3,12 @@ <parent> <groupId>org.apache.struts</groupId> <artifactId>struts2-archetypes</artifactId> - <version>2.3.1-SNAPSHOT</version> + <version>3.0-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>struts2-archetype-convention</artifactId> - <version>2.3.1-SNAPSHOT</version> + <version>3.0-SNAPSHOT</version> <name>Struts 2 Archetypes - Blank Convention</name> <scm> Modified: struts/struts2/branches/STRUTS_3_X/archetypes/struts2-archetype-dbportlet/pom.xml URL: http://svn.apache.org/viewvc/struts/struts2/branches/STRUTS_3_X/archetypes/struts2-archetype-dbportlet/pom.xml?rev=1209833&r1=1209832&r2=1209833&view=diff ============================================================================== --- struts/struts2/branches/STRUTS_3_X/archetypes/struts2-archetype-dbportlet/pom.xml (original) +++ struts/struts2/branches/STRUTS_3_X/archetypes/struts2-archetype-dbportlet/pom.xml Sat Dec 3 05:08:30 2011 @@ -3,12 +3,12 @@ <parent> <groupId>org.apache.struts</groupId> <artifactId>struts2-archetypes</artifactId> - <version>2.3.1-SNAPSHOT</version> + <version>3.0-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>struts2-archetype-dbportlet</artifactId> - <version>2.3.1-SNAPSHOT</version> + <version>3.0-SNAPSHOT</version> <name>Struts 2 Archetypes - Database Portlet</name> <scm> Modified: struts/struts2/branches/STRUTS_3_X/archetypes/struts2-archetype-plugin/pom.xml URL: http://svn.apache.org/viewvc/struts/struts2/branches/STRUTS_3_X/archetypes/struts2-archetype-plugin/pom.xml?rev=1209833&r1=1209832&r2=1209833&view=diff ============================================================================== --- struts/struts2/branches/STRUTS_3_X/archetypes/struts2-archetype-plugin/pom.xml (original) +++ struts/struts2/branches/STRUTS_3_X/archetypes/struts2-archetype-plugin/pom.xml Sat Dec 3 05:08:30 2011 @@ -3,12 +3,12 @@ <parent> <groupId>org.apache.struts</groupId> <artifactId>struts2-archetypes</artifactId> - <version>2.3.1-SNAPSHOT</version> + <version>3.0-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>struts2-archetype-plugin</artifactId> - <version>2.3.1-SNAPSHOT</version> + <version>3.0-SNAPSHOT</version> <packaging>jar</packaging> <name>Struts 2 Archetypes - Plugin</name> Modified: struts/struts2/branches/STRUTS_3_X/archetypes/struts2-archetype-portlet/pom.xml URL: http://svn.apache.org/viewvc/struts/struts2/branches/STRUTS_3_X/archetypes/struts2-archetype-portlet/pom.xml?rev=1209833&r1=1209832&r2=1209833&view=diff ============================================================================== --- struts/struts2/branches/STRUTS_3_X/archetypes/struts2-archetype-portlet/pom.xml (original) +++ struts/struts2/branches/STRUTS_3_X/archetypes/struts2-archetype-portlet/pom.xml Sat Dec 3 05:08:30 2011 @@ -3,12 +3,12 @@ <parent> <groupId>org.apache.struts</groupId> <artifactId>struts2-archetypes</artifactId> - <version>2.3.1-SNAPSHOT</version> + <version>3.0-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>struts2-archetype-portlet</artifactId> - <version>2.3.1-SNAPSHOT</version> + <version>3.0-SNAPSHOT</version> <packaging>jar</packaging> <name>Struts 2 Archetypes - Portlet</name> Modified: struts/struts2/branches/STRUTS_3_X/archetypes/struts2-archetype-starter/pom.xml URL: http://svn.apache.org/viewvc/struts/struts2/branches/STRUTS_3_X/archetypes/struts2-archetype-starter/pom.xml?rev=1209833&r1=1209832&r2=1209833&view=diff ============================================================================== --- struts/struts2/branches/STRUTS_3_X/archetypes/struts2-archetype-starter/pom.xml (original) +++ struts/struts2/branches/STRUTS_3_X/archetypes/struts2-archetype-starter/pom.xml Sat Dec 3 05:08:30 2011 @@ -5,12 +5,12 @@ <parent> <groupId>org.apache.struts</groupId> <artifactId>struts2-archetypes</artifactId> - <version>2.3.1-SNAPSHOT</version> + <version>3.0-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>struts2-archetype-starter</artifactId> - <version>2.3.1-SNAPSHOT</version> + <version>3.0-SNAPSHOT</version> <packaging>jar</packaging> <name>Struts 2 Archetypes - Starter</name> Modified: struts/struts2/branches/STRUTS_3_X/assembly/pom.xml URL: http://svn.apache.org/viewvc/struts/struts2/branches/STRUTS_3_X/assembly/pom.xml?rev=1209833&r1=1209832&r2=1209833&view=diff ============================================================================== --- struts/struts2/branches/STRUTS_3_X/assembly/pom.xml (original) +++ struts/struts2/branches/STRUTS_3_X/assembly/pom.xml Sat Dec 3 05:08:30 2011 @@ -11,7 +11,7 @@ <parent> <groupId>org.apache.struts</groupId> <artifactId>struts2-parent</artifactId> - <version>2.3.1-SNAPSHOT</version> + <version>3.0-SNAPSHOT</version> </parent> <scm> Modified: struts/struts2/branches/STRUTS_3_X/bundles/admin/pom.xml URL: http://svn.apache.org/viewvc/struts/struts2/branches/STRUTS_3_X/bundles/admin/pom.xml?rev=1209833&r1=1209832&r2=1209833&view=diff ============================================================================== --- struts/struts2/branches/STRUTS_3_X/bundles/admin/pom.xml (original) +++ struts/struts2/branches/STRUTS_3_X/bundles/admin/pom.xml Sat Dec 3 05:08:30 2011 @@ -4,7 +4,7 @@ <parent> <groupId>org.apache.struts</groupId> <artifactId>struts2-osgi-bundles</artifactId> - <version>2.3.1-SNAPSHOT</version> + <version>3.0-SNAPSHOT</version> </parent> <groupId>org.apache.struts</groupId> <artifactId>struts2-osgi-admin-bundle</artifactId> Modified: struts/struts2/branches/STRUTS_3_X/bundles/demo/pom.xml URL: http://svn.apache.org/viewvc/struts/struts2/branches/STRUTS_3_X/bundles/demo/pom.xml?rev=1209833&r1=1209832&r2=1209833&view=diff ============================================================================== --- struts/struts2/branches/STRUTS_3_X/bundles/demo/pom.xml (original) +++ struts/struts2/branches/STRUTS_3_X/bundles/demo/pom.xml Sat Dec 3 05:08:30 2011 @@ -4,7 +4,7 @@ <parent> <groupId>org.apache.struts</groupId> <artifactId>struts2-osgi-bundles</artifactId> - <version>2.3.1-SNAPSHOT</version> + <version>3.0-SNAPSHOT</version> </parent> <groupId>org.apache.struts</groupId> <artifactId>struts2-osgi-demo-bundle</artifactId> Modified: struts/struts2/branches/STRUTS_3_X/bundles/pom.xml URL: http://svn.apache.org/viewvc/struts/struts2/branches/STRUTS_3_X/bundles/pom.xml?rev=1209833&r1=1209832&r2=1209833&view=diff ============================================================================== --- struts/struts2/branches/STRUTS_3_X/bundles/pom.xml (original) +++ struts/struts2/branches/STRUTS_3_X/bundles/pom.xml Sat Dec 3 05:08:30 2011 @@ -26,7 +26,7 @@ <parent> <groupId>org.apache.struts</groupId> <artifactId>struts2-parent</artifactId> - <version>2.3.1-SNAPSHOT</version> + <version>3.0-SNAPSHOT</version> </parent> <groupId>org.apache.struts</groupId> <artifactId>struts2-osgi-bundles</artifactId> Modified: struts/struts2/branches/STRUTS_3_X/core/pom.xml URL: http://svn.apache.org/viewvc/struts/struts2/branches/STRUTS_3_X/core/pom.xml?rev=1209833&r1=1209832&r2=1209833&view=diff ============================================================================== --- struts/struts2/branches/STRUTS_3_X/core/pom.xml (original) +++ struts/struts2/branches/STRUTS_3_X/core/pom.xml Sat Dec 3 05:08:30 2011 @@ -26,7 +26,7 @@ <parent> <groupId>org.apache.struts</groupId> <artifactId>struts2-parent</artifactId> - <version>2.3.1-SNAPSHOT</version> + <version>3.0-SNAPSHOT</version> </parent> <groupId>org.apache.struts</groupId> <artifactId>struts2-core</artifactId> Modified: struts/struts2/branches/STRUTS_3_X/plugins/cdi/pom.xml URL: http://svn.apache.org/viewvc/struts/struts2/branches/STRUTS_3_X/plugins/cdi/pom.xml?rev=1209833&r1=1209832&r2=1209833&view=diff ============================================================================== --- struts/struts2/branches/STRUTS_3_X/plugins/cdi/pom.xml (original) +++ struts/struts2/branches/STRUTS_3_X/plugins/cdi/pom.xml Sat Dec 3 05:08:30 2011 @@ -26,7 +26,7 @@ <parent> <groupId>org.apache.struts</groupId> <artifactId>struts2-plugins</artifactId> - <version>2.3.1-SNAPSHOT</version> + <version>3.0-SNAPSHOT</version> </parent> <groupId>org.apache.struts</groupId> Modified: struts/struts2/branches/STRUTS_3_X/plugins/codebehind/pom.xml URL: http://svn.apache.org/viewvc/struts/struts2/branches/STRUTS_3_X/plugins/codebehind/pom.xml?rev=1209833&r1=1209832&r2=1209833&view=diff ============================================================================== --- struts/struts2/branches/STRUTS_3_X/plugins/codebehind/pom.xml (original) +++ struts/struts2/branches/STRUTS_3_X/plugins/codebehind/pom.xml Sat Dec 3 05:08:30 2011 @@ -26,7 +26,7 @@ <parent> <groupId>org.apache.struts</groupId> <artifactId>struts2-plugins</artifactId> - <version>2.3.1-SNAPSHOT</version> + <version>3.0-SNAPSHOT</version> </parent> <groupId>org.apache.struts</groupId> <artifactId>struts2-codebehind-plugin</artifactId> Modified: struts/struts2/branches/STRUTS_3_X/plugins/config-browser/pom.xml URL: http://svn.apache.org/viewvc/struts/struts2/branches/STRUTS_3_X/plugins/config-browser/pom.xml?rev=1209833&r1=1209832&r2=1209833&view=diff ============================================================================== --- struts/struts2/branches/STRUTS_3_X/plugins/config-browser/pom.xml (original) +++ struts/struts2/branches/STRUTS_3_X/plugins/config-browser/pom.xml Sat Dec 3 05:08:30 2011 @@ -26,7 +26,7 @@ <parent> <groupId>org.apache.struts</groupId> <artifactId>struts2-plugins</artifactId> - <version>2.3.1-SNAPSHOT</version> + <version>3.0-SNAPSHOT</version> </parent> <groupId>org.apache.struts</groupId> <artifactId>struts2-config-browser-plugin</artifactId> Modified: struts/struts2/branches/STRUTS_3_X/plugins/convention/pom.xml URL: http://svn.apache.org/viewvc/struts/struts2/branches/STRUTS_3_X/plugins/convention/pom.xml?rev=1209833&r1=1209832&r2=1209833&view=diff ============================================================================== --- struts/struts2/branches/STRUTS_3_X/plugins/convention/pom.xml (original) +++ struts/struts2/branches/STRUTS_3_X/plugins/convention/pom.xml Sat Dec 3 05:08:30 2011 @@ -3,7 +3,7 @@ <parent> <groupId>org.apache.struts</groupId> <artifactId>struts2-plugins</artifactId> - <version>2.3.1-SNAPSHOT</version> + <version>3.0-SNAPSHOT</version> </parent> <groupId>org.apache.struts</groupId> <artifactId>struts2-convention-plugin</artifactId> Modified: struts/struts2/branches/STRUTS_3_X/plugins/dojo/pom.xml URL: http://svn.apache.org/viewvc/struts/struts2/branches/STRUTS_3_X/plugins/dojo/pom.xml?rev=1209833&r1=1209832&r2=1209833&view=diff ============================================================================== --- struts/struts2/branches/STRUTS_3_X/plugins/dojo/pom.xml (original) +++ struts/struts2/branches/STRUTS_3_X/plugins/dojo/pom.xml Sat Dec 3 05:08:30 2011 @@ -25,7 +25,7 @@ <parent> <artifactId>struts2-plugins</artifactId> <groupId>org.apache.struts</groupId> - <version>2.3.1-SNAPSHOT</version> + <version>3.0-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <groupId>org.apache.struts</groupId> Modified: struts/struts2/branches/STRUTS_3_X/plugins/dwr/pom.xml URL: http://svn.apache.org/viewvc/struts/struts2/branches/STRUTS_3_X/plugins/dwr/pom.xml?rev=1209833&r1=1209832&r2=1209833&view=diff ============================================================================== --- struts/struts2/branches/STRUTS_3_X/plugins/dwr/pom.xml (original) +++ struts/struts2/branches/STRUTS_3_X/plugins/dwr/pom.xml Sat Dec 3 05:08:30 2011 @@ -26,7 +26,7 @@ <parent> <groupId>org.apache.struts</groupId> <artifactId>struts2-plugins</artifactId> - <version>2.3.1-SNAPSHOT</version> + <version>3.0-SNAPSHOT</version> </parent> <groupId>org.apache.struts</groupId> <artifactId>struts2-dwr-plugin</artifactId> Modified: struts/struts2/branches/STRUTS_3_X/plugins/embeddedjsp/pom.xml URL: http://svn.apache.org/viewvc/struts/struts2/branches/STRUTS_3_X/plugins/embeddedjsp/pom.xml?rev=1209833&r1=1209832&r2=1209833&view=diff ============================================================================== --- struts/struts2/branches/STRUTS_3_X/plugins/embeddedjsp/pom.xml (original) +++ struts/struts2/branches/STRUTS_3_X/plugins/embeddedjsp/pom.xml Sat Dec 3 05:08:30 2011 @@ -26,7 +26,7 @@ <parent> <groupId>org.apache.struts</groupId> <artifactId>struts2-plugins</artifactId> - <version>2.3.1-SNAPSHOT</version> + <version>3.0-SNAPSHOT</version> </parent> <groupId>org.apache.struts</groupId> Modified: struts/struts2/branches/STRUTS_3_X/plugins/gxp/pom.xml URL: http://svn.apache.org/viewvc/struts/struts2/branches/STRUTS_3_X/plugins/gxp/pom.xml?rev=1209833&r1=1209832&r2=1209833&view=diff ============================================================================== --- struts/struts2/branches/STRUTS_3_X/plugins/gxp/pom.xml (original) +++ struts/struts2/branches/STRUTS_3_X/plugins/gxp/pom.xml Sat Dec 3 05:08:30 2011 @@ -3,7 +3,7 @@ <parent> <groupId>org.apache.struts</groupId> <artifactId>struts2-plugins</artifactId> - <version>2.3.1-SNAPSHOT</version> + <version>3.0-SNAPSHOT</version> </parent> <groupId>org.apache.struts</groupId> Modified: struts/struts2/branches/STRUTS_3_X/plugins/jasperreports/pom.xml URL: http://svn.apache.org/viewvc/struts/struts2/branches/STRUTS_3_X/plugins/jasperreports/pom.xml?rev=1209833&r1=1209832&r2=1209833&view=diff ============================================================================== --- struts/struts2/branches/STRUTS_3_X/plugins/jasperreports/pom.xml (original) +++ struts/struts2/branches/STRUTS_3_X/plugins/jasperreports/pom.xml Sat Dec 3 05:08:30 2011 @@ -26,7 +26,7 @@ <parent> <groupId>org.apache.struts</groupId> <artifactId>struts2-plugins</artifactId> - <version>2.3.1-SNAPSHOT</version> + <version>3.0-SNAPSHOT</version> </parent> <groupId>org.apache.struts</groupId> <artifactId>struts2-jasperreports-plugin</artifactId> Modified: struts/struts2/branches/STRUTS_3_X/plugins/javatemplates/pom.xml URL: http://svn.apache.org/viewvc/struts/struts2/branches/STRUTS_3_X/plugins/javatemplates/pom.xml?rev=1209833&r1=1209832&r2=1209833&view=diff ============================================================================== --- struts/struts2/branches/STRUTS_3_X/plugins/javatemplates/pom.xml (original) +++ struts/struts2/branches/STRUTS_3_X/plugins/javatemplates/pom.xml Sat Dec 3 05:08:30 2011 @@ -25,7 +25,7 @@ <parent> <groupId>org.apache.struts</groupId> <artifactId>struts2-plugins</artifactId> - <version>2.3.1-SNAPSHOT</version> + <version>3.0-SNAPSHOT</version> </parent> <groupId>org.apache.struts</groupId> <artifactId>struts2-javatemplates-plugin</artifactId> Modified: struts/struts2/branches/STRUTS_3_X/plugins/jfreechart/pom.xml URL: http://svn.apache.org/viewvc/struts/struts2/branches/STRUTS_3_X/plugins/jfreechart/pom.xml?rev=1209833&r1=1209832&r2=1209833&view=diff ============================================================================== --- struts/struts2/branches/STRUTS_3_X/plugins/jfreechart/pom.xml (original) +++ struts/struts2/branches/STRUTS_3_X/plugins/jfreechart/pom.xml Sat Dec 3 05:08:30 2011 @@ -26,7 +26,7 @@ <parent> <groupId>org.apache.struts</groupId> <artifactId>struts2-plugins</artifactId> - <version>2.3.1-SNAPSHOT</version> + <version>3.0-SNAPSHOT</version> </parent> <groupId>org.apache.struts</groupId> <artifactId>struts2-jfreechart-plugin</artifactId> Modified: struts/struts2/branches/STRUTS_3_X/plugins/jsf/pom.xml URL: http://svn.apache.org/viewvc/struts/struts2/branches/STRUTS_3_X/plugins/jsf/pom.xml?rev=1209833&r1=1209832&r2=1209833&view=diff ============================================================================== --- struts/struts2/branches/STRUTS_3_X/plugins/jsf/pom.xml (original) +++ struts/struts2/branches/STRUTS_3_X/plugins/jsf/pom.xml Sat Dec 3 05:08:30 2011 @@ -26,7 +26,7 @@ <parent> <groupId>org.apache.struts</groupId> <artifactId>struts2-plugins</artifactId> - <version>2.3.1-SNAPSHOT</version> + <version>3.0-SNAPSHOT</version> </parent> <groupId>org.apache.struts</groupId> <artifactId>struts2-jsf-plugin</artifactId> Modified: struts/struts2/branches/STRUTS_3_X/plugins/json/pom.xml URL: http://svn.apache.org/viewvc/struts/struts2/branches/STRUTS_3_X/plugins/json/pom.xml?rev=1209833&r1=1209832&r2=1209833&view=diff ============================================================================== --- struts/struts2/branches/STRUTS_3_X/plugins/json/pom.xml (original) +++ struts/struts2/branches/STRUTS_3_X/plugins/json/pom.xml Sat Dec 3 05:08:30 2011 @@ -26,7 +26,7 @@ <parent> <groupId>org.apache.struts</groupId> <artifactId>struts2-plugins</artifactId> - <version>2.3.1-SNAPSHOT</version> + <version>3.0-SNAPSHOT</version> </parent> <groupId>org.apache.struts</groupId> <artifactId>struts2-json-plugin</artifactId> Modified: struts/struts2/branches/STRUTS_3_X/plugins/junit/pom.xml URL: http://svn.apache.org/viewvc/struts/struts2/branches/STRUTS_3_X/plugins/junit/pom.xml?rev=1209833&r1=1209832&r2=1209833&view=diff ============================================================================== --- struts/struts2/branches/STRUTS_3_X/plugins/junit/pom.xml (original) +++ struts/struts2/branches/STRUTS_3_X/plugins/junit/pom.xml Sat Dec 3 05:08:30 2011 @@ -26,7 +26,7 @@ <parent> <groupId>org.apache.struts</groupId> <artifactId>struts2-plugins</artifactId> - <version>2.3.1-SNAPSHOT</version> + <version>3.0-SNAPSHOT</version> </parent> <groupId>org.apache.struts</groupId> <artifactId>struts2-junit-plugin</artifactId> Modified: struts/struts2/branches/STRUTS_3_X/plugins/osgi/pom.xml URL: http://svn.apache.org/viewvc/struts/struts2/branches/STRUTS_3_X/plugins/osgi/pom.xml?rev=1209833&r1=1209832&r2=1209833&view=diff ============================================================================== --- struts/struts2/branches/STRUTS_3_X/plugins/osgi/pom.xml (original) +++ struts/struts2/branches/STRUTS_3_X/plugins/osgi/pom.xml Sat Dec 3 05:08:30 2011 @@ -4,7 +4,7 @@ <parent> <groupId>org.apache.struts</groupId> <artifactId>struts2-plugins</artifactId> - <version>2.3.1-SNAPSHOT</version> + <version>3.0-SNAPSHOT</version> </parent> <groupId>org.apache.struts</groupId> <artifactId>struts2-osgi-plugin</artifactId> Modified: struts/struts2/branches/STRUTS_3_X/plugins/oval/pom.xml URL: http://svn.apache.org/viewvc/struts/struts2/branches/STRUTS_3_X/plugins/oval/pom.xml?rev=1209833&r1=1209832&r2=1209833&view=diff ============================================================================== --- struts/struts2/branches/STRUTS_3_X/plugins/oval/pom.xml (original) +++ struts/struts2/branches/STRUTS_3_X/plugins/oval/pom.xml Sat Dec 3 05:08:30 2011 @@ -26,7 +26,7 @@ <parent> <groupId>org.apache.struts</groupId> <artifactId>struts2-plugins</artifactId> - <version>2.3.1-SNAPSHOT</version> + <version>3.0-SNAPSHOT</version> </parent> <groupId>org.apache.struts</groupId> <artifactId>struts2-oval-plugin</artifactId> Modified: struts/struts2/branches/STRUTS_3_X/plugins/pell-multipart/pom.xml URL: http://svn.apache.org/viewvc/struts/struts2/branches/STRUTS_3_X/plugins/pell-multipart/pom.xml?rev=1209833&r1=1209832&r2=1209833&view=diff ============================================================================== --- struts/struts2/branches/STRUTS_3_X/plugins/pell-multipart/pom.xml (original) +++ struts/struts2/branches/STRUTS_3_X/plugins/pell-multipart/pom.xml Sat Dec 3 05:08:30 2011 @@ -26,7 +26,7 @@ <parent> <groupId>org.apache.struts</groupId> <artifactId>struts2-plugins</artifactId> - <version>2.3.1-SNAPSHOT</version> + <version>3.0-SNAPSHOT</version> </parent> <groupId>org.apache.struts</groupId> <artifactId>struts2-pell-multipart-plugin</artifactId> Modified: struts/struts2/branches/STRUTS_3_X/plugins/plexus/pom.xml URL: http://svn.apache.org/viewvc/struts/struts2/branches/STRUTS_3_X/plugins/plexus/pom.xml?rev=1209833&r1=1209832&r2=1209833&view=diff ============================================================================== --- struts/struts2/branches/STRUTS_3_X/plugins/plexus/pom.xml (original) +++ struts/struts2/branches/STRUTS_3_X/plugins/plexus/pom.xml Sat Dec 3 05:08:30 2011 @@ -26,7 +26,7 @@ <parent> <groupId>org.apache.struts</groupId> <artifactId>struts2-plugins</artifactId> - <version>2.3.1-SNAPSHOT</version> + <version>3.0-SNAPSHOT</version> </parent> <groupId>org.apache.struts</groupId> <artifactId>struts2-plexus-plugin</artifactId> Modified: struts/struts2/branches/STRUTS_3_X/plugins/pom.xml URL: http://svn.apache.org/viewvc/struts/struts2/branches/STRUTS_3_X/plugins/pom.xml?rev=1209833&r1=1209832&r2=1209833&view=diff ============================================================================== --- struts/struts2/branches/STRUTS_3_X/plugins/pom.xml (original) +++ struts/struts2/branches/STRUTS_3_X/plugins/pom.xml Sat Dec 3 05:08:30 2011 @@ -26,7 +26,7 @@ <parent> <groupId>org.apache.struts</groupId> <artifactId>struts2-parent</artifactId> - <version>2.3.1-SNAPSHOT</version> + <version>3.0-SNAPSHOT</version> </parent> <groupId>org.apache.struts</groupId> <artifactId>struts2-plugins</artifactId> Modified: struts/struts2/branches/STRUTS_3_X/plugins/portlet/pom.xml URL: http://svn.apache.org/viewvc/struts/struts2/branches/STRUTS_3_X/plugins/portlet/pom.xml?rev=1209833&r1=1209832&r2=1209833&view=diff ============================================================================== --- struts/struts2/branches/STRUTS_3_X/plugins/portlet/pom.xml (original) +++ struts/struts2/branches/STRUTS_3_X/plugins/portlet/pom.xml Sat Dec 3 05:08:30 2011 @@ -26,7 +26,7 @@ <parent> <groupId>org.apache.struts</groupId> <artifactId>struts2-plugins</artifactId> - <version>2.3.1-SNAPSHOT</version> + <version>3.0-SNAPSHOT</version> </parent> <groupId>org.apache.struts</groupId> <artifactId>struts2-portlet-plugin</artifactId> Modified: struts/struts2/branches/STRUTS_3_X/plugins/rest/pom.xml URL: http://svn.apache.org/viewvc/struts/struts2/branches/STRUTS_3_X/plugins/rest/pom.xml?rev=1209833&r1=1209832&r2=1209833&view=diff ============================================================================== --- struts/struts2/branches/STRUTS_3_X/plugins/rest/pom.xml (original) +++ struts/struts2/branches/STRUTS_3_X/plugins/rest/pom.xml Sat Dec 3 05:08:30 2011 @@ -27,11 +27,10 @@ <parent> <groupId>org.apache.struts</groupId> <artifactId>struts2-plugins</artifactId> - <version>2.3.1-SNAPSHOT</version> + <version>3.0-SNAPSHOT</version> </parent> <groupId>org.apache.struts</groupId> <artifactId>struts2-rest-plugin</artifactId> - <version>2.3.1-SNAPSHOT</version> <name>Struts 2 REST Plugin</name> <properties> Modified: struts/struts2/branches/STRUTS_3_X/plugins/sitegraph/pom.xml URL: http://svn.apache.org/viewvc/struts/struts2/branches/STRUTS_3_X/plugins/sitegraph/pom.xml?rev=1209833&r1=1209832&r2=1209833&view=diff ============================================================================== --- struts/struts2/branches/STRUTS_3_X/plugins/sitegraph/pom.xml (original) +++ struts/struts2/branches/STRUTS_3_X/plugins/sitegraph/pom.xml Sat Dec 3 05:08:30 2011 @@ -26,7 +26,7 @@ <parent> <groupId>org.apache.struts</groupId> <artifactId>struts2-plugins</artifactId> - <version>2.3.1-SNAPSHOT</version> + <version>3.0-SNAPSHOT</version> </parent> <groupId>org.apache.struts</groupId> <artifactId>struts2-sitegraph-plugin</artifactId> Modified: struts/struts2/branches/STRUTS_3_X/plugins/sitemesh/pom.xml URL: http://svn.apache.org/viewvc/struts/struts2/branches/STRUTS_3_X/plugins/sitemesh/pom.xml?rev=1209833&r1=1209832&r2=1209833&view=diff ============================================================================== --- struts/struts2/branches/STRUTS_3_X/plugins/sitemesh/pom.xml (original) +++ struts/struts2/branches/STRUTS_3_X/plugins/sitemesh/pom.xml Sat Dec 3 05:08:30 2011 @@ -26,7 +26,7 @@ <parent> <groupId>org.apache.struts</groupId> <artifactId>struts2-plugins</artifactId> - <version>2.3.1-SNAPSHOT</version> + <version>3.0-SNAPSHOT</version> </parent> <groupId>org.apache.struts</groupId> <artifactId>struts2-sitemesh-plugin</artifactId> Modified: struts/struts2/branches/STRUTS_3_X/plugins/spring/pom.xml URL: http://svn.apache.org/viewvc/struts/struts2/branches/STRUTS_3_X/plugins/spring/pom.xml?rev=1209833&r1=1209832&r2=1209833&view=diff ============================================================================== --- struts/struts2/branches/STRUTS_3_X/plugins/spring/pom.xml (original) +++ struts/struts2/branches/STRUTS_3_X/plugins/spring/pom.xml Sat Dec 3 05:08:30 2011 @@ -26,7 +26,7 @@ <parent> <groupId>org.apache.struts</groupId> <artifactId>struts2-plugins</artifactId> - <version>2.3.1-SNAPSHOT</version> + <version>3.0-SNAPSHOT</version> </parent> <groupId>org.apache.struts</groupId> <artifactId>struts2-spring-plugin</artifactId> Modified: struts/struts2/branches/STRUTS_3_X/plugins/struts1/pom.xml URL: http://svn.apache.org/viewvc/struts/struts2/branches/STRUTS_3_X/plugins/struts1/pom.xml?rev=1209833&r1=1209832&r2=1209833&view=diff ============================================================================== --- struts/struts2/branches/STRUTS_3_X/plugins/struts1/pom.xml (original) +++ struts/struts2/branches/STRUTS_3_X/plugins/struts1/pom.xml Sat Dec 3 05:08:30 2011 @@ -26,7 +26,7 @@ <parent> <groupId>org.apache.struts</groupId> <artifactId>struts2-plugins</artifactId> - <version>2.3.1-SNAPSHOT</version> + <version>3.0-SNAPSHOT</version> </parent> <groupId>org.apache.struts</groupId> <artifactId>struts2-struts1-plugin</artifactId> Modified: struts/struts2/branches/STRUTS_3_X/plugins/testng/pom.xml URL: http://svn.apache.org/viewvc/struts/struts2/branches/STRUTS_3_X/plugins/testng/pom.xml?rev=1209833&r1=1209832&r2=1209833&view=diff ============================================================================== --- struts/struts2/branches/STRUTS_3_X/plugins/testng/pom.xml (original) +++ struts/struts2/branches/STRUTS_3_X/plugins/testng/pom.xml Sat Dec 3 05:08:30 2011 @@ -26,7 +26,7 @@ <parent> <groupId>org.apache.struts</groupId> <artifactId>struts2-plugins</artifactId> - <version>2.3.1-SNAPSHOT</version> + <version>3.0-SNAPSHOT</version> </parent> <groupId>org.apache.struts</groupId> <artifactId>struts2-testng-plugin</artifactId> Modified: struts/struts2/branches/STRUTS_3_X/plugins/tiles/pom.xml URL: http://svn.apache.org/viewvc/struts/struts2/branches/STRUTS_3_X/plugins/tiles/pom.xml?rev=1209833&r1=1209832&r2=1209833&view=diff ============================================================================== --- struts/struts2/branches/STRUTS_3_X/plugins/tiles/pom.xml (original) +++ struts/struts2/branches/STRUTS_3_X/plugins/tiles/pom.xml Sat Dec 3 05:08:30 2011 @@ -26,7 +26,7 @@ <parent> <groupId>org.apache.struts</groupId> <artifactId>struts2-plugins</artifactId> - <version>2.3.1-SNAPSHOT</version> + <version>3.0-SNAPSHOT</version> </parent> <groupId>org.apache.struts</groupId> <artifactId>struts2-tiles-plugin</artifactId> Modified: struts/struts2/branches/STRUTS_3_X/pom.xml URL: http://svn.apache.org/viewvc/struts/struts2/branches/STRUTS_3_X/pom.xml?rev=1209833&r1=1209832&r2=1209833&view=diff ============================================================================== --- struts/struts2/branches/STRUTS_3_X/pom.xml (original) +++ struts/struts2/branches/STRUTS_3_X/pom.xml Sat Dec 3 05:08:30 2011 @@ -11,7 +11,7 @@ <modelVersion>4.0.0</modelVersion> <groupId>org.apache.struts</groupId> <artifactId>struts2-parent</artifactId> - <version>2.3.1-SNAPSHOT</version> + <version>3.0-SNAPSHOT</version> <packaging>pom</packaging> <name>Struts 2</name> <url>http://struts.apache.org/struts2</url> Modified: struts/struts2/branches/STRUTS_3_X/xwork-core/pom.xml URL: http://svn.apache.org/viewvc/struts/struts2/branches/STRUTS_3_X/xwork-core/pom.xml?rev=1209833&r1=1209832&r2=1209833&view=diff ============================================================================== --- struts/struts2/branches/STRUTS_3_X/xwork-core/pom.xml (original) +++ struts/struts2/branches/STRUTS_3_X/xwork-core/pom.xml Sat Dec 3 05:08:30 2011 @@ -5,7 +5,7 @@ <parent> <groupId>org.apache.struts</groupId> <artifactId>struts2-parent</artifactId> - <version>2.3.1-SNAPSHOT</version> + <version>3.0-SNAPSHOT</version> </parent> <groupId>org.apache.struts.xwork</groupId>