Skip to content

Commit 3cb4c9d

Browse files
authored
Bump Jenkins baseline and BOM to allow updating parent-pom (#99)
* Bump Jenkins baseline to 2.462 This aligns with current state of https://www.jenkins.io/doc/developer/plugin-development/choosing-jenkins-baseline/#changing-the-minimum-required-version * Bump parent-bomb to 5.5 * Bump baseline even higher * Bump bom dependency
1 parent 60def59 commit 3cb4c9d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.jenkins-ci.plugins</groupId>
77
<artifactId>plugin</artifactId>
8-
<version>4.88</version>
8+
<version>5.5</version>
99
<relativePath />
1010
</parent>
1111

@@ -34,8 +34,8 @@
3434
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
3535
<argLine>-Dfile.encoding=${project.build.sourceEncoding}</argLine>
3636
<!-- https://www.jenkins.io/doc/developer/plugin-development/choosing-jenkins-baseline/ -->
37-
<jenkins.baseline>2.426</jenkins.baseline>
38-
<jenkins.version>${jenkins.baseline}.3</jenkins.version>
37+
<jenkins.baseline>2.479</jenkins.baseline>
38+
<jenkins.version>${jenkins.baseline}.1</jenkins.version>
3939
<spotbugs.effort>Max</spotbugs.effort>
4040
<spotbugs.failOnError>true</spotbugs.failOnError>
4141
<spotbugs.threshold>Medium</spotbugs.threshold>
@@ -46,7 +46,7 @@
4646
<dependency>
4747
<groupId>io.jenkins.tools.bom</groupId>
4848
<artifactId>bom-${jenkins.baseline}.x</artifactId>
49-
<version>3208.vb_21177d4b_cd9</version>
49+
<version>4023.va_eeb_b_4e45f07</version>
5050
<type>pom</type>
5151
<scope>import</scope>
5252
</dependency>

0 commit comments

Comments
 (0)