Skip to content

Commit

Permalink
Use jenkins.baseline to reduce bom update mistakes (#66)
Browse files Browse the repository at this point in the history
  • Loading branch information
strangelookingnerd authored Feb 19, 2025
1 parent 06e2d44 commit f1ce181
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 @@ -44,7 +44,9 @@
<properties>
<revision>2.7.5</revision>
<changelist>-SNAPSHOT</changelist>
<jenkins.version>2.479.1</jenkins.version>
<!-- https://www.jenkins.io/doc/developer/plugin-development/choosing-jenkins-baseline/ -->
<jenkins.baseline>2.479</jenkins.baseline>
<jenkins.version>${jenkins.baseline}.1</jenkins.version>
<gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo>
</properties>

Expand Down Expand Up @@ -115,7 +117,7 @@
<dependencies>
<dependency>
<groupId>io.jenkins.tools.bom</groupId>
<artifactId>bom-2.479.x</artifactId>
<artifactId>bom-${jenkins.baseline}.x</artifactId>
<version>3893.v213a_42768d35</version>
<scope>import</scope>
<type>pom</type>
Expand Down

0 comments on commit f1ce181

Please sign in to comment.