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 7
7
<groupId >org.jenkins-ci.plugins</groupId >
8
8
<artifactId >plugin</artifactId >
9
9
<version >4.88</version >
10
+ <relativePath />
10
11
</parent >
11
12
12
13
<artifactId >conditional-buildstep</artifactId >
30
31
<spotbugs .effort>Max</spotbugs .effort>
31
32
<spotbugs .threshold>Low</spotbugs .threshold>
32
33
<spotbugs .excludeFilterFile>${project.basedir} /src/spotbugs/spotbugs-excludes.xml</spotbugs .excludeFilterFile>
33
- <jenkins .baseline>2.440</jenkins .baseline>
34
- <jenkins .version>${jenkins.baseline} .3</jenkins .version>
34
+ <!-- https://www.jenkins.io/doc/developer/plugin-development/choosing-jenkins-baseline/ -->
35
+ <jenkins .baseline>2.452</jenkins .baseline>
36
+ <jenkins .version>${jenkins.baseline} .4</jenkins .version>
35
37
</properties >
36
38
<licenses >
37
39
<license >
95
97
<dependency >
96
98
<groupId >io.jenkins.tools.bom</groupId >
97
99
<artifactId >bom-${jenkins.baseline}.x</artifactId >
98
- <version >3435.v238d66a_043fb_ </version >
100
+ <version >3875.v1df09947cde6 </version >
99
101
<scope >import</scope >
100
102
<type >pom</type >
101
103
</dependency >
You can’t perform that action at this time.
0 commit comments