Skip to content

Commit

Permalink
Use jenkins.baseline to reduce bom update mistakes
Browse files Browse the repository at this point in the history
  • Loading branch information
strangelookingnerd authored Jan 13, 2025
1 parent e5d8250 commit 34b9a0d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@
</parent>

<properties>
<jenkins.version>2.462.3</jenkins.version>
<!-- https://www.jenkins.io/doc/developer/plugin-development/choosing-jenkins-baseline/ -->
<jenkins.baseline>2.462</jenkins.baseline>
<jenkins.version>${jenkins.baseline}.3</jenkins.version>
<skipITs>true</skipITs>
<buildinfo.version>2.41.23</buildinfo.version>
</properties>
Expand Down Expand Up @@ -219,7 +221,7 @@
<dependencies>
<dependency>
<groupId>io.jenkins.tools.bom</groupId>
<artifactId>bom-2.462.x</artifactId>
<artifactId>bom-${jenkins.baseline}.x</artifactId>
<version>3387.v0f2773fa_3200</version>
<scope>import</scope>
<type>pom</type>
Expand Down

0 comments on commit 34b9a0d

Please sign in to comment.