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 2007/05/20 00:18:57 UTC

svn commit: r539805 - /struts/struts2/branches/STRUTS_2_0_X/core/pom.xml

Author: mrdon
Date: Sat May 19 15:18:56 2007
New Revision: 539805

URL: http://svn.apache.org/viewvc?view=rev&rev=539805
Log:
Changed to correct snapshot jar of struts-annotations
WW-1834

Modified:
    struts/struts2/branches/STRUTS_2_0_X/core/pom.xml

Modified: struts/struts2/branches/STRUTS_2_0_X/core/pom.xml
URL: http://svn.apache.org/viewvc/struts/struts2/branches/STRUTS_2_0_X/core/pom.xml?view=diff&rev=539805&r1=539804&r2=539805
==============================================================================
--- struts/struts2/branches/STRUTS_2_0_X/core/pom.xml (original)
+++ struts/struts2/branches/STRUTS_2_0_X/core/pom.xml Sat May 19 15:18:56 2007
@@ -461,7 +461,7 @@
         <dependency>
             <groupId>org.apache.struts</groupId>
             <artifactId>struts-annotations</artifactId>
-            <version>1.0-SNAPSHOT</version>
+            <version>1.0.2-SNAPSHOT</version>
             <optional>true</optional>
         </dependency>