Skip to content

Commit

Permalink
Require Jenkins core 2.440.3 instead of 2.440.1
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.

jenkinsci#660 is the
dependabot pull request
  • Loading branch information
MarkEWaite committed May 24, 2024
1 parent 46cbada commit 4f85a7f
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 4f85a7f

Please sign in to comment.