From 6e9c010bda5ef06cdb454d81df1ec7b1b36d2c26 Mon Sep 17 00:00:00 2001 From: Jesse Glick Date: Mon, 13 Mar 2023 07:48:56 -0400 Subject: [PATCH] 2.361.x --- .mvn/extensions.xml | 2 +- Jenkinsfile | 11 ++++++----- pom.xml | 10 +++++----- 3 files changed, 12 insertions(+), 11 deletions(-) diff --git a/.mvn/extensions.xml b/.mvn/extensions.xml index 9ac2968..90787cb 100644 --- a/.mvn/extensions.xml +++ b/.mvn/extensions.xml @@ -2,6 +2,6 @@ io.jenkins.tools.incrementals git-changelist-maven-extension - 1.4 + 1.6 diff --git a/Jenkinsfile b/Jenkinsfile index ab1f04b..22a78e9 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,5 +1,6 @@ -/* - See the documentation for more options: - https://github.com/jenkins-infra/pipeline-library/ -*/ -buildPlugin(useContainerAgent: true, platforms: ['linux', 'windows'], jdkVersions: ['11']) +buildPlugin( + useContainerAgent: true, + configurations: [ + [platform: 'linux', jdk: 17], + [platform: 'windows', jdk: 11], +]) diff --git a/pom.xml b/pom.xml index cc4cad8..b4116dc 100644 --- a/pom.xml +++ b/pom.xml @@ -4,8 +4,8 @@ org.jenkins-ci.plugins plugin - 4.40 - + 4.55 + io.jenkins.plugins @@ -14,7 +14,7 @@ hpi 999999-SNAPSHOT - 2.346.1 + 2.361.4 jenkinsci/${project.artifactId}-plugin Jenkins infrastructure test @@ -24,8 +24,8 @@ io.jenkins.tools.bom - bom-2.346.x - 1763.v092b_8980a_f5e + bom-2.361.x + 1887.vda_d0ddb_c15c4 import pom