From 19d0ef1737ccd63cb6e1ede4a403ce7c70c5c327 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christoph=20L=C3=A4ubrich?= Date: Fri, 10 Nov 2023 09:19:38 +0100 Subject: [PATCH] Use Tycho 4.0.5 SNAPSHOT As tycho 4.0.5 contains some important Api Tools fixes we should use the snapshot until the release. --- Jenkinsfile | 5 +++-- eclipse-platform-parent/pom.xml | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index a906a4ed961..77c8ae5edd6 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -51,7 +51,7 @@ pipeline { export KEYRING="deadbeef" export KEYRING_PASSPHRASE="none" fi - mvn clean install -pl :eclipse-sdk-prereqs,:org.eclipse.jdt.core.compiler.batch -DlocalEcjVersion=99.99 -Dmaven.repo.local=$WORKSPACE/.m2/repository + mvn clean install -pl :eclipse-sdk-prereqs,:org.eclipse.jdt.core.compiler.batch -DlocalEcjVersion=99.99 -Dmaven.repo.local=$WORKSPACE/.m2/repository -U mvn clean verify -e -Dmaven.repo.local=$WORKSPACE/.m2/repository \ -Pbree-libs \ ${MVN_ARGS} \ @@ -59,7 +59,8 @@ pipeline { -Dcompare-version-with-baselines.skip=false \ -DapiBaselineTargetDirectory=${WORKSPACE} \ -Dgpg.passphrase="${KEYRING_PASSPHRASE}" \ - -Dcbi-ecj-version=99.99 + -Dcbi-ecj-version=99.99 \ + -U ''' } diff --git a/eclipse-platform-parent/pom.xml b/eclipse-platform-parent/pom.xml index 23cc096f276..b9414a18eb3 100644 --- a/eclipse-platform-parent/pom.xml +++ b/eclipse-platform-parent/pom.xml @@ -67,7 +67,7 @@ 4.31 4.31 - 4.0.4 + 4.0.5-SNAPSHOT 1.4.2 3.2.2