Skip to content

Commit

Permalink
Use newer Jenkins LTS baseline for BOM
Browse files Browse the repository at this point in the history
Also include a TODO comment to restore the jenkins.version based on jenkins.baseline once an LTS baseline is available that includes 2.472.
  • Loading branch information
MarkEWaite committed Aug 13, 2024
1 parent c169b4f commit e7a0b08
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,9 @@
<properties>
<revision>1.8.2</revision>
<changelist>-SNAPSHOT</changelist>
<jenkins.baseline>2.440</jenkins.baseline>
<jenkins.baseline>2.462</jenkins.baseline>
<!-- <jenkins.version>${jenkins.baseline}.3</jenkins.version> -->
<!-- TODO: Remove when 2.472 is available in LTS -->
<jenkins.version>2.472</jenkins.version>
<spotbugs.effort>Max</spotbugs.effort>
<spotbugs.threshold>Low</spotbugs.threshold>
Expand Down

0 comments on commit e7a0b08

Please sign in to comment.