Skip to content

Commit 22c6073

Browse files
authored
Add baseline variable (#546)
1 parent 3588b70 commit 22c6073

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

pom.xml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@
3333
<changelist>999999-SNAPSHOT</changelist>
3434
<gitHubRepo>jenkinsci/pipeline-graph-view-plugin</gitHubRepo>
3535
<!-- Baseline Jenkins version you use to build the plugin. Users must have this version or newer to run. -->
36-
<jenkins.version>2.479</jenkins.version>
36+
<jenkins.baseline>2.479</jenkins.baseline>
37+
<jenkins.version>${jenkins.baseline}.1</jenkins.version>
3738
<node.version>20.18.0</node.version>
3839
<npm.version>10.9.0</npm.version>
3940
<spotless.check.skip>false</spotless.check.skip>
@@ -44,8 +45,8 @@
4445
<dependency>
4546
<!-- Pick up common dependencies for the selected LTS line: https://github.com/jenkinsci/bom#usage -->
4647
<groupId>io.jenkins.tools.bom</groupId>
47-
<artifactId>bom-2.452.x</artifactId>
48-
<version>3435.v238d66a_043fb_</version>
48+
<artifactId>bom-${jenkins.baseline}.x</artifactId>
49+
<version>3559.vb_5b_81183b_d23</version>
4950
<type>pom</type>
5051
<scope>import</scope>
5152
</dependency>

0 commit comments

Comments
 (0)