Skip to content

Commit b20100d

Browse files
authored
Require Jenkins 2.479.1 or newer (jenkinsci#1209)
Prefer LTS baseline rather than a weekly baseline once the LTS baseline is available.
1 parent 22ae6fa commit b20100d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

pom.xml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,7 @@
6060
<gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo>
6161
<!-- https://www.jenkins.io/doc/developer/plugin-development/choosing-jenkins-baseline/ -->
6262
<jenkins.baseline>2.479</jenkins.baseline>
63-
<!-- TODO Replace with the standard jenkins.baseline references after LTS requires Java 17 -->
64-
<!-- <jenkins.version>${jenkins.baseline}.1</jenkins.version> -->
65-
<jenkins.version>${jenkins.baseline}</jenkins.version>
63+
<jenkins.version>${jenkins.baseline}.1</jenkins.version>
6664
<jgit.version>7.0.0.202409031743-r</jgit.version>
6765
<spotbugs.effort>Max</spotbugs.effort>
6866
<spotbugs.threshold>Low</spotbugs.threshold>

0 commit comments

Comments
 (0)