Skip to content

Commit 83ede02

Browse files
committed
Require 2.479.1 or newer
1 parent 96f4fe7 commit 83ede02

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

@@ -34,8 +34,8 @@
3434
<changelist>999999-SNAPSHOT</changelist>
3535
<gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo>
3636
<!-- https://www.jenkins.io/doc/developer/plugin-development/choosing-jenkins-baseline/ -->
37-
<jenkins.baseline>2.387</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
</properties>
4040

4141
<repositories>
@@ -157,7 +157,7 @@
157157
<dependency>
158158
<groupId>io.jenkins.tools.bom</groupId>
159159
<artifactId>bom-${jenkins.baseline}.x</artifactId>
160-
<version>2543.vfb_1a_5fb_9496d</version>
160+
<version>3893.v213a_42768d35</version>
161161
<scope>import</scope>
162162
<type>pom</type>
163163
</dependency>

0 commit comments

Comments
 (0)