Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2019-05-31 11:52:51 +0000
committerAlexander Kurtakov2019-05-31 11:52:51 +0000
commit9029d88ab28ad87198712daa41322cec01899440 (patch)
treee4b51dc2a5f8042dba9a563f09acc09822ee287d /pom.xml
parent49b5df832c0c1afea5096544cc36d0d3cfd506d6 (diff)
downloadm2e-core-9029d88ab28ad87198712daa41322cec01899440.tar.gz
m2e-core-9029d88ab28ad87198712daa41322cec01899440.tar.xz
m2e-core-9029d88ab28ad87198712daa41322cec01899440.zip
Remove redundant overrides for tycho-version.
Change-Id: I07368c39aa023e71bfccd8d6849b395d449f4402 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml1
1 files changed, 0 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 50606bca..c847a050 100644
--- a/pom.xml
+++ b/pom.xml
@@ -176,7 +176,6 @@
<plugin>
<groupId>org.eclipse.tycho</groupId>
<artifactId>target-platform-configuration</artifactId>
- <version>${tycho-version}</version>
<configuration>
<pomDependencies>consider</pomDependencies>
</configuration>

Back to the top