File tree 1 file changed +4
-3
lines changed
1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 52
52
<gitHubRepo >jenkinsci/${project.artifactId}-plugin</gitHubRepo >
53
53
<jira-rest-client .version>5.2.7</jira-rest-client .version>
54
54
<fugue .version>4.7.2</fugue .version>
55
- <!-- jenkins -->
56
- <jenkins .version>2.479.3</jenkins .version>
55
+ <!-- https://www.jenkins.io/doc/developer/plugin-development/choosing-jenkins-baseline/ -->
56
+ <jenkins .baseline>2.479</jenkins .baseline>
57
+ <jenkins .version>${jenkins.baseline} .3</jenkins .version>
57
58
<spotless .check.skip>false</spotless .check.skip>
58
59
</properties >
59
60
60
61
<dependencyManagement >
61
62
<dependencies >
62
63
<dependency >
63
64
<groupId >io.jenkins.tools.bom</groupId >
64
- <artifactId >bom-2.479 .x</artifactId >
65
+ <artifactId >bom-${jenkins.baseline} .x</artifactId >
65
66
<version >3875.v1df09947cde6</version >
66
67
<type >pom</type >
67
68
<scope >import</scope >
You can’t perform that action at this time.
0 commit comments