From bf17cc410d155f824e53e7cba0d247eb8592558e Mon Sep 17 00:00:00 2001 From: Vlad Dumitrescu Date: Fri, 13 Jul 2018 15:33:48 +0200 Subject: [PATCH] fix maven issues with xtend 2.14 --- pom.xml | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 840e39b290..f53b94c85b 100644 --- a/pom.xml +++ b/pom.xml @@ -10,7 +10,7 @@ pom - 1.1.0 + 1.2.0 ${tycho.version} UTF-8 0.8.0 @@ -279,7 +279,14 @@ org.eclipse.xtend xtend-maven-plugin - 2.11.0 + 2.14.0 + + + org.eclipse.platform + org.eclipse.equinox.common + 3.10.0 + +