Skip to content

Commit

Permalink
Use jenkins.baseline to reduce bom update mistakes (#317)
Browse files Browse the repository at this point in the history
  • Loading branch information
strangelookingnerd authored Jan 14, 2025
1 parent 43ec920 commit b84a813
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 @@ -33,7 +33,9 @@
<properties>
<changelist>9999-SNAPSHOT</changelist>
<gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo>
<jenkins.version>2.387.3</jenkins.version>
<!-- https://www.jenkins.io/doc/developer/plugin-development/choosing-jenkins-baseline/ -->
<jenkins.baseline>2.387</jenkins.baseline>
<jenkins.version>${jenkins.baseline}.3</jenkins.version>
<docker-commons.version>445.v6b_646c962a_94</docker-commons.version>
</properties>

Expand Down Expand Up @@ -119,7 +121,7 @@
<dependencies>
<dependency>
<groupId>io.jenkins.tools.bom</groupId>
<artifactId>bom-2.387.x</artifactId>
<artifactId>bom-${jenkins.baseline}.x</artifactId>
<version>2543.vfb_1a_5fb_9496d</version>
<scope>import</scope>
<type>pom</type>
Expand Down

0 comments on commit b84a813

Please sign in to comment.