From aa298c7f9c019152dfaab018b407c23776cce476 Mon Sep 17 00:00:00 2001 From: Mark Waite Date: Mon, 23 Jan 2023 11:36:04 -0700 Subject: [PATCH] Use optional maven integration 3.16, not 3.19 The plugin compatbility tester reports that the upgrade of the maven integration plugin dependency from 3.16 to 3.19 is a problem. https://github.com/jenkinsci/bom/pull/1703/checks is the archive of the failing checks. There was no strong reason to upgrade to the newer integration plugin version in the previous release. I upgraded because 3.19 is reasonably recent (released 8 months ago) and after the upgrade to Jenkins 2.321+ that was done in 3.17. Restoring the minimum dependency to 3.16 does not prevent users from installing or using more recent releases of the maven integration plugin. --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 6824a412..06ea339c 100644 --- a/pom.xml +++ b/pom.xml @@ -51,7 +51,7 @@ org.jenkins-ci.main maven-plugin - 3.19 + 3.16 true