Author: mrdon Date: Sun Feb 17 01:11:00 2008 New Revision: 628459 URL: http://svn.apache.org/viewvc?rev=628459&view=rev Log: Backing out the 1.0.3 upgrade until struts-annotations 1.0.3 gets officially released
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=628459&r1=628458&r2=628459&view=diff ============================================================================== --- struts/struts2/trunk/core/pom.xml (original) +++ struts/struts2/trunk/core/pom.xml Sun Feb 17 01:11:00 2008 @@ -422,7 +422,7 @@ <dependency> <groupId>org.apache.struts</groupId> <artifactId>struts-annotations</artifactId> - <version>1.0.3</version> + <version>1.0.3-20080216.121126-3</version> <optional>true</optional> </dependency>