From c7f7c17e92b13067eedb7d9103e3a2a5c168e2f3 Mon Sep 17 00:00:00 2001 From: Mark Waite Date: Tue, 6 May 2025 10:27:25 -0600 Subject: [PATCH] Use parent pom 5.16 The plugin bill of materials fails to run tests with parent pom versions 5.13 through 5.15. Details are available in https://github.com/jenkinsci/bom/pull/5000#issuecomment-2852005108 and in the related pull requests: * https://github.com/jenkinsci/maven-hpi-plugin/pull/741 * https://github.com/jenkinsci/plugin-pom/pull/1138 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 8b67b40f05..4a99020759 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ org.jenkins-ci.plugins plugin - 5.14 + 5.16