From 19bde0acee606ad84a37c41edf2ba85c1ec929b8 Mon Sep 17 00:00:00 2001 From: Mark Waite Date: Fri, 1 Nov 2024 13:36:58 -0600 Subject: [PATCH] Use same version in BOM as is declared for plugin (#1114) Previously the plugin required Jenkins 2.452.4 but only used plugin BOM dependencies from 2.440.x. Also removes the unnecessary declaration of the httpcomponents-client-5 plugin version since the plugin BOM now includes the correct version. Confirmed that `mvn dependency:tree` reports the same version of httpcomponents-client-5 plugin from the plugin BOM as is currently delivered to users. --- pom.xml | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/pom.xml b/pom.xml index 779c905f..3f90594e 100644 --- a/pom.xml +++ b/pom.xml @@ -62,7 +62,8 @@ 1.7.1 -SNAPSHOT - 2.452.4 + 2.452 + ${jenkins.baseline}.4 jenkinsci/docker-plugin 3 @@ -76,8 +77,8 @@ io.jenkins.tools.bom - bom-2.440.x - 3435.v238d66a_043fb_ + bom-${jenkins.baseline}.x + 3613.v584fca_12cf5c pom import @@ -162,13 +163,9 @@ test-harness test - - - io.jenkins.plugins apache-httpcomponents-client-5-api - 5.3.1-110.v77252fb_d4da_5 test