Skip to content

Commit

Permalink
Require 2.479.1 LTS or newer (#277)
Browse files Browse the repository at this point in the history
  • Loading branch information
basil authored Oct 30, 2024
1 parent 4c6284d commit f1695a7
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,9 @@ THE SOFTWARE.
<properties>
<revision>2.16</revision>
<changelist>-SNAPSHOT</changelist>
<jenkins.version>2.479</jenkins.version>
<!-- https://www.jenkins.io/doc/developer/plugin-development/choosing-jenkins-baseline/ -->
<jenkins.baseline>2.479</jenkins.baseline>
<jenkins.version>${jenkins.baseline}.1</jenkins.version>
<gitHubRepo>jenkinsci/throttle-concurrent-builds-plugin</gitHubRepo>
<spotless.check.skip>false</spotless.check.skip>
</properties>
Expand All @@ -93,7 +95,7 @@ THE SOFTWARE.
<dependencies>
<dependency>
<groupId>io.jenkins.tools.bom</groupId>
<artifactId>bom-2.462.x</artifactId>
<artifactId>bom-${jenkins.baseline}.x</artifactId>
<version>3559.vb_5b_81183b_d23</version>
<type>pom</type>
<scope>import</scope>
Expand Down

0 comments on commit f1695a7

Please sign in to comment.