Skip to content

Commit

Permalink
Require Jenkins 2.401.3 or newer (#258)
Browse files Browse the repository at this point in the history
Jenkins 2.426.1 will release Nov 15, 2023.  When it releases, the
recommendation for minimum Jenkins version support will increase
to Jenkins 2.401.3.  Since the plugin bill of materials is no longer
updating the 2.387.x line, this pull request switches to use Jenkins
2.401.x as the new minimum Jenkins version.

This change is not significant enough to require a new release of
the plugin.  It is enough that when the next release happens, it will
require Jenkins 2.401.3 or newer.
  • Loading branch information
MarkEWaite authored Nov 4, 2023
1 parent febc1b7 commit eb62324
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
<changelist>999999-SNAPSHOT</changelist>
<gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo>
<!-- https://www.jenkins.io/doc/developer/plugin-development/choosing-jenkins-baseline/ -->
<jenkins.version>2.387.3</jenkins.version>
<jenkins.version>2.401.3</jenkins.version>
<spotbugs.effort>Max</spotbugs.effort>
<spotbugs.threshold>Low</spotbugs.threshold>
<spotless.check.skip>false</spotless.check.skip>
Expand All @@ -54,8 +54,8 @@
<dependencies>
<dependency>
<groupId>io.jenkins.tools.bom</groupId>
<artifactId>bom-2.387.x</artifactId>
<version>2543.vfb_1a_5fb_9496d</version>
<artifactId>bom-2.401.x</artifactId>
<version>2555.v3190a_8a_c60c6</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down

0 comments on commit eb62324

Please sign in to comment.