Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFred Bricon2017-07-28 21:44:40 +0000
committerFred Bricon2017-07-28 21:44:40 +0000
commitac177053fa8728e5d019145fd06db30fb73ca5fa (patch)
treea422494f297d8870f01fc4ca927e3f41619a3a53
parent223baf50a1299c0875ebace00930b4a9b8db2ab5 (diff)
downloadm2e-core-ac177053fa8728e5d019145fd06db30fb73ca5fa.tar.gz
m2e-core-ac177053fa8728e5d019145fd06db30fb73ca5fa.tar.xz
m2e-core-ac177053fa8728e5d019145fd06db30fb73ca5fa.zip
Bump tycho version to 1.0.0
Change-Id: I26be2e4b4f110589445ea271b5138727254c9b1e Signed-off-by: Fred Bricon <fbricon@gmail.com>
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 0260253a..fc46c992 100644
--- a/pom.xml
+++ b/pom.xml
@@ -36,7 +36,7 @@
<m2e-maven-runtime.version>${project.version}</m2e-maven-runtime.version>
- <tycho-version>0.25.0</tycho-version>
+ <tycho-version>1.0.0</tycho-version>
<tycho-extras-version>${tycho-version}</tycho-extras-version>
<!-- eclipse version m2e is built against -->

Back to the top