You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by hu...@apache.org on 2006/11/30 05:01:28 UTC

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

Author: husted
Date: Wed Nov 29 20:01:27 2006
New Revision: 480823

URL: http://svn.apache.org/viewvc?view=rev&rev=480823
Log:
WW-1483 Update dependency to XWork 2 Beta 2, but we need the -sources.jar or -javadoc.jar in the OS repository to run the final assembly:assembly stage. 

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?view=diff&rev=480823&r1=480822&r2=480823
==============================================================================
--- struts/struts2/trunk/assembly/pom.xml (original)
+++ struts/struts2/trunk/assembly/pom.xml Wed Nov 29 20:01:27 2006
@@ -103,7 +103,7 @@
                                     <groupId>opensymphony</groupId>
                                     <artifactId>xwork</artifactId>
                                     <classifier>javadoc</classifier>
-                                    <version>2.0-SNAPSHOT</version>
+                                    <version>2.0-beta-2</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?view=diff&rev=480823&r1=480822&r2=480823
==============================================================================
--- struts/struts2/trunk/core/pom.xml (original)
+++ struts/struts2/trunk/core/pom.xml Wed Nov 29 20:01:27 2006
@@ -139,7 +139,7 @@
         <dependency>
             <groupId>opensymphony</groupId>
             <artifactId>xwork</artifactId>
-            <version>2.0-SNAPSHOT</version>
+            <version>2.0-beta-2</version>
         </dependency>
 
         <dependency>