Skip to content

Commit f1695a7

Browse files
authored
Require 2.479.1 LTS or newer (#277)
1 parent 4c6284d commit f1695a7

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

pom.xml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,9 @@ THE SOFTWARE.
8484
<properties>
8585
<revision>2.16</revision>
8686
<changelist>-SNAPSHOT</changelist>
87-
<jenkins.version>2.479</jenkins.version>
87+
<!-- https://www.jenkins.io/doc/developer/plugin-development/choosing-jenkins-baseline/ -->
88+
<jenkins.baseline>2.479</jenkins.baseline>
89+
<jenkins.version>${jenkins.baseline}.1</jenkins.version>
8890
<gitHubRepo>jenkinsci/throttle-concurrent-builds-plugin</gitHubRepo>
8991
<spotless.check.skip>false</spotless.check.skip>
9092
</properties>
@@ -93,7 +95,7 @@ THE SOFTWARE.
9395
<dependencies>
9496
<dependency>
9597
<groupId>io.jenkins.tools.bom</groupId>
96-
<artifactId>bom-2.462.x</artifactId>
98+
<artifactId>bom-${jenkins.baseline}.x</artifactId>
9799
<version>3559.vb_5b_81183b_d23</version>
98100
<type>pom</type>
99101
<scope>import</scope>

0 commit comments

Comments
 (0)