Author: musachy Date: Tue Dec 23 18:37:34 2008 New Revision: 729196 URL: http://svn.apache.org/viewvc?rev=729196&view=rev Log: WW-2623 update dependency on struts annotations
Modified: struts/struts2/trunk/pom.xml Modified: struts/struts2/trunk/pom.xml URL: http://svn.apache.org/viewvc/struts/struts2/trunk/pom.xml?rev=729196&r1=729195&r2=729196&view=diff ============================================================================== --- struts/struts2/trunk/pom.xml (original) +++ struts/struts2/trunk/pom.xml Tue Dec 23 18:37:34 2008 @@ -382,7 +382,7 @@ <dependency> <groupId>org.apache.struts</groupId> <artifactId>struts-annotations</artifactId> - <version>1.0.4-20080729.133507-4</version> + <version>1.0.4</version> <scope>compile</scope> <optional>true</optional> </dependency>