File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments