Skip to content

Commit

Permalink
Use jenkins.baseline to reduce bom update mistakes (#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
strangelookingnerd authored Jan 17, 2025
1 parent 8adee33 commit a5d7c4f
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 @@ -12,7 +12,9 @@
<packaging>hpi</packaging>
<properties>
<changelist>999999-SNAPSHOT</changelist>
<jenkins.version>2.440.3</jenkins.version>
<!-- https://www.jenkins.io/doc/developer/plugin-development/choosing-jenkins-baseline/ -->
<jenkins.baseline>2.440</jenkins.baseline>
<jenkins.version>${jenkins.baseline}.3</jenkins.version>
<gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo>
</properties>
<name>Oracle Java SE Development Kit Installer Plugin</name>
Expand Down Expand Up @@ -45,7 +47,7 @@
<dependencies>
<dependency>
<groupId>io.jenkins.tools.bom</groupId>
<artifactId>bom-2.440.x</artifactId>
<artifactId>bom-${jenkins.baseline}.x</artifactId>
<version>3234.v5ca_5154341ef</version>
<type>pom</type>
<scope>import</scope>
Expand Down

0 comments on commit a5d7c4f

Please sign in to comment.