Author: mrdon Date: Thu Apr 17 03:34:27 2008 New Revision: 649044 URL: http://svn.apache.org/viewvc?rev=649044&view=rev Log: Adding cargo version to fix tests
Modified: struts/struts2/branches/STRUTS_2_0_X/apps/pom.xml Modified: struts/struts2/branches/STRUTS_2_0_X/apps/pom.xml URL: http://svn.apache.org/viewvc/struts/struts2/branches/STRUTS_2_0_X/apps/pom.xml?rev=649044&r1=649043&r2=649044&view=diff ============================================================================== --- struts/struts2/branches/STRUTS_2_0_X/apps/pom.xml (original) +++ struts/struts2/branches/STRUTS_2_0_X/apps/pom.xml Thu Apr 17 03:34:27 2008 @@ -109,6 +109,7 @@ <plugin> <groupId>org.codehaus.cargo</groupId> <artifactId>cargo-maven2-plugin</artifactId> + <version>0.3.1</version> <configuration> <container> <containerId>tomcat5x</containerId> @@ -166,4 +167,4 @@ </dependency> </dependencies> -</project> \ No newline at end of file +</project>