Bug 567586 - [releng] Tycho and wikitext plugins are not compatible with Java 11 - Update version number of tycho to 1.4.0 and mylyn.wikitext to 3.0.38 Signed-off-by: Ansgar Radermacher <ansgar.radermacher@cea.fr> Change-Id: I4f3119848e7def2d4e56736f96932d4f0f60556b
diff --git a/components/org.eclipse.papyrus.components.parent/pom.xml b/components/org.eclipse.papyrus.components.parent/pom.xml index ae22cda..f22e6c1 100644 --- a/components/org.eclipse.papyrus.components.parent/pom.xml +++ b/components/org.eclipse.papyrus.components.parent/pom.xml
@@ -80,12 +80,12 @@ </developers> <properties> - <tycho-version>1.3.0</tycho-version> - <tychoExtrasVersion>1.3.0</tychoExtrasVersion> + <tycho-version>1.4.0</tycho-version> + <tychoExtrasVersion>1.4.0</tychoExtrasVersion> <!-- plugins versions --> <!-- use 'mvn versions:display-plugin-updates' to check for the latest --> - <mylyn.wikitext.version>3.0.29</mylyn.wikitext.version> + <mylyn.wikitext.version>3.0.38</mylyn.wikitext.version> <maven-checkstyle-version>3.0.0</maven-checkstyle-version> <maven-findbugs-version>3.0.0</maven-findbugs-version> <maven-pmd-version>3.9.0</maven-pmd-version>