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 7171
7272 <properties >
7373 <changelist >999999-SNAPSHOT</changelist >
74- <jenkins .version>2.440.3</jenkins .version>
74+ <!-- https://www.jenkins.io/doc/developer/plugin-development/choosing-jenkins-baseline/ -->
75+ <jenkins .baseline>2.440</jenkins .baseline>
76+ <jenkins .version>${jenkins.baseline} .3</jenkins .version>
7577 <gitHubRepo >jenkinsci/${project.artifactId}-plugin</gitHubRepo >
7678 </properties >
7779
9294 <dependencies >
9395 <dependency >
9496 <groupId >io.jenkins.tools.bom</groupId >
95- <artifactId >bom-2.440 .x</artifactId >
97+ <artifactId >bom-${jenkins.baseline} .x</artifactId >
9698 <!-- Last 2.426.x BOM version before a trilead api upgrade -->
9799 <!-- Trilead API upgrade breaks plugin compatibility tests due to poor handling of optional dependencies -->
98100 <!-- Do not change this without checking plugin BOM passes with new version -->
You can’t perform that action at this time.
0 commit comments