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 11
11
12
12
<properties >
13
13
<java .level>11</java .level>
14
- <jenkins .version>2.414.3</jenkins .version>
14
+ <!-- https://www.jenkins.io/doc/developer/plugin-development/choosing-jenkins-baseline/ -->
15
+ <jenkins .baseline>2.414</jenkins .baseline>
16
+ <jenkins .version>${jenkins.baseline} .3</jenkins .version>
15
17
<findbugs .failOnError>false</findbugs .failOnError>
16
18
<maven .javadoc.skip>true</maven .javadoc.skip>
17
19
<violation-comments-lib >2.0.0</violation-comments-lib >
56
58
<dependencies >
57
59
<dependency >
58
60
<groupId >io.jenkins.tools.bom</groupId >
59
- <artifactId >bom-2.414 .x</artifactId >
61
+ <artifactId >bom-${jenkins.baseline} .x</artifactId >
60
62
<version >2884.vc36b_64ce114a_</version >
61
63
<type >pom</type >
62
64
<scope >import</scope >
You can’t perform that action at this time.
0 commit comments