Skip to content

Commit 83f8f4b

Browse files
authored
Require 2.479.1 or newer (#83)
1 parent 3f6a241 commit 83f8f4b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pom.xml

+4-4
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.jenkins-ci.plugins</groupId>
66
<artifactId>plugin</artifactId>
7-
<version>4.86</version>
7+
<version>5.7</version>
88
<relativePath />
99
</parent>
1010

@@ -17,8 +17,8 @@
1717
<revision>5.6.0</revision>
1818
<changelist>999999-SNAPSHOT</changelist>
1919
<!-- https://www.jenkins.io/doc/developer/plugin-development/choosing-jenkins-baseline/ -->
20-
<jenkins.baseline>2.361</jenkins.baseline>
21-
<jenkins.version>${jenkins.baseline}.4</jenkins.version>
20+
<jenkins.baseline>2.479</jenkins.baseline>
21+
<jenkins.version>${jenkins.baseline}.1</jenkins.version>
2222
<gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo>
2323
</properties>
2424

@@ -59,7 +59,7 @@
5959
<dependency>
6060
<groupId>io.jenkins.tools.bom</groupId>
6161
<artifactId>bom-${jenkins.baseline}.x</artifactId>
62-
<version>2102.v854b_fec19c92</version>
62+
<version>3893.v213a_42768d35</version>
6363
<type>pom</type>
6464
<scope>import</scope>
6565
</dependency>

0 commit comments

Comments
 (0)