From f331e6f48e904b12964a4804553fb67d56b91430 Mon Sep 17 00:00:00 2001 From: Mark Waite Date: Sat, 23 Nov 2024 06:12:24 -0700 Subject: [PATCH] Avoid bom version mismatches with jenkins.baseline (#403) 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 5d0593c2..f20f42ae 100644 --- a/pom.xml +++ b/pom.xml @@ -33,7 +33,8 @@ 999999-SNAPSHOT jenkinsci/parameterized-trigger-plugin - 2.440.3 + 2.440 + ${jenkins.baseline}.3 Max Low false @@ -43,7 +44,7 @@ io.jenkins.tools.bom - bom-2.440.x + bom-${jenkins.baseline}.x 3435.v238d66a_043fb_ pom import