Author: stephenc
Date: Sun Jan 17 10:59:04 2010
New Revision: 900095
URL: http://svn.apache.org/viewvc?rev=900095&view=rev
Log:
switch to the latest release versions of surefire and failsafe
Modified:
maven/surefire/trunk/pom.xml
maven/surefire/trunk/surefire-integration-tests/pom.xml
Modified: maven/surefire/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/maven/surefire/trunk/pom.xml?rev=900095&r1=900094&r2=900095&view=diff
==============================================================================
--- maven/surefire/trunk/pom.xml (original)
+++ maven/surefire/trunk/pom.xml Sun Jan 17 10:59:04 2010
@@ -154,7 +154,7 @@
<plugins>
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
- <version>2.3.1</version>
+ <version>2.5</version>
</plugin>
<plugin>
<artifactId>maven-release-plugin</artifactId>
Modified: maven/surefire/trunk/surefire-integration-tests/pom.xml
URL:
http://svn.apache.org/viewvc/maven/surefire/trunk/surefire-integration-tests/pom.xml?rev=900095&r1=900094&r2=900095&view=diff
==============================================================================
--- maven/surefire/trunk/surefire-integration-tests/pom.xml (original)
+++ maven/surefire/trunk/surefire-integration-tests/pom.xml Sun Jan 17 10:59:04
2010
@@ -152,9 +152,8 @@
</configuration>
</plugin>
<plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>failsafe-maven-plugin</artifactId>
- <version>2.4.3-alpha-1</version>
+ <artifactId>maven-failsafe-plugin</artifactId>
+ <version>2.5</version>
<configuration>
<!-- Pass current surefire version to the main suite so that it -->
<!-- can forward to all integration test projects. SUREFIRE-513 -->