Author: lukaszlenart Date: Tue Jun 22 14:34:41 2010 New Revision: 956905 URL: http://svn.apache.org/viewvc?rev=956905&view=rev Log: Upgrade to latest 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=956905&r1=956904&r2=956905&view=diff ============================================================================== --- struts/struts2/trunk/pom.xml (original) +++ struts/struts2/trunk/pom.xml Tue Jun 22 14:34:41 2010 @@ -398,7 +398,7 @@ <dependency> <groupId>org.apache.struts</groupId> <artifactId>struts-annotations</artifactId> - <version>1.0.4</version> + <version>1.0.5</version> <scope>compile</scope> <optional>true</optional> </dependency>