You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by he...@apache.org on 2008/04/01 12:54:41 UTC

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

Author: hermanns
Date: Tue Apr  1 03:54:28 2008
New Revision: 643358

URL: http://svn.apache.org/viewvc?rev=643358&view=rev
Log:
WW-2421 
Use XWork 2.1.1 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=643358&r1=643357&r2=643358&view=diff
==============================================================================
--- struts/struts2/trunk/assembly/pom.xml (original)
+++ struts/struts2/trunk/assembly/pom.xml Tue Apr  1 03:54:28 2008
@@ -109,7 +109,7 @@
                                     <groupId>com.opensymphony</groupId>
                                     <artifactId>xwork</artifactId>
                                     <classifier>javadoc</classifier>
-                                    <version>2.1.1-SNAPSHOT</version>
+                                    <version>2.1.1</version>
                                 </artifactItem>
                             </artifactItems>
                             <outputDirectory>${project.build.directory}/xwork-apidocs</outputDirectory>
@@ -246,7 +246,7 @@
         <dependency>
             <groupId>com.opensymphony</groupId>
             <artifactId>xwork</artifactId>
-            <version>2.1.1-SNAPSHOT</version>
+            <version>2.1.1</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=643358&r1=643357&r2=643358&view=diff
==============================================================================
--- struts/struts2/trunk/core/pom.xml (original)
+++ struts/struts2/trunk/core/pom.xml Tue Apr  1 03:54:28 2008
@@ -57,7 +57,7 @@
                                 <artifactItem>
                                     <groupId>com.opensymphony</groupId>
                                     <artifactId>xwork</artifactId>
-                                    <version>2.1.1-SNAPSHOT</version>
+                                    <version>2.1.1</version>
                                     <classifier>sources</classifier>
                                 </artifactItem>
                             </artifactItems>
@@ -228,7 +228,7 @@
         <dependency>
             <groupId>com.opensymphony</groupId>
             <artifactId>xwork</artifactId>
-            <version>2.1.1-SNAPSHOT</version>
+            <version>2.1.1</version>
         </dependency>
 
         <!--<dependency>-->