Skip to content

Commit e45372a

Browse files
authored
Merge pull request #123 from jonesbusy-automation/plugin-modernizer-tool
Require 2.452.4
2 parents faf79f9 + 375074d commit e45372a

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

pom.xml

+5-3
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
<groupId>org.jenkins-ci.plugins</groupId>
88
<artifactId>plugin</artifactId>
99
<version>4.88</version>
10+
<relativePath />
1011
</parent>
1112

1213
<artifactId>conditional-buildstep</artifactId>
@@ -30,8 +31,9 @@
3031
<spotbugs.effort>Max</spotbugs.effort>
3132
<spotbugs.threshold>Low</spotbugs.threshold>
3233
<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>
3537
</properties>
3638
<licenses>
3739
<license>
@@ -95,7 +97,7 @@
9597
<dependency>
9698
<groupId>io.jenkins.tools.bom</groupId>
9799
<artifactId>bom-${jenkins.baseline}.x</artifactId>
98-
<version>3435.v238d66a_043fb_</version>
100+
<version>3875.v1df09947cde6</version>
99101
<scope>import</scope>
100102
<type>pom</type>
101103
</dependency>

0 commit comments

Comments
 (0)