From dcd3797219dfe70b8e48dca0b06d5c2d9d5686e7 Mon Sep 17 00:00:00 2001 From: Mark Waite Date: Wed, 24 Jul 2024 13:57:13 -0600 Subject: [PATCH] Define and use jenkins.baseline property (#212) 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 4e5b5f3..b0e9db0 100644 --- a/pom.xml +++ b/pom.xml @@ -45,7 +45,8 @@ 4.5.14 999999-SNAPSHOT jenkinsci/${project.artifactId}-plugin - 2.401.3 + 2.401 + ${jenkins.baseline}.3 4.4.16 ${revision} 4.1.5 @@ -58,7 +59,7 @@ io.jenkins.tools.bom - bom-2.401.x + bom-${jenkins.baseline}.x 2745.vc7b_fe4c876fa_ pom import