Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFred Bricon2018-02-05 22:09:13 +0000
committerFred Bricon2018-02-05 22:09:13 +0000
commitb30a99574264e9cdb065f991206d48d5fc959b90 (patch)
treed88a4c586504d51e162ab59486b1884631351707 /pom.xml
parentd8123a2a12a45cadd44573217567756985845491 (diff)
downloadm2e-core-b30a99574264e9cdb065f991206d48d5fc959b90.tar.gz
m2e-core-b30a99574264e9cdb065f991206d48d5fc959b90.tar.xz
m2e-core-b30a99574264e9cdb065f991206d48d5fc959b90.zip
Bump Tycho version to 1.1.0
Change-Id: I9ac0d6bd9d6c94a99776001a17457a9dd77c9bb0 Signed-off-by: Fred Bricon <fbricon@gmail.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 5e98ce00..06079ea2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -36,7 +36,7 @@
<m2e-maven-runtime.version>${project.version}</m2e-maven-runtime.version>
- <tycho-version>1.0.0</tycho-version>
+ <tycho-version>1.1.0</tycho-version>
<tycho-extras-version>${tycho-version}</tycho-extras-version>
<!-- eclipse version m2e is built against -->

Back to the top