From 0ac56b511c9e3ed1d50569eb212ac001c05585a0 Mon Sep 17 00:00:00 2001 From: Peter-Josef Meisch Date: Wed, 2 Feb 2022 21:10:26 +0100 Subject: [PATCH] adapt after rebase on master --- ci/pipeline.properties | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ci/pipeline.properties b/ci/pipeline.properties index f3c84e052..d36ee62b3 100644 --- a/ci/pipeline.properties +++ b/ci/pipeline.properties @@ -1,8 +1,8 @@ # Java versions -java.main.tag=8u322-b06-jdk -java.next.tag=11.0.14.1_1-jdk -java.lts.tag=17.0.2_8-jdk - +java.main.tag=17.0.1_12-jdk +#java.next.tag=11.0.13_8-jdk +#java.lts.tag=17.0.1_12-jdk +# # Docker container images - standard docker.java.main.image=harbor-repo.vmware.com/dockerhub-proxy-cache/library/eclipse-temurin:${java.main.tag} docker.java.next.image=harbor-repo.vmware.com/dockerhub-proxy-cache/library/eclipse-temurin:${java.next.tag}