Author: mrdon Date: Thu Apr 17 01:30:44 2008 New Revision: 649001 URL: http://svn.apache.org/viewvc?rev=649001&view=rev Log: Upgrading to struts-annotations 1.0.3 WW-2421
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?rev=649001&r1=649000&r2=649001&view=diff ============================================================================== --- struts/struts2/trunk/core/pom.xml (original) +++ struts/struts2/trunk/core/pom.xml Thu Apr 17 01:30:44 2008 @@ -396,7 +396,7 @@ <dependency> <groupId>org.apache.struts</groupId> <artifactId>struts-annotations</artifactId> - <version>1.0.3-20080216.121126-3</version> + <version>1.0.3</version> <scope>compile</scope> <optional>true</optional> </dependency>