Author: wesw
Date: Wed May  6 12:27:42 2009
New Revision: 772175

URL: http://svn.apache.org/viewvc?rev=772175&view=rev
Log:
anticipating xwork 2.1.4 release, fixing javadoc in StreamResult, WW-3100

Modified:
    struts/struts2/trunk/assembly/pom.xml
    struts/struts2/trunk/core/pom.xml

Modified: struts/struts2/trunk/assembly/pom.xml
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/assembly/pom.xml?rev=772175&r1=772174&r2=772175&view=diff
==============================================================================
--- struts/struts2/trunk/assembly/pom.xml (original)
+++ struts/struts2/trunk/assembly/pom.xml Wed May  6 12:27:42 2009
@@ -72,7 +72,7 @@
                     <dependency>
                         <groupId>com.opensymphony</groupId>
                         <artifactId>xwork</artifactId>
-                        <version>2.1.3</version>
+                        <version>2.1.4-SNAPSHOT</version>
                         <type>jar</type>
                         <classifier>jdk14</classifier>
                         <scope>runtime</scope>

Modified: struts/struts2/trunk/core/pom.xml
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/core/pom.xml?rev=772175&r1=772174&r2=772175&view=diff
==============================================================================
--- struts/struts2/trunk/core/pom.xml (original)
+++ struts/struts2/trunk/core/pom.xml Wed May  6 12:27:42 2009
@@ -229,7 +229,7 @@
         <dependency>
             <groupId>com.opensymphony</groupId>
             <artifactId>xwork</artifactId>
-            <version>2.1.3</version>
+            <version>2.1.4-SNAPSHOT</version>
         </dependency>
 
         <!--<dependency>-->


Reply via email to