maven-surefire/0002-Fix-failsafe-plugin-dependency-version.patch
Alexander Kurtakov 5ceba67eed Update to 2.7.1.
2010-12-29 23:55:55 +02:00

12 lines
525 B
Diff

--- surefire-integration-tests/pom.xml.sav 2010-12-23 00:27:02.000000000 +0200
+++ surefire-integration-tests/pom.xml 2010-12-29 23:41:18.701266133 +0200
@@ -173,7 +173,7 @@
</plugin>
<plugin>
<artifactId>maven-failsafe-plugin</artifactId>
- <version>2.7</version>
+ <version>${project.version}</version>
<configuration>
<!-- Pass current surefire version to the main suite so that it -->
<!-- can forward to all integration test projects. SUREFIRE-513 -->