From 468f12259b47f39785647a689d3dbc68580d81bb Mon Sep 17 00:00:00 2001 From: Mark Waite Date: Mon, 10 Jul 2023 09:53:41 -0600 Subject: [PATCH] Require Jenkins 2.387.3 or newer Over 90% of the installations of release 1.4 (released a month ago) are already running Jenkins 2.387.3. The distribution of installations by release is relatively wide, with 20% of all installations running release 1.4. About 20% are running release 1.3.0 that was released 6 months ago. 34% of installations of 1.3.0 are on 2.387.3 or newer. When users upgrade the plugin, they seem to also upgrade to Jenkins 2.387.3 or newer. https://stats.jenkins.io/pluginversions/docker-plugin.html --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index b0079f87..89764aab 100644 --- a/pom.xml +++ b/pom.xml @@ -62,7 +62,7 @@ 1.5 -SNAPSHOT - 2.375.4 + 2.387.3 jenkinsci/docker-plugin 3 @@ -76,8 +76,8 @@ io.jenkins.tools.bom - bom-2.375.x - 2198.v39c76fc308ca + bom-2.387.x + 2230.v0cb_4040cde55 pom import