Skip to content

Commit 9660aa3

Browse files
authored
Require 2.479.1 or newer (#129)
1 parent c839156 commit 9660aa3

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

pom.xml

+5-7
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

@@ -21,10 +21,8 @@
2121
<changelist>-SNAPSHOT</changelist>
2222
<gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo>
2323
<!-- https://www.jenkins.io/doc/developer/plugin-development/choosing-jenkins-baseline/ -->
24-
<jenkins.baseline>2.361</jenkins.baseline>
25-
<jenkins.version>${jenkins.baseline}.4</jenkins.version>
26-
<bom>${jenkins.baseline}.x</bom>
27-
<bom.version>2102.v854b_fec19c92</bom.version>
24+
<jenkins.baseline>2.479</jenkins.baseline>
25+
<jenkins.version>${jenkins.baseline}.1</jenkins.version>
2826
</properties>
2927

3028
<scm>
@@ -51,8 +49,8 @@
5149
<dependencies>
5250
<dependency>
5351
<groupId>io.jenkins.tools.bom</groupId>
54-
<artifactId>bom-${bom}</artifactId>
55-
<version>${bom.version}</version>
52+
<artifactId>bom-${jenkins.baseline}.x</artifactId>
53+
<version>3893.v213a_42768d35</version>
5654
<scope>import</scope>
5755
<type>pom</type>
5856
</dependency>

0 commit comments

Comments
 (0)