diff options
author | Alexander Kurtakov | 2019-09-10 12:25:29 +0000 |
---|---|---|
committer | Alexander Kurtakov | 2019-09-10 15:13:37 +0000 |
commit | fad6abf27481aa9b7b1953fdb4651d852ab35a47 (patch) | |
tree | 0667131d8040419afca06fe9c0343b812fa70964 /eclipse.platform.releng.tychoeclipsebuilder | |
parent | 48e456907d17cb5489b25abbd57f0f82678fd580 (diff) | |
download | eclipse.platform.releng.aggregator-fad6abf27481aa9b7b1953fdb4651d852ab35a47.tar.gz eclipse.platform.releng.aggregator-fad6abf27481aa9b7b1953fdb4651d852ab35a47.tar.xz eclipse.platform.releng.aggregator-fad6abf27481aa9b7b1953fdb4651d852ab35a47.zip |
Remove duplicate tycho versions.
Change-Id: I9bee06e2e3be7207494d225e54c38f4a7e765e80
Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
Diffstat (limited to 'eclipse.platform.releng.tychoeclipsebuilder')
-rw-r--r-- | eclipse.platform.releng.tychoeclipsebuilder/equinox-sdk/pom.xml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/eclipse.platform.releng.tychoeclipsebuilder/equinox-sdk/pom.xml b/eclipse.platform.releng.tychoeclipsebuilder/equinox-sdk/pom.xml index dc4ffc258..dc2bc6227 100644 --- a/eclipse.platform.releng.tychoeclipsebuilder/equinox-sdk/pom.xml +++ b/eclipse.platform.releng.tychoeclipsebuilder/equinox-sdk/pom.xml @@ -40,7 +40,6 @@ <plugin> <groupId>org.eclipse.tycho</groupId> <artifactId>tycho-p2-repository-plugin</artifactId> - <version>${tycho.version}</version> <configuration> <includeAllDependencies>false</includeAllDependencies> <compress>false</compress> @@ -51,7 +50,6 @@ <plugin> <groupId>org.eclipse.tycho</groupId> <artifactId>tycho-packaging-plugin</artifactId> - <version>${tycho.version}</version> <configuration> <format>'${buildId}'</format> </configuration> @@ -59,7 +57,6 @@ <plugin> <groupId>org.eclipse.tycho</groupId> <artifactId>target-platform-configuration</artifactId> - <version>${tycho.version}</version> <configuration> <strictBinIncludes>true</strictBinIncludes> <includePackedArtifacts>false</includePackedArtifacts> |