Skip to content

Commit

Permalink
Add jenkins.baseline variable to reduce manual bom update mistakes (#161
Browse files Browse the repository at this point in the history
)
  • Loading branch information
viceice authored Jul 26, 2024
1 parent 5299047 commit 7bf3836
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@

<properties>
<changelist>999999-SNAPSHOT</changelist>
<jenkins.version>2.440.3</jenkins.version>
<jenkins.baseline>2.440</jenkins.baseline>
<jenkins.version>${jenkins.baseline}.3</jenkins.version>

<!-- TODO: fix me -->
<revapi.skip>true</revapi.skip>
Expand All @@ -72,7 +73,7 @@
<dependencies>
<dependency>
<groupId>io.jenkins.tools.bom</groupId>
<artifactId>bom-2.440.x</artifactId>
<artifactId>bom-${jenkins.baseline}.x</artifactId>
<version>3208.vb_21177d4b_cd9</version>
<type>pom</type>
<scope>import</scope>
Expand Down

0 comments on commit 7bf3836

Please sign in to comment.