maven-surefire/0002-Fix-failsafe-plugin-dependency-version.patch

12 lines
525 B
Diff
Raw Normal View History

2010-12-29 21:55:55 +00:00
--- 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>
2010-12-29 21:55:55 +00:00
- <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 -->