Author: hermanns
Date: Thu May 28 20:39:38 2009
New Revision: 779762

URL: http://svn.apache.org/viewvc?rev=779762&view=rev
Log:
Updating xwork version to 2.1.4

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=779762&r1=779761&r2=779762&view=diff
==============================================================================
--- struts/struts2/trunk/assembly/pom.xml (original)
+++ struts/struts2/trunk/assembly/pom.xml Thu May 28 20:39:38 2009
@@ -71,8 +71,8 @@
 
                     <dependency>
                         <groupId>com.opensymphony</groupId>
-                        <artifactId>xwork</artifactId>
-                        <version>2.1.4-SNAPSHOT</version>
+                        <artifactId>xwork-core</artifactId>
+                        <version>2.1.4</version>
                         <type>jar</type>
                         <classifier>jdk14</classifier>
                         <scope>runtime</scope>
@@ -234,7 +234,7 @@
                         </configuration>
                     </execution>
                     <execution>
-                        <id>xwork-javadoc</id>
+                        <id>xwork-core-javadoc</id>
                         <phase>package</phase>
                         <goals>
                             <goal>unpack</goal>
@@ -243,9 +243,9 @@
                             <artifactItems>
                                 <artifactItem>
                                     <groupId>com.opensymphony</groupId>
-                                    <artifactId>xwork</artifactId>
+                                    <artifactId>xwork-core</artifactId>
                                     <classifier>javadoc</classifier>
-                                    <version>2.1.3</version>
+                                    <version>2.1.4</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=779762&r1=779761&r2=779762&view=diff
==============================================================================
--- struts/struts2/trunk/core/pom.xml (original)
+++ struts/struts2/trunk/core/pom.xml Thu May 28 20:39:38 2009
@@ -56,7 +56,7 @@
                                 <artifactItem>
                                     <groupId>com.opensymphony</groupId>
                                     <artifactId>xwork-core</artifactId>
-                                    <version>2.1.4-SNAPSHOT</version>
+                                    <version>2.1.4</version>
                                     <classifier>sources</classifier>
                                 </artifactItem>
                             </artifactItems>
@@ -229,7 +229,7 @@
         <dependency>
             <groupId>com.opensymphony</groupId>
             <artifactId>xwork-core</artifactId>
-            <version>2.1.4-SNAPSHOT</version>
+            <version>2.1.4</version>
         </dependency>
 
         <!--<dependency>-->


Reply via email to