From fe62b2a568595f3eda5859699ffc1b50e79672b3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Dec 2024 21:11:52 +0000 Subject: [PATCH 1/2] Bump io.jenkins.tools.bom:bom-2.452.x (#283) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index fbe68ec..2cb27e3 100644 --- a/pom.xml +++ b/pom.xml @@ -60,7 +60,7 @@ io.jenkins.tools.bom bom-${jenkins.baseline}.x - 3814.v9563d972079a_ + 3850.vb_c5319efa_e29 pom import From 2302d336032ad486aac5c9ce32cc2c744b95b7f1 Mon Sep 17 00:00:00 2001 From: Mark Waite Date: Sat, 28 Dec 2024 07:16:53 -0700 Subject: [PATCH 2/2] Remove developers section from pom file (#284) The repository permissions updater is the definitive list of plugin developers. The plugin archetype has not suggested a `` section since the 2022 merge of: * https://github.com/jenkinsci/archetypes/pull/515 Rather than carry duplicated information in the pom.xml file, remove the `` section to better match the plugin archetype and further reduce the maintenance burden. --- pom.xml | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/pom.xml b/pom.xml index 2cb27e3..36e6ef4 100644 --- a/pom.xml +++ b/pom.xml @@ -22,21 +22,6 @@ - - - markewaite - Mark Waite - mark.earl.waite@gmail.com - - developer - - - - ikedam - IKEDA Yasuyuki - - - scm:git:https://github.com/${gitHubRepo} scm:git:git@github.com:${gitHubRepo}