You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by mr...@apache.org on 2006/12/08 20:58:25 UTC

svn commit: r484718 - /struts/struts2/trunk/core/pom.xml

Author: mrdon
Date: Fri Dec  8 11:58:24 2006
New Revision: 484718

URL: http://svn.apache.org/viewvc?view=rev&rev=484718
Log:
Moving xwork dep to snapshot, since rc1 will be rolled tomorrow
WW-1483

Modified:
    struts/struts2/trunk/core/pom.xml

Modified: struts/struts2/trunk/core/pom.xml
URL: http://svn.apache.org/viewvc/struts/struts2/trunk/core/pom.xml?view=diff&rev=484718&r1=484717&r2=484718
==============================================================================
--- struts/struts2/trunk/core/pom.xml (original)
+++ struts/struts2/trunk/core/pom.xml Fri Dec  8 11:58:24 2006
@@ -139,7 +139,7 @@
         <dependency>
             <groupId>opensymphony</groupId>
             <artifactId>xwork</artifactId>
-            <version>2.0-beta-3</version>
+            <version>2.0-SNAPSHOT</version>
         </dependency>
 
         <dependency>