From 079e2ea6708f0ea1c32d2e2b28dbe2866f4a796f Mon Sep 17 00:00:00 2001 From: Mark Waite Date: Wed, 24 Jul 2024 14:19:45 -0600 Subject: [PATCH] Define and use jenkins.baseline property Avoid updates to jenkins.version that do not also update the Jenkins plugin bill of materials version. https://github.com/jenkinsci/archetypes/pull/737 is the inspiration. Thanks @timja! --- pom.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 5a1ee5e..fb7df21 100644 --- a/pom.xml +++ b/pom.xml @@ -54,7 +54,8 @@ 999999-SNAPSHOT jenkinsci/${project.artifactId}-plugin - 2.426.3 + 2.426 + ${jenkins.baseline}.3 Max Low false @@ -64,7 +65,7 @@ io.jenkins.tools.bom - bom-2.426.x + bom-${jenkins.baseline}.x 3208.vb_21177d4b_cd9 pom import