Skip to content

Commit

Permalink
Use most recent plugin bom release
Browse files Browse the repository at this point in the history
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 jenkinsci/incrementals-tools#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.
  • Loading branch information
MarkEWaite committed Jan 5, 2022
1 parent ed7f6c3 commit 3c4ce2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -39,7 +39,7 @@
<dependency>
<groupId>io.jenkins.tools.bom</groupId>
<artifactId>bom-2.289.x</artifactId>
<version>1008.vb9e22885c9cf</version>
<version>1083.vb6e5d3561904</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down

0 comments on commit 3c4ce2a

Please sign in to comment.