From 3c4ce2a98af56664d43e7f8c4a7b6921009aba3b Mon Sep 17 00:00:00 2001 From: Mark Waite Date: Wed, 5 Jan 2022 05:40:12 -0700 Subject: [PATCH] Use most recent plugin bom release The release reports generated by sites like https://mvrepository.com seem to apply the same version number parsing rules as Apache Maven. That causes those sites to see version numbers that contain the letter 'a' or the letter 'b' followed by an alphanumeric character as a designator for an alpha or a beta release. See https://github.com/jenkinsci/incrementals-tools/pull/24 for the rationale for that specific change and https://github.com/jenkinsci/bom#readme for the details of the bom and https://github.com/jenkinsci/jep/blob/master/jep/229/README.adoc for the version number details. --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 57278d7..0bbf448 100644 --- a/pom.xml +++ b/pom.xml @@ -39,7 +39,7 @@ io.jenkins.tools.bom bom-2.289.x - 1008.vb9e22885c9cf + 1083.vb6e5d3561904 pom import