Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2015-09-16 23:55:18 +0000
committerMatthias Sohn2015-09-16 23:55:18 +0000
commit9f9a9e7b65237d6a3f88cb7358fc6be6729f7c65 (patch)
tree4652c81a1a18713158d9f005111d86b3a70c37f3 /pom.xml
parentcbb2702d0a502ae5bdcf06509559ccd24cc73d40 (diff)
downloadegit-9f9a9e7b65237d6a3f88cb7358fc6be6729f7c65.tar.gz
egit-9f9a9e7b65237d6a3f88cb7358fc6be6729f7c65.tar.xz
egit-9f9a9e7b65237d6a3f88cb7358fc6be6729f7c65.zip
Configure version of tycho-surefire-plugin in parent pom.xml
This ensures we use the same version in all modules. Change-Id: I4521e8cf52a23465923efb0b3a2dadcb011611ee Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index b24e475f7d..9050d96f06 100644
--- a/pom.xml
+++ b/pom.xml
@@ -424,6 +424,11 @@
</plugin>
<plugin>
<groupId>org.eclipse.tycho</groupId>
+ <artifactId>tycho-surefire-plugin</artifactId>
+ <version>${tycho-version}</version>
+ </plugin>
+ <plugin>
+ <groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-maven-plugin</artifactId>
<version>${tycho-version}</version>
</plugin>

Back to the top