From a2f21323550157ef6eb28bf87a6b986933b1e4f8 Mon Sep 17 00:00:00 2001 From: Richard Eckart de Castilho Date: Thu, 5 May 2022 18:46:02 +0200 Subject: [PATCH] [UIMA-6443] Fresh Eclipse update site for every release - Use 0.0.0 instead of X.Y.Z.qualifier to replace the version with the "current build" version - that solves the problem that the tycho-versions-plugin cannot update these references to pom-first modules during a release build --- uimaj-eclipse-feature-runtime/feature.xml | 2 +- uimaj-eclipse-feature-tools/feature.xml | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/uimaj-eclipse-feature-runtime/feature.xml b/uimaj-eclipse-feature-runtime/feature.xml index 5915e69a81..f0b1c15dae 100644 --- a/uimaj-eclipse-feature-runtime/feature.xml +++ b/uimaj-eclipse-feature-runtime/feature.xml @@ -157,7 +157,7 @@ Apache UIMA is a trademark of the Apache Software Foundation in the United State id="org.apache.uima.runtime" download-size="0" install-size="0" - version="3.3.0.qualifier" + version="0.0.0" unpack="false"/> diff --git a/uimaj-eclipse-feature-tools/feature.xml b/uimaj-eclipse-feature-tools/feature.xml index 690fd9804c..2ea01a5850 100644 --- a/uimaj-eclipse-feature-tools/feature.xml +++ b/uimaj-eclipse-feature-tools/feature.xml @@ -184,49 +184,49 @@ Apache UIMA is a trademark of the Apache Software Foundation in the United State id="org.apache.uima.debug" download-size="0" install-size="0" - version="3.3.0.qualifier" + version="0.0.0" unpack="false"/>