Author: husted Date: Wed Sep 12 16:34:52 2007 New Revision: 575121 URL: http://svn.apache.org/viewvc?rev=575121&view=rev Log: ww-2054 Update POMs for second 2.0.10 run. Fix portlet artifact name.
Modified: struts/struts2/branches/STRUTS_2_0_X/apps/blank/pom.xml struts/struts2/branches/STRUTS_2_0_X/apps/mailreader/pom.xml struts/struts2/branches/STRUTS_2_0_X/apps/pom.xml struts/struts2/branches/STRUTS_2_0_X/apps/portlet/pom.xml struts/struts2/branches/STRUTS_2_0_X/apps/showcase/pom.xml struts/struts2/branches/STRUTS_2_0_X/core/pom.xml struts/struts2/branches/STRUTS_2_0_X/plugins/codebehind/pom.xml struts/struts2/branches/STRUTS_2_0_X/plugins/config-browser/pom.xml struts/struts2/branches/STRUTS_2_0_X/plugins/jasperreports/pom.xml struts/struts2/branches/STRUTS_2_0_X/plugins/jfreechart/pom.xml struts/struts2/branches/STRUTS_2_0_X/plugins/jsf/pom.xml struts/struts2/branches/STRUTS_2_0_X/plugins/pell-multipart/pom.xml struts/struts2/branches/STRUTS_2_0_X/plugins/plexus/pom.xml struts/struts2/branches/STRUTS_2_0_X/plugins/pom.xml struts/struts2/branches/STRUTS_2_0_X/plugins/sitegraph/pom.xml struts/struts2/branches/STRUTS_2_0_X/plugins/sitemesh/pom.xml struts/struts2/branches/STRUTS_2_0_X/plugins/spring/pom.xml struts/struts2/branches/STRUTS_2_0_X/plugins/struts1/pom.xml struts/struts2/branches/STRUTS_2_0_X/plugins/tiles/pom.xml struts/struts2/branches/STRUTS_2_0_X/pom.xml Modified: struts/struts2/branches/STRUTS_2_0_X/apps/blank/pom.xml URL: http://svn.apache.org/viewvc/struts/struts2/branches/STRUTS_2_0_X/apps/blank/pom.xml?rev=575121&r1=575120&r2=575121&view=diff ============================================================================== --- struts/struts2/branches/STRUTS_2_0_X/apps/blank/pom.xml (original) +++ struts/struts2/branches/STRUTS_2_0_X/apps/blank/pom.xml Wed Sep 12 16:34:52 2007 @@ -4,7 +4,7 @@ <parent> <groupId>org.apache.struts</groupId> <artifactId>struts2-apps</artifactId> - <version>2.0.11-SNAPSHOT</version> + <version>2.0.10</version> </parent> <groupId>org.apache.struts</groupId> <artifactId>struts2-blank</artifactId> Modified: struts/struts2/branches/STRUTS_2_0_X/apps/mailreader/pom.xml URL: http://svn.apache.org/viewvc/struts/struts2/branches/STRUTS_2_0_X/apps/mailreader/pom.xml?rev=575121&r1=575120&r2=575121&view=diff ============================================================================== --- struts/struts2/branches/STRUTS_2_0_X/apps/mailreader/pom.xml (original) +++ struts/struts2/branches/STRUTS_2_0_X/apps/mailreader/pom.xml Wed Sep 12 16:34:52 2007 @@ -4,7 +4,7 @@ <parent> <groupId>org.apache.struts</groupId> <artifactId>struts2-apps</artifactId> - <version>2.0.11-SNAPSHOT</version> + <version>2.0.10</version> </parent> <groupId>org.apache.struts</groupId> <artifactId>struts2-mailreader</artifactId> Modified: struts/struts2/branches/STRUTS_2_0_X/apps/pom.xml URL: http://svn.apache.org/viewvc/struts/struts2/branches/STRUTS_2_0_X/apps/pom.xml?rev=575121&r1=575120&r2=575121&view=diff ============================================================================== --- struts/struts2/branches/STRUTS_2_0_X/apps/pom.xml (original) +++ struts/struts2/branches/STRUTS_2_0_X/apps/pom.xml Wed Sep 12 16:34:52 2007 @@ -3,7 +3,7 @@ <parent> <groupId>org.apache.struts</groupId> <artifactId>struts2-parent</artifactId> - <version>2.0.11-SNAPSHOT</version> + <version>2.0.10</version> </parent> <groupId>org.apache.struts</groupId> <artifactId>struts2-apps</artifactId> Modified: struts/struts2/branches/STRUTS_2_0_X/apps/portlet/pom.xml URL: http://svn.apache.org/viewvc/struts/struts2/branches/STRUTS_2_0_X/apps/portlet/pom.xml?rev=575121&r1=575120&r2=575121&view=diff ============================================================================== --- struts/struts2/branches/STRUTS_2_0_X/apps/portlet/pom.xml (original) +++ struts/struts2/branches/STRUTS_2_0_X/apps/portlet/pom.xml Wed Sep 12 16:34:52 2007 @@ -4,10 +4,10 @@ <parent> <groupId>org.apache.struts</groupId> <artifactId>struts2-apps</artifactId> - <version>2.0.11-SNAPSHOT</version> + <version>2.0.10</version> </parent> <groupId>org.apache.struts</groupId> - <artifactId>struts2-portlet-branch</artifactId> + <artifactId>struts2-portlet</artifactId> <packaging>war</packaging> <name>Portlet Webapp</name> @@ -61,20 +61,20 @@ <artifactId>commons-lang</artifactId> <version>2.1</version> </dependency> - <dependency> - <groupId>commons-fileupload</groupId> - <artifactId>commons-fileupload</artifactId> - <version>1.1.1</version> - </dependency> - <dependency> - <groupId>commons-collections</groupId> - <artifactId>commons-collections</artifactId> - <version>3.1</version> - </dependency> - <dependency> - <groupId>log4j</groupId> - <artifactId>log4j</artifactId> - <version>1.2.12</version> - </dependency> + <dependency> + <groupId>commons-fileupload</groupId> + <artifactId>commons-fileupload</artifactId> + <version>1.1.1</version> + </dependency> + <dependency> + <groupId>commons-collections</groupId> + <artifactId>commons-collections</artifactId> + <version>3.1</version> + </dependency> + <dependency> + <groupId>log4j</groupId> + <artifactId>log4j</artifactId> + <version>1.2.12</version> + </dependency> </dependencies> </project> Modified: struts/struts2/branches/STRUTS_2_0_X/apps/showcase/pom.xml URL: http://svn.apache.org/viewvc/struts/struts2/branches/STRUTS_2_0_X/apps/showcase/pom.xml?rev=575121&r1=575120&r2=575121&view=diff ============================================================================== --- struts/struts2/branches/STRUTS_2_0_X/apps/showcase/pom.xml (original) +++ struts/struts2/branches/STRUTS_2_0_X/apps/showcase/pom.xml Wed Sep 12 16:34:52 2007 @@ -4,7 +4,7 @@ <parent> <groupId>org.apache.struts</groupId> <artifactId>struts2-apps</artifactId> - <version>2.0.11-SNAPSHOT</version> + <version>2.0.10</version> </parent> <groupId>org.apache.struts</groupId> <artifactId>struts2-showcase</artifactId> Modified: struts/struts2/branches/STRUTS_2_0_X/core/pom.xml URL: http://svn.apache.org/viewvc/struts/struts2/branches/STRUTS_2_0_X/core/pom.xml?rev=575121&r1=575120&r2=575121&view=diff ============================================================================== --- struts/struts2/branches/STRUTS_2_0_X/core/pom.xml (original) +++ struts/struts2/branches/STRUTS_2_0_X/core/pom.xml Wed Sep 12 16:34:52 2007 @@ -26,7 +26,7 @@ <parent> <groupId>org.apache.struts</groupId> <artifactId>struts2-parent</artifactId> - <version>2.0.11-SNAPSHOT</version> + <version>2.0.10</version> </parent> <groupId>org.apache.struts</groupId> <artifactId>struts2-core</artifactId> Modified: struts/struts2/branches/STRUTS_2_0_X/plugins/codebehind/pom.xml URL: http://svn.apache.org/viewvc/struts/struts2/branches/STRUTS_2_0_X/plugins/codebehind/pom.xml?rev=575121&r1=575120&r2=575121&view=diff ============================================================================== --- struts/struts2/branches/STRUTS_2_0_X/plugins/codebehind/pom.xml (original) +++ struts/struts2/branches/STRUTS_2_0_X/plugins/codebehind/pom.xml Wed Sep 12 16:34:52 2007 @@ -26,7 +26,7 @@ <parent> <groupId>org.apache.struts</groupId> <artifactId>struts2-plugins</artifactId> - <version>2.0.11-SNAPSHOT</version> + <version>2.0.10</version> </parent> <groupId>org.apache.struts</groupId> <artifactId>struts2-codebehind-plugin</artifactId> Modified: struts/struts2/branches/STRUTS_2_0_X/plugins/config-browser/pom.xml URL: http://svn.apache.org/viewvc/struts/struts2/branches/STRUTS_2_0_X/plugins/config-browser/pom.xml?rev=575121&r1=575120&r2=575121&view=diff ============================================================================== --- struts/struts2/branches/STRUTS_2_0_X/plugins/config-browser/pom.xml (original) +++ struts/struts2/branches/STRUTS_2_0_X/plugins/config-browser/pom.xml Wed Sep 12 16:34:52 2007 @@ -26,7 +26,7 @@ <parent> <groupId>org.apache.struts</groupId> <artifactId>struts2-plugins</artifactId> - <version>2.0.11-SNAPSHOT</version> + <version>2.0.10</version> </parent> <groupId>org.apache.struts</groupId> <artifactId>struts2-config-browser-plugin</artifactId> Modified: struts/struts2/branches/STRUTS_2_0_X/plugins/jasperreports/pom.xml URL: http://svn.apache.org/viewvc/struts/struts2/branches/STRUTS_2_0_X/plugins/jasperreports/pom.xml?rev=575121&r1=575120&r2=575121&view=diff ============================================================================== --- struts/struts2/branches/STRUTS_2_0_X/plugins/jasperreports/pom.xml (original) +++ struts/struts2/branches/STRUTS_2_0_X/plugins/jasperreports/pom.xml Wed Sep 12 16:34:52 2007 @@ -26,7 +26,7 @@ <parent> <groupId>org.apache.struts</groupId> <artifactId>struts2-plugins</artifactId> - <version>2.0.11-SNAPSHOT</version> + <version>2.0.10</version> </parent> <groupId>org.apache.struts</groupId> <artifactId>struts2-jasperreports-plugin</artifactId> Modified: struts/struts2/branches/STRUTS_2_0_X/plugins/jfreechart/pom.xml URL: http://svn.apache.org/viewvc/struts/struts2/branches/STRUTS_2_0_X/plugins/jfreechart/pom.xml?rev=575121&r1=575120&r2=575121&view=diff ============================================================================== --- struts/struts2/branches/STRUTS_2_0_X/plugins/jfreechart/pom.xml (original) +++ struts/struts2/branches/STRUTS_2_0_X/plugins/jfreechart/pom.xml Wed Sep 12 16:34:52 2007 @@ -26,7 +26,7 @@ <parent> <groupId>org.apache.struts</groupId> <artifactId>struts2-plugins</artifactId> - <version>2.0.11-SNAPSHOT</version> + <version>2.0.10</version> </parent> <groupId>org.apache.struts</groupId> <artifactId>struts2-jfreechart-plugin</artifactId> Modified: struts/struts2/branches/STRUTS_2_0_X/plugins/jsf/pom.xml URL: http://svn.apache.org/viewvc/struts/struts2/branches/STRUTS_2_0_X/plugins/jsf/pom.xml?rev=575121&r1=575120&r2=575121&view=diff ============================================================================== --- struts/struts2/branches/STRUTS_2_0_X/plugins/jsf/pom.xml (original) +++ struts/struts2/branches/STRUTS_2_0_X/plugins/jsf/pom.xml Wed Sep 12 16:34:52 2007 @@ -26,7 +26,7 @@ <parent> <groupId>org.apache.struts</groupId> <artifactId>struts2-plugins</artifactId> - <version>2.0.11-SNAPSHOT</version> + <version>2.0.10</version> </parent> <groupId>org.apache.struts</groupId> <artifactId>struts2-jsf-plugin</artifactId> Modified: struts/struts2/branches/STRUTS_2_0_X/plugins/pell-multipart/pom.xml URL: http://svn.apache.org/viewvc/struts/struts2/branches/STRUTS_2_0_X/plugins/pell-multipart/pom.xml?rev=575121&r1=575120&r2=575121&view=diff ============================================================================== --- struts/struts2/branches/STRUTS_2_0_X/plugins/pell-multipart/pom.xml (original) +++ struts/struts2/branches/STRUTS_2_0_X/plugins/pell-multipart/pom.xml Wed Sep 12 16:34:52 2007 @@ -26,7 +26,7 @@ <parent> <groupId>org.apache.struts</groupId> <artifactId>struts2-plugins</artifactId> - <version>2.0.11-SNAPSHOT</version> + <version>2.0.10</version> </parent> <groupId>org.apache.struts</groupId> <artifactId>struts2-pell-multipart-plugin</artifactId> Modified: struts/struts2/branches/STRUTS_2_0_X/plugins/plexus/pom.xml URL: http://svn.apache.org/viewvc/struts/struts2/branches/STRUTS_2_0_X/plugins/plexus/pom.xml?rev=575121&r1=575120&r2=575121&view=diff ============================================================================== --- struts/struts2/branches/STRUTS_2_0_X/plugins/plexus/pom.xml (original) +++ struts/struts2/branches/STRUTS_2_0_X/plugins/plexus/pom.xml Wed Sep 12 16:34:52 2007 @@ -26,7 +26,7 @@ <parent> <groupId>org.apache.struts</groupId> <artifactId>struts2-plugins</artifactId> - <version>2.0.11-SNAPSHOT</version> + <version>2.0.10</version> </parent> <groupId>org.apache.struts</groupId> <artifactId>struts2-plexus-plugin</artifactId> Modified: struts/struts2/branches/STRUTS_2_0_X/plugins/pom.xml URL: http://svn.apache.org/viewvc/struts/struts2/branches/STRUTS_2_0_X/plugins/pom.xml?rev=575121&r1=575120&r2=575121&view=diff ============================================================================== --- struts/struts2/branches/STRUTS_2_0_X/plugins/pom.xml (original) +++ struts/struts2/branches/STRUTS_2_0_X/plugins/pom.xml Wed Sep 12 16:34:52 2007 @@ -26,7 +26,7 @@ <parent> <groupId>org.apache.struts</groupId> <artifactId>struts2-parent</artifactId> - <version>2.0.11-SNAPSHOT</version> + <version>2.0.10</version> </parent> <groupId>org.apache.struts</groupId> <artifactId>struts2-plugins</artifactId> Modified: struts/struts2/branches/STRUTS_2_0_X/plugins/sitegraph/pom.xml URL: http://svn.apache.org/viewvc/struts/struts2/branches/STRUTS_2_0_X/plugins/sitegraph/pom.xml?rev=575121&r1=575120&r2=575121&view=diff ============================================================================== --- struts/struts2/branches/STRUTS_2_0_X/plugins/sitegraph/pom.xml (original) +++ struts/struts2/branches/STRUTS_2_0_X/plugins/sitegraph/pom.xml Wed Sep 12 16:34:52 2007 @@ -26,7 +26,7 @@ <parent> <groupId>org.apache.struts</groupId> <artifactId>struts2-plugins</artifactId> - <version>2.0.11-SNAPSHOT</version> + <version>2.0.10</version> </parent> <groupId>org.apache.struts</groupId> <artifactId>struts2-sitegraph-plugin</artifactId> Modified: struts/struts2/branches/STRUTS_2_0_X/plugins/sitemesh/pom.xml URL: http://svn.apache.org/viewvc/struts/struts2/branches/STRUTS_2_0_X/plugins/sitemesh/pom.xml?rev=575121&r1=575120&r2=575121&view=diff ============================================================================== --- struts/struts2/branches/STRUTS_2_0_X/plugins/sitemesh/pom.xml (original) +++ struts/struts2/branches/STRUTS_2_0_X/plugins/sitemesh/pom.xml Wed Sep 12 16:34:52 2007 @@ -26,7 +26,7 @@ <parent> <groupId>org.apache.struts</groupId> <artifactId>struts2-plugins</artifactId> - <version>2.0.11-SNAPSHOT</version> + <version>2.0.10</version> </parent> <groupId>org.apache.struts</groupId> <artifactId>struts2-sitemesh-plugin</artifactId> Modified: struts/struts2/branches/STRUTS_2_0_X/plugins/spring/pom.xml URL: http://svn.apache.org/viewvc/struts/struts2/branches/STRUTS_2_0_X/plugins/spring/pom.xml?rev=575121&r1=575120&r2=575121&view=diff ============================================================================== --- struts/struts2/branches/STRUTS_2_0_X/plugins/spring/pom.xml (original) +++ struts/struts2/branches/STRUTS_2_0_X/plugins/spring/pom.xml Wed Sep 12 16:34:52 2007 @@ -26,7 +26,7 @@ <parent> <groupId>org.apache.struts</groupId> <artifactId>struts2-plugins</artifactId> - <version>2.0.11-SNAPSHOT</version> + <version>2.0.10</version> </parent> <groupId>org.apache.struts</groupId> <artifactId>struts2-spring-plugin</artifactId> Modified: struts/struts2/branches/STRUTS_2_0_X/plugins/struts1/pom.xml URL: http://svn.apache.org/viewvc/struts/struts2/branches/STRUTS_2_0_X/plugins/struts1/pom.xml?rev=575121&r1=575120&r2=575121&view=diff ============================================================================== --- struts/struts2/branches/STRUTS_2_0_X/plugins/struts1/pom.xml (original) +++ struts/struts2/branches/STRUTS_2_0_X/plugins/struts1/pom.xml Wed Sep 12 16:34:52 2007 @@ -26,7 +26,7 @@ <parent> <groupId>org.apache.struts</groupId> <artifactId>struts2-plugins</artifactId> - <version>2.0.11-SNAPSHOT</version> + <version>2.0.10</version> </parent> <groupId>org.apache.struts</groupId> <artifactId>struts2-struts1-plugin</artifactId> Modified: struts/struts2/branches/STRUTS_2_0_X/plugins/tiles/pom.xml URL: http://svn.apache.org/viewvc/struts/struts2/branches/STRUTS_2_0_X/plugins/tiles/pom.xml?rev=575121&r1=575120&r2=575121&view=diff ============================================================================== --- struts/struts2/branches/STRUTS_2_0_X/plugins/tiles/pom.xml (original) +++ struts/struts2/branches/STRUTS_2_0_X/plugins/tiles/pom.xml Wed Sep 12 16:34:52 2007 @@ -26,7 +26,7 @@ <parent> <groupId>org.apache.struts</groupId> <artifactId>struts2-plugins</artifactId> - <version>2.0.11-SNAPSHOT</version> + <version>2.0.10</version> </parent> <groupId>org.apache.struts</groupId> <artifactId>struts2-tiles-plugin</artifactId> Modified: struts/struts2/branches/STRUTS_2_0_X/pom.xml URL: http://svn.apache.org/viewvc/struts/struts2/branches/STRUTS_2_0_X/pom.xml?rev=575121&r1=575120&r2=575121&view=diff ============================================================================== --- struts/struts2/branches/STRUTS_2_0_X/pom.xml (original) +++ struts/struts2/branches/STRUTS_2_0_X/pom.xml Wed Sep 12 16:34:52 2007 @@ -9,7 +9,7 @@ <modelVersion>4.0.0</modelVersion> <groupId>org.apache.struts</groupId> <artifactId>struts2-parent</artifactId> - <version>2.0.11-SNAPSHOT</version> + <version>2.0.10</version> <packaging>pom</packaging> <name>Struts 2</name> <url>http://struts.apache.org/struts2</url> @@ -253,7 +253,7 @@ </executions> </plugin> <plugin> - <groupId>org.apache.maven.plugins</groupId> + <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-release-plugin</artifactId> <configuration> <useReleaseProfile>false</useReleaseProfile>