File tree 1 file changed +3
-2
lines changed
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 38
38
<gitHubRepo >jenkinsci/${project.artifactId}-plugin</gitHubRepo >
39
39
40
40
<!-- https://www.jenkins.io/doc/developer/plugin-development/choosing-jenkins-baseline/ -->
41
- <jenkins .version>2.426.3</jenkins .version>
41
+ <jenkins .baseline>2.426</jenkins .baseline>
42
+ <jenkins .version>${jenkins.baseline} .3</jenkins .version>
42
43
<maven .version>3.8.1</maven .version>
43
44
<revision >1.0</revision >
44
45
<spotless .check.skip>false</spotless .check.skip>
49
50
<dependency >
50
51
<!-- Pick up common dependencies for the selected LTS line: https://github.com/jenkinsci/bom#usage -->
51
52
<groupId >io.jenkins.tools.bom</groupId >
52
- <artifactId >bom-2.426 .x</artifactId >
53
+ <artifactId >bom-${jenkins.baseline} .x</artifactId >
53
54
<version >2928.ved44ea_84e034</version >
54
55
<type >pom</type >
55
56
<scope >import</scope >
You can’t perform that action at this time.
0 commit comments