Skip to content

Commit

Permalink
Require Jenkins core 2.440.3 instead of 2.440.1 (#661)
Browse files Browse the repository at this point in the history
https://www.jenkins.io/doc/developer/plugin-development/choosing-jenkins-baseline/
recommends Jenkins 2.440.3 rather than 2.440.1.  Let's upgrade the
requirement to 2.440.3 so that the dependabot pull request for BOM can
be merged.

#660 is the
dependabot pull request
  • Loading branch information
MarkEWaite authored Jun 1, 2024
1 parent 46cbada commit 2b97cfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@

<properties>
<changelist>999999-SNAPSHOT</changelist>
<jenkins.version>2.440.1</jenkins.version>
<jenkins.version>2.440.3</jenkins.version>
<gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo>
<spotbugs.effort>Max</spotbugs.effort>
<spotbugs.threshold>Low</spotbugs.threshold>
Expand Down

0 comments on commit 2b97cfc

Please sign in to comment.