Skip to content

Commit 4b35462

Browse files
committed
Require 2.479.1 or newer
1 parent 41c19af commit 4b35462

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
@@ -28,7 +28,7 @@
2828
<parent>
2929
<groupId>org.jenkins-ci.plugins</groupId>
3030
<artifactId>plugin</artifactId>
31-
<version>4.88</version>
31+
<version>5.8</version>
3232
<relativePath />
3333
</parent>
3434

@@ -55,8 +55,8 @@
5555
<properties>
5656
<changelist>999999-SNAPSHOT</changelist>
5757
<!-- https://www.jenkins.io/doc/developer/plugin-development/choosing-jenkins-baseline/ -->
58-
<jenkins.baseline>2.452</jenkins.baseline>
59-
<jenkins.version>${jenkins.baseline}.4</jenkins.version>
58+
<jenkins.baseline>2.479</jenkins.baseline>
59+
<jenkins.version>${jenkins.baseline}.1</jenkins.version>
6060
<gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo>
6161
<spotbugs.effort>Max</spotbugs.effort>
6262
<spotbugs.threshold>Low</spotbugs.threshold>
@@ -68,7 +68,7 @@
6868
<dependency>
6969
<groupId>io.jenkins.tools.bom</groupId>
7070
<artifactId>bom-${jenkins.baseline}.x</artifactId>
71-
<version>3850.vb_c5319efa_e29</version>
71+
<version>3944.v1a_e4f8b_452db_</version>
7272
<type>pom</type>
7373
<scope>import</scope>
7474
</dependency>

0 commit comments

Comments
 (0)