Skip to content

Commit 8539f14

Browse files
committedFeb 22, 2025·
Require 2.479.1 or newer
1 parent 5b63d0b commit 8539f14

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed
 

Diff for: ‎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.76</version>
8+
<version>5.7</version>
99
<relativePath />
1010
</parent>
1111

@@ -27,8 +27,8 @@
2727
<revision>1.12</revision>
2828
<changelist>-SNAPSHOT</changelist>
2929
<!-- https://www.jenkins.io/doc/developer/plugin-development/choosing-jenkins-baseline/ -->
30-
<jenkins.baseline>2.361</jenkins.baseline>
31-
<jenkins.version>${jenkins.baseline}.4</jenkins.version>
30+
<jenkins.baseline>2.479</jenkins.baseline>
31+
<jenkins.version>${jenkins.baseline}.1</jenkins.version>
3232
<gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo>
3333
</properties>
3434

@@ -57,7 +57,7 @@
5757
<dependency>
5858
<groupId>io.jenkins.tools.bom</groupId>
5959
<artifactId>bom-${jenkins.baseline}.x</artifactId>
60-
<version>2102.v854b_fec19c92</version>
60+
<version>3893.v213a_42768d35</version>
6161
<scope>import</scope>
6262
<type>pom</type>
6363
</dependency>

0 commit comments

Comments
 (0)
Please sign in to comment.