diff --git a/.mvn/extensions.xml b/.mvn/extensions.xml index 4e0774d5..9440b180 100644 --- a/.mvn/extensions.xml +++ b/.mvn/extensions.xml @@ -2,6 +2,6 @@ io.jenkins.tools.incrementals git-changelist-maven-extension - 1.8 + 1.13 diff --git a/Jenkinsfile b/Jenkinsfile index 52525eb3..a57ba5a2 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -3,4 +3,5 @@ buildPlugin( configurations: [ [platform: 'linux', jdk: 21], [platform: 'windows', jdk: 17], + [platform: 'linux', jdk: 25], ]) diff --git a/pom.xml b/pom.xml index 1ffa86a4..665044f2 100644 --- a/pom.xml +++ b/pom.xml @@ -28,7 +28,7 @@ org.jenkins-ci.plugins plugin - 5.24 + 5.26 io.jenkins.plugins @@ -65,7 +65,7 @@ 999999-SNAPSHOT 2.504 - ${jenkins.baseline}.1 + ${jenkins.baseline}.3 jenkinsci/${project.artifactId}-plugin true ivy @@ -75,7 +75,7 @@ io.jenkins.tools.bom bom-${jenkins.baseline}.x - 4948.vcf1d17350668 + 5422.v0fce72a_b_b_8cf import pom