Author: hermanns Date: Thu Apr 12 00:42:56 2007 New Revision: 527821 URL: http://svn.apache.org/viewvc?view=rev&rev=527821 Log: Upgrading surefire plugin to version 2.3 to get rid off strange unit test failures
Modified: struts/struts2/branches/STRUTS_2_0_X/pom.xml Modified: struts/struts2/branches/STRUTS_2_0_X/pom.xml URL: http://svn.apache.org/viewvc/struts/struts2/branches/STRUTS_2_0_X/pom.xml?view=diff&rev=527821&r1=527820&r2=527821 ============================================================================== --- struts/struts2/branches/STRUTS_2_0_X/pom.xml (original) +++ struts/struts2/branches/STRUTS_2_0_X/pom.xml Thu Apr 12 00:42:56 2007 @@ -242,10 +242,9 @@ </configuration> </plugin> <plugin> - - <!-- Using 2.1.3 because of http://jira.codehaus.org/browse/MSUREFIRE-114 --> + <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> - <version>2.1.3</version> + <version>2.3</version> <configuration> <includes> <include>**/*Test.java</include>