Skip to content

Commit 3216829

Browse files
authored
Require 2.479.1 or newer (#273)
1 parent b640b74 commit 3216829

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
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.jenkins-ci.plugins</groupId>
77
<artifactId>plugin</artifactId>
8-
<version>4.86</version>
8+
<version>5.7</version>
99
<relativePath />
1010
</parent>
1111

@@ -17,8 +17,8 @@
1717
<revision>2.4.4</revision>
1818
<changelist>-SNAPSHOT</changelist>
1919
<!-- https://www.jenkins.io/doc/developer/plugin-development/choosing-jenkins-baseline/ -->
20-
<jenkins.baseline>2.387</jenkins.baseline>
21-
<jenkins.version>${jenkins.baseline}.3</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

@@ -65,7 +65,7 @@
6565
<dependency>
6666
<groupId>io.jenkins.tools.bom</groupId>
6767
<artifactId>bom-${jenkins.baseline}.x</artifactId>
68-
<version>2543.vfb_1a_5fb_9496d</version>
68+
<version>3893.v213a_42768d35</version>
6969
<scope>import</scope>
7070
<type>pom</type>
7171
</dependency>

0 commit comments

Comments
 (0)