Skip to content

Commit 491b64c

Browse files
committed
Use Jenkins 2.479 as BOM baseline
1 parent 9603aba commit 491b64c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,10 @@
5959
<argLine>-Dfile.encoding=${project.build.sourceEncoding}</argLine>
6060
<gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo>
6161
<!-- https://www.jenkins.io/doc/developer/plugin-development/choosing-jenkins-baseline/ -->
62-
<jenkins.baseline>2.462</jenkins.baseline>
62+
<jenkins.baseline>2.479</jenkins.baseline>
6363
<!-- TODO Replace with the standard jenkins.baseline references after LTS requires Java 17 -->
6464
<!-- <jenkins.version>${jenkins.baseline}.1</jenkins.version> -->
65-
<jenkins.version>2.479</jenkins.version>
65+
<jenkins.version>${jenkins.baseline}</jenkins.version>
6666
<jgit.version>7.0.0.202409031743-r</jgit.version>
6767
<spotbugs.effort>Max</spotbugs.effort>
6868
<spotbugs.threshold>Low</spotbugs.threshold>

0 commit comments

Comments
 (0)