Skip to content

Commit bc9226c

Browse files
committed
Upgrade Jenkins core to 2.440 and follow pom archetype for bom
1 parent fab9683 commit bc9226c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pom.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@
2929
<revision>2.9.0</revision>
3030
<changelist>999999-SNAPSHOT</changelist>
3131
<!-- https://www.jenkins.io/doc/developer/plugin-development/choosing-jenkins-baseline/ -->
32-
<jenkins.version>2.426.3</jenkins.version>
32+
<jenkins.baseline>2.440</jenkins.baseline>
33+
<jenkins.version>${jenkins.baseline}.3</jenkins.version>
3334
<gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo>
3435
<spotless.check.skip>false</spotless.check.skip>
3536
<json-smart.version>2.5.1</json-smart.version>
@@ -39,7 +40,7 @@
3940
<dependencies>
4041
<dependency>
4142
<groupId>io.jenkins.tools.bom</groupId>
42-
<artifactId>bom-2.426.x</artifactId>
43+
<artifactId>bom-${jenkins.baseline}.x</artifactId>
4344
<version>3023.v02a_987a_b_3ff9</version>
4445
<type>pom</type>
4546
<scope>import</scope>

0 commit comments

Comments
 (0)