From 5e861f927d01870f11f03063abff4fdc46695b76 Mon Sep 17 00:00:00 2001 From: Lukas Jungmann Date: Sun, 18 Feb 2024 13:43:22 +0100 Subject: [PATCH] switch release pipeline to SE 21 Signed-off-by: Lukas Jungmann --- etc/jenkins/continuous.groovy | 4 ++-- etc/jenkins/release.groovy | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/etc/jenkins/continuous.groovy b/etc/jenkins/continuous.groovy index 1a3d8ef..9e73de1 100644 --- a/etc/jenkins/continuous.groovy +++ b/etc/jenkins/continuous.groovy @@ -1,4 +1,4 @@ -// Copyright (c) 2019, 2021 Oracle and/or its affiliates. All rights reserved. +// Copyright (c) 2019, 2024 Oracle and/or its affiliates. All rights reserved. // // This program and the accompanying materials are made available under the // terms of the Eclipse Distribution License v. 1.0, which is available at @@ -26,7 +26,7 @@ pipeline { agent any tools { - jdk 'openjdk-jdk11-latest' + jdk 'openjdk-jdk21-latest' maven 'apache-maven-latest' } diff --git a/etc/jenkins/release.groovy b/etc/jenkins/release.groovy index 18b4384..6ec6ab0 100644 --- a/etc/jenkins/release.groovy +++ b/etc/jenkins/release.groovy @@ -1,4 +1,4 @@ -// Copyright (c) 2019, 2022 Oracle and/or its affiliates. All rights reserved. +// Copyright (c) 2019, 2024 Oracle and/or its affiliates. All rights reserved. // // This program and the accompanying materials are made available under the // terms of the Eclipse Distribution License v. 1.0, which is available at @@ -24,7 +24,7 @@ pipeline { agent any tools { - jdk 'openjdk-jdk17-latest' + jdk 'openjdk-jdk21-latest' maven 'apache-maven-latest' }