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 2007/10/16 16:47:27 UTC

svn commit: r585160 - /struts/struts2/trunk/plugins/dojo/pom.xml

Author: hermanns
Date: Tue Oct 16 07:47:24 2007
New Revision: 585160

URL: http://svn.apache.org/viewvc?rev=585160&view=rev
Log:
Resolve snapshot dependencies
o dojo plugin still used struts-annotations-1.0.2-SNAPSHOT

Issue Number: WW-2151

Modified:
    struts/struts2/trunk/plugins/dojo/pom.xml

Modified: struts/struts2/trunk/plugins/dojo/pom.xml
URL: http://svn.apache.org/viewvc/struts/struts2/trunk/plugins/dojo/pom.xml?rev=585160&r1=585159&r2=585160&view=diff
==============================================================================
--- struts/struts2/trunk/plugins/dojo/pom.xml (original)
+++ struts/struts2/trunk/plugins/dojo/pom.xml Tue Oct 16 07:47:24 2007
@@ -213,7 +213,7 @@
         <dependency>
             <groupId>org.apache.struts</groupId>
             <artifactId>struts-annotations</artifactId>
-            <version>1.0.2-SNAPSHOT</version>
+            <version>1.0.2</version>
             <optional>true</optional>
         </dependency>
     </dependencies>
@@ -238,4 +238,4 @@
             </plugin>
         </plugins>
     </reporting>
-</project>
\ No newline at end of file
+</project>