Skip to content

Commit

Permalink
Require Jenkins 2.479.1 or newer (#293)
Browse files Browse the repository at this point in the history
Prefer LTS baseline rather than a weekly baseline
  • Loading branch information
MarkEWaite authored Oct 30, 2024
1 parent 35f30b8 commit c6a65eb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,7 @@

<!-- https://www.jenkins.io/doc/developer/plugin-development/choosing-jenkins-baseline/ -->
<jenkins.baseline>2.479</jenkins.baseline>
<!-- TODO: update to LTS once 2.479.1 is released -->
<jenkins.version>${jenkins.baseline}</jenkins.version>
<jenkins.version>${jenkins.baseline}.1</jenkins.version>
<gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo>

<spotless.check.skip>false</spotless.check.skip>
Expand Down

0 comments on commit c6a65eb

Please sign in to comment.