Skip to content

Commit 8a46834

Browse files
committed
Require Jenkins 2.479.1 or newer
Use most recent parent pom and most recent plugin BOM.
1 parent 97956b3 commit 8a46834

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

@@ -35,8 +35,8 @@
3535
<changelist>999999-SNAPSHOT</changelist>
3636

3737
<!-- https://www.jenkins.io/doc/developer/plugin-development/choosing-jenkins-baseline/ -->
38-
<jenkins.baseline>2.401</jenkins.baseline>
39-
<jenkins.version>${jenkins.baseline}.3</jenkins.version>
38+
<jenkins.baseline>2.479</jenkins.baseline>
39+
<jenkins.version>${jenkins.baseline}.1</jenkins.version>
4040
<gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo>
4141

4242
<httpcore.version>4.4.16</httpcore.version>
@@ -54,7 +54,7 @@
5454
<!-- Pick up common dependencies for the selected LTS line: https://github.com/jenkinsci/bom#usage -->
5555
<groupId>io.jenkins.tools.bom</groupId>
5656
<artifactId>bom-${jenkins.baseline}.x</artifactId>
57-
<version>2745.vc7b_fe4c876fa_</version>
57+
<version>4051.v78dce3ce8b_d6</version>
5858
<type>pom</type>
5959
<scope>import</scope>
6060
</dependency>

0 commit comments

Comments
 (0)