File tree 1 file changed +4
-2
lines changed
1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 31
31
32
32
<properties >
33
33
<changelist >999999-SNAPSHOT</changelist >
34
- <jenkins .version>2.440.3</jenkins .version>
34
+ <!-- https://www.jenkins.io/doc/developer/plugin-development/choosing-jenkins-baseline/ -->
35
+ <jenkins .baseline>2.440</jenkins .baseline>
36
+ <jenkins .version>${jenkins.baseline} .3</jenkins .version>
35
37
<gitHubRepo >jenkinsci/${project.artifactId}-plugin</gitHubRepo >
36
38
<spotless .check.skip>false</spotless .check.skip>
37
39
<hpi .compatibleSinceVersion>685</hpi .compatibleSinceVersion>
43
45
<dependencies >
44
46
<dependency >
45
47
<groupId >io.jenkins.tools.bom</groupId >
46
- <artifactId >bom-2.440 .x</artifactId >
48
+ <artifactId >bom-${jenkins.baseline} .x</artifactId >
47
49
<version >3289.v3ff9637cd241</version >
48
50
<type >pom</type >
49
51
<scope >import</scope >
You can’t perform that action at this time.
0 commit comments