Skip to content

Commit ae95198

Browse files
authored
Require 2.479.1 LTS or newer (#260)
1 parent 615b81c commit ae95198

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

pom.xml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,9 @@
2525
<properties>
2626
<revision>1.321</revision>
2727
<changelist>999999-SNAPSHOT</changelist>
28-
<jenkins.version>2.479</jenkins.version>
28+
<!-- https://www.jenkins.io/doc/developer/plugin-development/choosing-jenkins-baseline/ -->
29+
<jenkins.baseline>2.479</jenkins.baseline>
30+
<jenkins.version>${jenkins.baseline}.1</jenkins.version>
2931
<gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo>
3032
<no-test-jar>false</no-test-jar>
3133
</properties>
@@ -102,8 +104,8 @@
102104
<dependencies>
103105
<dependency>
104106
<groupId>io.jenkins.tools.bom</groupId>
105-
<artifactId>bom-2.462.x</artifactId>
106-
<version>3258.vcdcf15936a_fd</version>
107+
<artifactId>bom-${jenkins.baseline}.x</artifactId>
108+
<version>3482.vc10d4f6da_28a_</version>
107109
<scope>import</scope>
108110
<type>pom</type>
109111
</dependency>

0 commit comments

Comments
 (0)