Author: krosenvold
Date: Wed Jan 26 22:03:03 2011
New Revision: 1063889
URL: http://svn.apache.org/viewvc?rev=1063889&view=rev
Log:
o Upgraded to build with 2.7.2
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=1063889&r1=1063888&r2=1063889&view=diff
==============================================================================
--- maven/surefire/trunk/pom.xml (original)
+++ maven/surefire/trunk/pom.xml Wed Jan 26 22:03:03 2011
@@ -233,7 +233,7 @@
<plugins>
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
- <version>2.7.1</version>
+ <version>2.7.2</version>
<configuration>
<!-- NOTE: Be sure to isolate the Surefire version under test from
the version running the tests! -->
<useSystemClassLoader>false</useSystemClassLoader>
Modified: maven/surefire/trunk/surefire-integration-tests/pom.xml
URL:
http://svn.apache.org/viewvc/maven/surefire/trunk/surefire-integration-tests/pom.xml?rev=1063889&r1=1063888&r2=1063889&view=diff
==============================================================================
--- maven/surefire/trunk/surefire-integration-tests/pom.xml (original)
+++ maven/surefire/trunk/surefire-integration-tests/pom.xml Wed Jan 26 22:03:03
2011
@@ -176,7 +176,7 @@
</plugin>
<plugin>
<artifactId>maven-failsafe-plugin</artifactId>
- <version>2.7.1</version>
+ <version>2.7.2</version>
<configuration>
<!-- Pass current surefire version to the main suite so that it -->
<!-- can forward to all integration test projects. SUREFIRE-513 -->