Skip to content

Commit

Permalink
Use jenkins.baseline to reduce bom update mistakes (#104)
Browse files Browse the repository at this point in the history
  • Loading branch information
strangelookingnerd authored Feb 7, 2025
1 parent ce5bd9f commit 993fede
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 @@ -24,15 +24,17 @@

<properties>
<changelist>999999-SNAPSHOT</changelist>
<jenkins.version>2.414.1</jenkins.version>
<!-- https://www.jenkins.io/doc/developer/plugin-development/choosing-jenkins-baseline/ -->
<jenkins.baseline>2.414</jenkins.baseline>
<jenkins.version>${jenkins.baseline}.1</jenkins.version>
<gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo>
</properties>

<dependencyManagement>
<dependencies>
<dependency>
<groupId>io.jenkins.tools.bom</groupId>
<artifactId>bom-2.375.x</artifactId>
<artifactId>bom-${jenkins.baseline}.x</artifactId>
<version>2179.v0884e842b_859</version>
<scope>import</scope>
<type>pom</type>
Expand Down

0 comments on commit 993fede

Please sign in to comment.