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 /org.eclipse.egit.core.test
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 'org.eclipse.egit.core.test')
-rw-r--r--org.eclipse.egit.core.test/pom.xml1
1 files changed, 0 insertions, 1 deletions
diff --git a/org.eclipse.egit.core.test/pom.xml b/org.eclipse.egit.core.test/pom.xml
index 395220176d..084c3b2e26 100644
--- a/org.eclipse.egit.core.test/pom.xml
+++ b/org.eclipse.egit.core.test/pom.xml
@@ -33,7 +33,6 @@
<plugin>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-surefire-plugin</artifactId>
- <version>${tycho-version}</version>
<configuration>
<excludes>
<!-- test mojo matches TestProject be default and treats it as PojoTest -->

Back to the top