maven-surefire/0002-Fix-failsafe-plugin-dependency-version.patch
Stanislav Ochotnicky 61183d21f8 Update to latest version (2.7.2)
- Add common-junit* jars to distribution
- Versionless jars & javadocs
- Use maven 3 to build
2011-03-07 15:30:54 +01:00

26 lines
903 B
Diff

From ee2bebae60e63d0fc5de7481aead6bfe6b16dd94 Mon Sep 17 00:00:00 2001
From: Stanislav Ochotnicky <sochotnicky@redhat.com>
Date: Mon, 7 Mar 2011 11:17:20 +0100
Subject: [PATCH 2/3] Fix failsafe-plugin dependency version
---
surefire-integration-tests/pom.xml | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/surefire-integration-tests/pom.xml b/surefire-integration-tests/pom.xml
index 38da051..5bc709f 100644
--- a/surefire-integration-tests/pom.xml
+++ b/surefire-integration-tests/pom.xml
@@ -176,7 +176,7 @@
</plugin>
<plugin>
<artifactId>maven-failsafe-plugin</artifactId>
- <version>2.7.1</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 -->
--
1.7.4