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/09/21 16:27:43 UTC

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

Author: wesw
Date: Mon Sep 21 14:27:43 2009
New Revision: 817269

URL: http://svn.apache.org/viewvc?rev=817269&view=rev
Log:
WW-3253
updating poms to point to xwork-core 2.1.6 release

Modified:
    struts/struts2/trunk/assembly/   (props changed)
    struts/struts2/trunk/assembly/pom.xml
    struts/struts2/trunk/core/pom.xml

Propchange: struts/struts2/trunk/assembly/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Mon Sep 21 14:27:43 2009
@@ -5,3 +5,4 @@
 *.iml
 *.iws
 target
+2.x

Modified: struts/struts2/trunk/assembly/pom.xml
URL: http://svn.apache.org/viewvc/struts/struts2/trunk/assembly/pom.xml?rev=817269&r1=817268&r2=817269&view=diff
==============================================================================
--- struts/struts2/trunk/assembly/pom.xml (original)
+++ struts/struts2/trunk/assembly/pom.xml Mon Sep 21 14:27:43 2009
@@ -72,7 +72,7 @@
                     <dependency>
                         <groupId>com.opensymphony</groupId>
                         <artifactId>xwork-core</artifactId>
-                        <version>2.1.4</version>
+                        <version>2.1.6</version>
                         <type>jar</type>
                         <classifier>jdk14</classifier>
                         <scope>runtime</scope>
@@ -259,7 +259,7 @@
                                     <groupId>com.opensymphony</groupId>
                                     <artifactId>xwork-core</artifactId>
                                     <classifier>javadoc</classifier>
-                                    <version>2.1.4</version>
+                                    <version>2.1.6</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=817269&r1=817268&r2=817269&view=diff
==============================================================================
--- struts/struts2/trunk/core/pom.xml (original)
+++ struts/struts2/trunk/core/pom.xml Mon Sep 21 14:27:43 2009
@@ -56,7 +56,7 @@
                                 <artifactItem>
                                     <groupId>com.opensymphony</groupId>
                                     <artifactId>xwork-core</artifactId>
-                                    <version>2.1.6-SNAPSHOT</version>
+                                    <version>2.1.6</version>
                                     <classifier>sources</classifier>
                                 </artifactItem>
                             </artifactItems>
@@ -229,7 +229,7 @@
         <dependency>
             <groupId>com.opensymphony</groupId>
             <artifactId>xwork-core</artifactId>
-            <version>2.1.6-SNAPSHOT</version>
+            <version>2.1.6</version>
         </dependency>
 
         <!--<dependency>-->