From fa1c007006fdf95e37d15dd89962af642cdc2b4c Mon Sep 17 00:00:00 2001 From: Mark Waite Date: Sat, 23 Nov 2024 06:06:16 -0700 Subject: [PATCH] Avoid bom version mismatches with jenkins.baseline (#285) The Jenkins plugin archetype uses jenkins.baseline to prevent inconsistencies between the minimum required Jenkins version and the Jenkins plugin bill of materials version. Use the same technique in this plugin. --- pom.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 96d59515..e35bfa65 100644 --- a/pom.xml +++ b/pom.xml @@ -16,7 +16,8 @@ 999999-SNAPSHOT - 2.361.4 + 2.361 + ${jenkins.baseline}.4 false jenkinsci/${project.artifactId}-plugin @@ -49,7 +50,7 @@ io.jenkins.tools.bom - bom-2.361.x + bom-${jenkins.baseline}.x 2102.v854b_fec19c92 import pom