Skip to content

Commit

Permalink
Merge pull request #165 from strangelookingnerd/patch-1
Browse files Browse the repository at this point in the history
Use `jenkins.baseline` to reduce bom update mistakes
  • Loading branch information
Zastai authored Jan 29, 2025
2 parents e13bd7c + 2f566bb commit 48bc11d
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 @@ -27,7 +27,9 @@
<properties>
<revision>1.4.1</revision>
<changelist>-SNAPSHOT</changelist>
<jenkins.version>2.361.1</jenkins.version>
<!-- https://www.jenkins.io/doc/developer/plugin-development/choosing-jenkins-baseline/ -->
<jenkins.baseline>2.361</jenkins.baseline>
<jenkins.version>${jenkins.baseline}.1</jenkins.version>
<useBeta>true</useBeta>
</properties>

Expand All @@ -49,7 +51,7 @@
<dependencies>
<dependency>
<groupId>io.jenkins.tools.bom</groupId>
<artifactId>bom-2.361.x</artifactId>
<artifactId>bom-${jenkins.baseline}.x</artifactId>
<version>2102.v854b_fec19c92</version>
<scope>import</scope>
<type>pom</type>
Expand Down

0 comments on commit 48bc11d

Please sign in to comment.