You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by hu...@apache.org on 2007/09/13 03:41:56 UTC

svn commit: r575137 - in /struts/struts2/branches/STRUTS_2_0_X: ./ apps/ apps/blank/ apps/mailreader/ apps/mailreader/src/main/java/ apps/mailreader/src/main/webapp/ apps/portlet/ apps/showcase/ assembly/ backport/ core/ plugins/ plugins/codebehind/ pl...

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 @@
 
   &lt;display-name>Struts 2 MailReader&lt;/display-name>
 
-  <strong>&lt;filter>
-    &lt;filter-name>struts2&lt;/filter-name>
-    &lt;filter-class>
+  <strong>&lt;filter&gt;
+    &lt;filter-name&gt;struts2&lt;/filter-name&gt;
+    &lt;filter-class&gt;
       org.apache.struts2.dispatcher.FilterDispatcher
-    &lt;/filter-class>
-   &lt;/filter></strong>
+    &lt;/filter-class&gt;
+   &lt;/filter&gt;</strong>
 
-  &lt;filter-mapping>
-    &lt;filter-name><strong>struts2</strong>&lt;/filter-name>
-    &lt;url-pattern>/*&lt;/url-pattern>
-  &lt;/filter-mapping>
+  &lt;filter-mapping&gt;
+    &lt;filter-name&gt;<strong>struts2</strong>&lt;/filter-name&gt;
+    &lt;url-pattern&gt;/*&lt;/url-pattern&gt;
+  &lt;/filter-mapping&gt;
 
-  &lt;listener>
-    &lt;listener-class>
+  &lt;listener&gt;
+    &lt;listener-class&gt;
       org.springframework.web.context.ContextLoaderListener
-    &lt;/listener-class>
-  &lt;/listener>
+    &lt;/listener-class&gt;
+  &lt;/listener&gt;
 
-  &lt;!-- Application Listener for MailReader database -->
-  &lt;listener>
-    &lt;listener-class>
+  &lt;!-- Application Listener for MailReader database --&gt;
+  &lt;listener&gt;
+    &lt;listener-class&gt;
       mailreader2.ApplicationListener
-    &lt;/listener-class>
-  &lt;/listener>
+    &lt;/listener-class&gt;
+  &lt;/listener&gt;
 
-  &lt;welcome-file-list>
-    &lt;welcome-file>index.html&lt;/welcome-file>
-  &lt;/welcome-file-list>
+  &lt;welcome-file-list&gt;
+    &lt;welcome-file&gt;index.html&lt;/welcome-file&gt;
+  &lt;/welcome-file-list&gt;
 
-  &lt;/web-app></code></pre>
+  &lt;/web-app&gt;</code></pre>
 <hr/>
 
 <p>
@@ -281,13 +281,13 @@
 
 <hr/>
 <h5>MailReader's index.html</h5>
-<pre><code>&lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-&lt;html>&lt;head>
-  &lt;META HTTP-EQUIV="Refresh" CONTENT="0;<strong>URL=Welcome.do</strong>">
-  &lt;/head>
-  &lt;body>
-    &lt;p>Loading ...&lt;/p>
-&lt;/body>&lt;/html></code></pre>
+<pre><code>&lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"&gt;
+&lt;html&gt;&lt;head&gt;
+  &lt;META HTTP-EQUIV="Refresh" CONTENT="0;<strong>URL=Welcome.do</strong>"&gt;
+  &lt;/head&gt;
+  &lt;body&gt;
+    &lt;p&gt;Loading ...&lt;/p&gt;
+&lt;/body&gt;&lt;/html&gt;</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>