Skip to content

Commit

Permalink
Use jenkins.baseline to reduce bom update mistakes (#356)
Browse files Browse the repository at this point in the history
  • Loading branch information
strangelookingnerd authored Jan 28, 2025
1 parent 7932b54 commit 6042b3b
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 @@ -15,7 +15,9 @@
<packaging>hpi</packaging>

<properties>
<jenkins.version>2.361.4</jenkins.version>
<!-- https://www.jenkins.io/doc/developer/plugin-development/choosing-jenkins-baseline/ -->
<jenkins.baseline>2.361</jenkins.baseline>
<jenkins.version>${jenkins.baseline}.4</jenkins.version>
<powermock.version>2.0.0</powermock.version>
<hpi.compatibleSinceVersion>2.9.0</hpi.compatibleSinceVersion>
<!-- Readd to enable Java 17 -->
Expand Down Expand Up @@ -50,7 +52,7 @@
<dependencies>
<dependency>
<groupId>io.jenkins.tools.bom</groupId>
<artifactId>bom-2.361.x</artifactId>
<artifactId>bom-${jenkins.baseline}.x</artifactId>
<version>1750.v0071fa_4c4a_e3</version>
<scope>import</scope>
<type>pom</type>
Expand Down

0 comments on commit 6042b3b

Please sign in to comment.