From a0c73ef764938e4a7646402efdd3579ebafb6f24 Mon Sep 17 00:00:00 2001 From: Mark Waite Date: Wed, 24 Jul 2024 14:47:27 -0600 Subject: [PATCH] Define and use jenkins.baseline property (#1609) 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 69d683ac9d..a27aa400b7 100644 --- a/pom.xml +++ b/pom.xml @@ -72,7 +72,8 @@ 5.2.3 -SNAPSHOT jenkinsci/${project.artifactId}-plugin - 2.426.3 + 2.426 + ${jenkins.baseline}.3 false true @@ -87,7 +88,7 @@ io.jenkins.tools.bom - bom-2.426.x + bom-${jenkins.baseline}.x 3208.vb_21177d4b_cd9 pom import