You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by we...@apache.org on 2009/04/27 04:08:08 UTC

svn commit: r768854 - in /struts/struts2/trunk: assembly/pom.xml core/pom.xml

Author: wesw
Date: Mon Apr 27 02:08:07 2009
New Revision: 768854

URL: http://svn.apache.org/viewvc?rev=768854&view=rev
Log:
WW-3100 changing to point to xwork 2.1.3 release in anticipation of struts 2.1.7 release

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=768854&r1=768853&r2=768854&view=diff
==============================================================================
--- struts/struts2/trunk/assembly/pom.xml (original)
+++ struts/struts2/trunk/assembly/pom.xml Mon Apr 27 02:08:07 2009
@@ -72,7 +72,7 @@
                     <dependency>
                         <groupId>com.opensymphony</groupId>
                         <artifactId>xwork</artifactId>
-                        <version>2.1.2</version>
+                        <version>2.1.3</version>
                         <type>jar</type>
                         <classifier>jdk14</classifier>
                         <scope>runtime</scope>
@@ -245,7 +245,7 @@
                                     <groupId>com.opensymphony</groupId>
                                     <artifactId>xwork</artifactId>
                                     <classifier>javadoc</classifier>
-                                    <version>2.1.2</version>
+                                    <version>2.1.3</version>
                                 </artifactItem>
                             </artifactItems>
                             <outputDirectory>${project.build.directory}/xwork-apidocs</outputDirectory>

Modified: struts/struts2/trunk/core/pom.xml
URL: http://svn.apache.org/viewvc/struts/struts2/trunk/core/pom.xml?rev=768854&r1=768853&r2=768854&view=diff
==============================================================================
--- struts/struts2/trunk/core/pom.xml (original)
+++ struts/struts2/trunk/core/pom.xml Mon Apr 27 02:08:07 2009
@@ -56,7 +56,7 @@
                                 <artifactItem>
                                     <groupId>com.opensymphony</groupId>
                                     <artifactId>xwork</artifactId>
-                                    <version>2.1.3-SNAPSHOT</version>
+                                    <version>2.1.3</version>
                                     <classifier>sources</classifier>
                                 </artifactItem>
                             </artifactItems>
@@ -229,7 +229,7 @@
         <dependency>
             <groupId>com.opensymphony</groupId>
             <artifactId>xwork</artifactId>
-            <version>2.1.3-SNAPSHOT</version>
+            <version>2.1.3</version>
         </dependency>
 
         <!--<dependency>-->