Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2019-09-10 15:44:40 +0000
committerAlexander Kurtakov2019-09-10 15:44:40 +0000
commit6a38a73597040d39d9acd0a1a0022bd673276f3b (patch)
tree43ff1143b26114a6e457d4fbc6eb746a0a585d78
parentfad6abf27481aa9b7b1953fdb4651d852ab35a47 (diff)
downloadeclipse.platform.releng.aggregator-6a38a73597040d39d9acd0a1a0022bd673276f3b.tar.gz
eclipse.platform.releng.aggregator-6a38a73597040d39d9acd0a1a0022bd673276f3b.tar.xz
eclipse.platform.releng.aggregator-6a38a73597040d39d9acd0a1a0022bd673276f3b.zip
Do not override version of tycho-eclipserun-plugin.
It's already defined in plugin management and hardcoding it this way leads to different tycho versions being used in the same reactor. Change-Id: I75b6db80eecc1bcfad3f36e473a255fb1390a3e8 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
-rw-r--r--eclipse-platform-parent/pom.xml1
1 files changed, 0 insertions, 1 deletions
diff --git a/eclipse-platform-parent/pom.xml b/eclipse-platform-parent/pom.xml
index 507addfe3..ad3e830da 100644
--- a/eclipse-platform-parent/pom.xml
+++ b/eclipse-platform-parent/pom.xml
@@ -992,7 +992,6 @@
<plugin>
<groupId>org.eclipse.tycho.extras</groupId>
<artifactId>tycho-eclipserun-plugin</artifactId>
- <version>1.4.0</version>
<executions>
<execution>
<id>api-analysis</id>

Back to the top