Skip to content

Commit

Permalink
Require Jenkins 2.479.1 or newer
Browse files Browse the repository at this point in the history
Prefer LTS baseline rather than a weekly baseline
  • Loading branch information
MarkEWaite committed Oct 30, 2024
1 parent a0fbe94 commit f536e13
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,7 @@
<gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo>
<!-- https://www.jenkins.io/doc/developer/plugin-development/choosing-jenkins-baseline/ -->
<jenkins.baseline>2.479</jenkins.baseline>
<!-- TODO Replace with the standard jenkins.baseline references after LTS requires Java 17 -->
<!-- <jenkins.version>${jenkins.baseline}.1</jenkins.version> -->
<jenkins.version>${jenkins.baseline}</jenkins.version>
<jenkins.version>${jenkins.baseline}.1</jenkins.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<revision>1.13.1</revision>
<spotbugs.effort>Max</spotbugs.effort>
Expand Down

0 comments on commit f536e13

Please sign in to comment.