File tree 1 file changed +5
-3
lines changed
1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,9 @@ THE SOFTWARE.
46
46
<revision >3.25</revision >
47
47
<changelist >-SNAPSHOT</changelist >
48
48
<gitHubRepo >jenkinsci/${project.artifactId}</gitHubRepo >
49
- <jenkins .version>2.440.3</jenkins .version>
49
+ <!-- https://www.jenkins.io/doc/developer/plugin-development/choosing-jenkins-baseline/ -->
50
+ <jenkins .baseline>2.452</jenkins .baseline>
51
+ <jenkins .version>${jenkins.baseline} .4</jenkins .version>
50
52
<mavenInterceptorsVersion >1.14</mavenInterceptorsVersion >
51
53
<!--
52
54
Minimal supported version of Maven.
@@ -76,8 +78,8 @@ THE SOFTWARE.
76
78
<dependencies >
77
79
<dependency >
78
80
<groupId >io.jenkins.tools.bom</groupId >
79
- <artifactId >bom-2.440 .x</artifactId >
80
- <version >3307.v2769886db_63b_ </version >
81
+ <artifactId >bom-${jenkins.baseline} .x</artifactId >
82
+ <version >3875.v1df09947cde6 </version >
81
83
<scope >import</scope >
82
84
<type >pom</type >
83
85
</dependency >
You can’t perform that action at this time.
0 commit comments