Author: husted Date: Wed Sep 12 18:41:55 2007 New Revision: 575137 URL: http://svn.apache.org/viewvc?rev=575137&view=rev Log: ww-2054 Update POMs for Struts 2.0.11-SNAPSHOT.
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/mailreader/src/main/java/struts.xml struts/struts2/branches/STRUTS_2_0_X/apps/mailreader/src/main/webapp/Login.jsp struts/struts2/branches/STRUTS_2_0_X/apps/mailreader/src/main/webapp/MainMenu.jsp struts/struts2/branches/STRUTS_2_0_X/apps/mailreader/src/main/webapp/Registration.jsp struts/struts2/branches/STRUTS_2_0_X/apps/mailreader/src/main/webapp/Subscription.jsp struts/struts2/branches/STRUTS_2_0_X/apps/mailreader/src/main/webapp/tour.html 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/assembly/pom.xml struts/struts2/branches/STRUTS_2_0_X/backport/translate.bat struts/struts2/branches/STRUTS_2_0_X/backport/translate.sh 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=575137&r1=575136&r2=575137&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 18:41:55 2007 @@ -4,7 +4,7 @@ <parent> <groupId>org.apache.struts</groupId> <artifactId>struts2-apps</artifactId> - <version>2.0.10</version> + <version>2.0.11-SNAPSHOT</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=575137&r1=575136&r2=575137&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 18:41:55 2007 @@ -4,7 +4,7 @@ <parent> <groupId>org.apache.struts</groupId> <artifactId>struts2-apps</artifactId> - <version>2.0.10</version> + <version>2.0.11-SNAPSHOT</version> </parent> <groupId>org.apache.struts</groupId> <artifactId>struts2-mailreader</artifactId> Modified: struts/struts2/branches/STRUTS_2_0_X/apps/mailreader/src/main/java/struts.xml URL: http://svn.apache.org/viewvc/struts/struts2/branches/STRUTS_2_0_X/apps/mailreader/src/main/java/struts.xml?rev=575137&r1=575136&r2=575137&view=diff ============================================================================== --- struts/struts2/branches/STRUTS_2_0_X/apps/mailreader/src/main/java/struts.xml (original) +++ struts/struts2/branches/STRUTS_2_0_X/apps/mailreader/src/main/java/struts.xml Wed Sep 12 18:41:55 2007 @@ -6,7 +6,7 @@ <struts> <constant name="struts.action.extension" value="do" /> - <constant name="struts.devMode" value="false" /> + <constant name="struts.devMode" value="true" /> <constant name="struts.enable.DynamicMethodInvocation" value="false" /> <include file="mailreader-default.xml"/> Modified: struts/struts2/branches/STRUTS_2_0_X/apps/mailreader/src/main/webapp/Login.jsp URL: http://svn.apache.org/viewvc/struts/struts2/branches/STRUTS_2_0_X/apps/mailreader/src/main/webapp/Login.jsp?rev=575137&r1=575136&r2=575137&view=diff ============================================================================== --- struts/struts2/branches/STRUTS_2_0_X/apps/mailreader/src/main/webapp/Login.jsp (original) +++ struts/struts2/branches/STRUTS_2_0_X/apps/mailreader/src/main/webapp/Login.jsp Wed Sep 12 18:41:55 2007 @@ -9,13 +9,16 @@ type="text/css"/> </head> -<body onLoad="self.focus();document.Login.username.focus()"> +<body onload="self.focus();document.Login.username.focus()"> <s:actionerror /> +<s:text name="doesntexist" /> <s:form action="Login" validate="true"> <s:textfield key="username" /> <s:password key="password" showPassword="true"/> + + <s:textfield name="doesntexist" /> <s:submit key="button.save"/> Modified: struts/struts2/branches/STRUTS_2_0_X/apps/mailreader/src/main/webapp/MainMenu.jsp URL: http://svn.apache.org/viewvc/struts/struts2/branches/STRUTS_2_0_X/apps/mailreader/src/main/webapp/MainMenu.jsp?rev=575137&r1=575136&r2=575137&view=diff ============================================================================== --- struts/struts2/branches/STRUTS_2_0_X/apps/mailreader/src/main/webapp/MainMenu.jsp (original) +++ struts/struts2/branches/STRUTS_2_0_X/apps/mailreader/src/main/webapp/MainMenu.jsp Wed Sep 12 18:41:55 2007 @@ -20,6 +20,7 @@ <li><a href="<s:url action="Logout"/>"> <s:text name="mainMenu.logout"/> </a> + </li> </ul> </body> </html> Modified: struts/struts2/branches/STRUTS_2_0_X/apps/mailreader/src/main/webapp/Registration.jsp URL: http://svn.apache.org/viewvc/struts/struts2/branches/STRUTS_2_0_X/apps/mailreader/src/main/webapp/Registration.jsp?rev=575137&r1=575136&r2=575137&view=diff ============================================================================== --- struts/struts2/branches/STRUTS_2_0_X/apps/mailreader/src/main/webapp/Registration.jsp (original) +++ struts/struts2/branches/STRUTS_2_0_X/apps/mailreader/src/main/webapp/Registration.jsp Wed Sep 12 18:41:55 2007 @@ -14,7 +14,7 @@ type="text/css"/> </head> -<body onLoad="self.focus();document.Registration_save_username.focus()"> +<body onload="self.focus();document.Registration_save_username.focus()"> <s:actionerror/> <s:form action="Registration_save" validate="false"> Modified: struts/struts2/branches/STRUTS_2_0_X/apps/mailreader/src/main/webapp/Subscription.jsp URL: http://svn.apache.org/viewvc/struts/struts2/branches/STRUTS_2_0_X/apps/mailreader/src/main/webapp/Subscription.jsp?rev=575137&r1=575136&r2=575137&view=diff ============================================================================== --- struts/struts2/branches/STRUTS_2_0_X/apps/mailreader/src/main/webapp/Subscription.jsp (original) +++ struts/struts2/branches/STRUTS_2_0_X/apps/mailreader/src/main/webapp/Subscription.jsp Wed Sep 12 18:41:55 2007 @@ -17,7 +17,7 @@ type="text/css"/> </head> -<body onLoad="self.focus();document.Subscription.username.focus()"> +<body onload="self.focus();document.Subscription.username.focus()"> <s:actionerror/> <s:form action="Subscription_save" validate="true"> Modified: struts/struts2/branches/STRUTS_2_0_X/apps/mailreader/src/main/webapp/tour.html URL: http://svn.apache.org/viewvc/struts/struts2/branches/STRUTS_2_0_X/apps/mailreader/src/main/webapp/tour.html?rev=575137&r1=575136&r2=575137&view=diff ============================================================================== --- struts/struts2/branches/STRUTS_2_0_X/apps/mailreader/src/main/webapp/tour.html (original) +++ struts/struts2/branches/STRUTS_2_0_X/apps/mailreader/src/main/webapp/tour.html Wed Sep 12 18:41:55 2007 @@ -182,36 +182,36 @@ <display-name>Struts 2 MailReader</display-name> - <strong><filter> - <filter-name>struts2</filter-name> - <filter-class> + <strong><filter> + <filter-name>struts2</filter-name> + <filter-class> org.apache.struts2.dispatcher.FilterDispatcher - </filter-class> - </filter></strong> + </filter-class> + </filter></strong> - <filter-mapping> - <filter-name><strong>struts2</strong></filter-name> - <url-pattern>/*</url-pattern> - </filter-mapping> + <filter-mapping> + <filter-name><strong>struts2</strong></filter-name> + <url-pattern>/*</url-pattern> + </filter-mapping> - <listener> - <listener-class> + <listener> + <listener-class> org.springframework.web.context.ContextLoaderListener - </listener-class> - </listener> + </listener-class> + </listener> - <!-- Application Listener for MailReader database --> - <listener> - <listener-class> + <!-- Application Listener for MailReader database --> + <listener> + <listener-class> mailreader2.ApplicationListener - </listener-class> - </listener> + </listener-class> + </listener> - <welcome-file-list> - <welcome-file>index.html</welcome-file> - </welcome-file-list> + <welcome-file-list> + <welcome-file>index.html</welcome-file> + </welcome-file-list> - </web-app></code></pre> + </web-app></code></pre> <hr/> <p> @@ -281,13 +281,13 @@ <hr/> <h5>MailReader's index.html</h5> -<pre><code><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> -<html><head> - <META HTTP-EQUIV="Refresh" CONTENT="0;<strong>URL=Welcome.do</strong>"> - </head> - <body> - <p>Loading ...</p> -</body></html></code></pre> +<pre><code><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> +<html><head> + <META HTTP-EQUIV="Refresh" CONTENT="0;<strong>URL=Welcome.do</strong>"> + </head> + <body> + <p>Loading ...</p> +</body></html></code></pre> <hr/> <p> 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=575137&r1=575136&r2=575137&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 18:41:55 2007 @@ -3,7 +3,7 @@ <parent> <groupId>org.apache.struts</groupId> <artifactId>struts2-parent</artifactId> - <version>2.0.10</version> + <version>2.0.11-SNAPSHOT</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=575137&r1=575136&r2=575137&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 18:41:55 2007 @@ -4,7 +4,7 @@ <parent> <groupId>org.apache.struts</groupId> <artifactId>struts2-apps</artifactId> - <version>2.0.10</version> + <version>2.0.11-SNAPSHOT</version> </parent> <groupId>org.apache.struts</groupId> <artifactId>struts2-portlet</artifactId> 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=575137&r1=575136&r2=575137&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 18:41:55 2007 @@ -4,7 +4,7 @@ <parent> <groupId>org.apache.struts</groupId> <artifactId>struts2-apps</artifactId> - <version>2.0.10</version> + <version>2.0.11-SNAPSHOT</version> </parent> <groupId>org.apache.struts</groupId> <artifactId>struts2-showcase</artifactId> Modified: struts/struts2/branches/STRUTS_2_0_X/assembly/pom.xml URL: http://svn.apache.org/viewvc/struts/struts2/branches/STRUTS_2_0_X/assembly/pom.xml?rev=575137&r1=575136&r2=575137&view=diff ============================================================================== --- struts/struts2/branches/STRUTS_2_0_X/assembly/pom.xml (original) +++ struts/struts2/branches/STRUTS_2_0_X/assembly/pom.xml Wed Sep 12 18:41:55 2007 @@ -33,7 +33,7 @@ <parent> <groupId>org.apache.struts</groupId> <artifactId>struts2-parent</artifactId> - <version>2.0.10-SNAPSHOT</version> + <version>2.0.11-SNAPSHOT</version> </parent> <scm> Modified: struts/struts2/branches/STRUTS_2_0_X/backport/translate.bat URL: http://svn.apache.org/viewvc/struts/struts2/branches/STRUTS_2_0_X/backport/translate.bat?rev=575137&r1=575136&r2=575137&view=diff ============================================================================== --- struts/struts2/branches/STRUTS_2_0_X/backport/translate.bat (original) +++ struts/struts2/branches/STRUTS_2_0_X/backport/translate.bat Wed Sep 12 18:41:55 2007 @@ -1,2 +1,2 @@ -java -jar retrotranslator-transformer-1.2.0.jar -advanced -srcjar ../lib/struts2-core-2.0.9.jar -destjar struts2-core-j4-2.0.9.jar -java -jar retrotranslator-transformer-1.2.0.jar -advanced -srcjar ../lib/xwork-2.0.4.jar -destjar xwork-j4-2.0.4.jar +java -jar retrotranslator-transformer-1.2.2.jar -advanced -srcjar ../lib/struts2-core-2.0.10.jar -destjar struts2-core-j4-2.0.10.jar +java -jar retrotranslator-transformer-1.2.2.jar -advanced -srcjar ../lib/xwork-2.0.4.jar -destjar xwork-j4-2.0.4.jar Modified: struts/struts2/branches/STRUTS_2_0_X/backport/translate.sh URL: http://svn.apache.org/viewvc/struts/struts2/branches/STRUTS_2_0_X/backport/translate.sh?rev=575137&r1=575136&r2=575137&view=diff ============================================================================== --- struts/struts2/branches/STRUTS_2_0_X/backport/translate.sh (original) +++ struts/struts2/branches/STRUTS_2_0_X/backport/translate.sh Wed Sep 12 18:41:55 2007 @@ -1,3 +1,3 @@ #!/bin/sh -java -jar retrotranslator-transformer-1.2.0.jar -advanced -srcjar ../lib/struts2-core-2.0.9.jar -destjar struts2-core-j4-2.0.9.jar -java -jar retrotranslator-transformer-1.2.0.jar -advanced -srcjar ../lib/xwork-2.0.4.jar -destjar xwork-j4-2.0.4.jar +java -jar retrotranslator-transformer-1.2.2.jar -advanced -srcjar ../lib/struts2-core-2.0.10.jar -destjar struts2-core-j4-2.0.10.jar +java -jar retrotranslator-transformer-1.2.2.jar -advanced -srcjar ../lib/xwork-2.0.4.jar -destjar xwork-j4-2.0.4.jar 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=575137&r1=575136&r2=575137&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 18:41:55 2007 @@ -26,7 +26,7 @@ <parent> <groupId>org.apache.struts</groupId> <artifactId>struts2-parent</artifactId> - <version>2.0.10</version> + <version>2.0.11-SNAPSHOT</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=575137&r1=575136&r2=575137&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 18:41:55 2007 @@ -26,7 +26,7 @@ <parent> <groupId>org.apache.struts</groupId> <artifactId>struts2-plugins</artifactId> - <version>2.0.10</version> + <version>2.0.11-SNAPSHOT</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=575137&r1=575136&r2=575137&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 18:41:55 2007 @@ -26,7 +26,7 @@ <parent> <groupId>org.apache.struts</groupId> <artifactId>struts2-plugins</artifactId> - <version>2.0.10</version> + <version>2.0.11-SNAPSHOT</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=575137&r1=575136&r2=575137&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 18:41:55 2007 @@ -26,7 +26,7 @@ <parent> <groupId>org.apache.struts</groupId> <artifactId>struts2-plugins</artifactId> - <version>2.0.10</version> + <version>2.0.11-SNAPSHOT</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=575137&r1=575136&r2=575137&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 18:41:55 2007 @@ -26,7 +26,7 @@ <parent> <groupId>org.apache.struts</groupId> <artifactId>struts2-plugins</artifactId> - <version>2.0.10</version> + <version>2.0.11-SNAPSHOT</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=575137&r1=575136&r2=575137&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 18:41:55 2007 @@ -26,7 +26,7 @@ <parent> <groupId>org.apache.struts</groupId> <artifactId>struts2-plugins</artifactId> - <version>2.0.10</version> + <version>2.0.11-SNAPSHOT</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=575137&r1=575136&r2=575137&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 18:41:55 2007 @@ -26,7 +26,7 @@ <parent> <groupId>org.apache.struts</groupId> <artifactId>struts2-plugins</artifactId> - <version>2.0.10</version> + <version>2.0.11-SNAPSHOT</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=575137&r1=575136&r2=575137&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 18:41:55 2007 @@ -26,7 +26,7 @@ <parent> <groupId>org.apache.struts</groupId> <artifactId>struts2-plugins</artifactId> - <version>2.0.10</version> + <version>2.0.11-SNAPSHOT</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=575137&r1=575136&r2=575137&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 18:41:55 2007 @@ -26,7 +26,7 @@ <parent> <groupId>org.apache.struts</groupId> <artifactId>struts2-parent</artifactId> - <version>2.0.10</version> + <version>2.0.11-SNAPSHOT</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=575137&r1=575136&r2=575137&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 18:41:55 2007 @@ -26,7 +26,7 @@ <parent> <groupId>org.apache.struts</groupId> <artifactId>struts2-plugins</artifactId> - <version>2.0.10</version> + <version>2.0.11-SNAPSHOT</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=575137&r1=575136&r2=575137&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 18:41:55 2007 @@ -26,7 +26,7 @@ <parent> <groupId>org.apache.struts</groupId> <artifactId>struts2-plugins</artifactId> - <version>2.0.10</version> + <version>2.0.11-SNAPSHOT</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=575137&r1=575136&r2=575137&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 18:41:55 2007 @@ -26,7 +26,7 @@ <parent> <groupId>org.apache.struts</groupId> <artifactId>struts2-plugins</artifactId> - <version>2.0.10</version> + <version>2.0.11-SNAPSHOT</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=575137&r1=575136&r2=575137&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 18:41:55 2007 @@ -26,7 +26,7 @@ <parent> <groupId>org.apache.struts</groupId> <artifactId>struts2-plugins</artifactId> - <version>2.0.10</version> + <version>2.0.11-SNAPSHOT</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=575137&r1=575136&r2=575137&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 18:41:55 2007 @@ -26,7 +26,7 @@ <parent> <groupId>org.apache.struts</groupId> <artifactId>struts2-plugins</artifactId> - <version>2.0.10</version> + <version>2.0.11-SNAPSHOT</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=575137&r1=575136&r2=575137&view=diff ============================================================================== --- struts/struts2/branches/STRUTS_2_0_X/pom.xml (original) +++ struts/struts2/branches/STRUTS_2_0_X/pom.xml Wed Sep 12 18:41:55 2007 @@ -9,7 +9,7 @@ <modelVersion>4.0.0</modelVersion> <groupId>org.apache.struts</groupId> <artifactId>struts2-parent</artifactId> - <version>2.0.10</version> + <version>2.0.11-SNAPSHOT</version> <packaging>pom</packaging> <name>Struts 2</name> <url>http://struts.apache.org/struts2</url>