Skip to content

Commit a87fc7a

Browse files
authored
Require 2.479.1 LTS or newer (#219)
1 parent 66abb73 commit a87fc7a

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

pom.xml

+4-2
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>5.1</version>
8+
<version>5.2</version>
99
<relativePath />
1010
</parent>
1111

@@ -28,7 +28,9 @@
2828
<revision>4.11.0</revision>
2929
<changelist>999999-SNAPSHOT</changelist>
3030
<gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo>
31-
<jenkins.version>2.479</jenkins.version>
31+
<!-- https://www.jenkins.io/doc/developer/plugin-development/choosing-jenkins-baseline/ -->
32+
<jenkins.baseline>2.479</jenkins.baseline>
33+
<jenkins.version>${jenkins.baseline}.1</jenkins.version>
3234
<no-test-jar>false</no-test-jar>
3335
<!--
3436
beware https://github.com/jenkinsci/plugin-pom/issues/705 and https://github.com/jenkinsci/plugin-pom/issues/707

0 commit comments

Comments
 (0)