From 1d02d3cc562fdaa5a3488b8b059692a1517b72f0 Mon Sep 17 00:00:00 2001 From: Jesse Glick Date: Thu, 2 Mar 2023 08:05:29 -0500 Subject: [PATCH] Update to 2.361.x --- .mvn/extensions.xml | 2 +- Jenkinsfile | 6 +++++- pom.xml | 10 +++++----- 3 files changed, 11 insertions(+), 7 deletions(-) diff --git a/.mvn/extensions.xml b/.mvn/extensions.xml index 9ac2968b..90787cbb 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 b5eb52bc..0edd6fe1 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1 +1,5 @@ -buildPlugin(platforms: ['docker', 'maven-windows']) +buildPlugin( + configurations: [ + [platform: 'linux', jdk: 17], + [platform: 'windows', jdk: 11], +]) diff --git a/pom.xml b/pom.xml index 518c1649..2c0b51c8 100644 --- a/pom.xml +++ b/pom.xml @@ -4,8 +4,8 @@ org.jenkins-ci.plugins plugin - 4.51 - + 4.55 + ldap @@ -26,7 +26,7 @@ 999999-SNAPSHOT jenkinsci/${project.artifactId}-plugin 2.0.0.AM25 - 2.346.1 + 2.361.4 @@ -296,8 +296,8 @@ io.jenkins.tools.bom - bom-2.332.x - 1763.v092b_8980a_f5e + bom-2.361.x + 1841.v7b_22c5218e1a import pom