Skip to content

Commit

Permalink
Use jenkins.baseline to reduce bom update mistakes
Browse files Browse the repository at this point in the history
  • Loading branch information
strangelookingnerd authored and sghill committed Jan 16, 2025
1 parent 6d49910 commit 030ff21
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@
<properties>
<revision>1</revision>
<changelist>999999-SNAPSHOT</changelist>
<!-- Baseline Jenkins version you use to build the plugin. Users must have this version or newer to run. -->
<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>
<hpi.compatibleSinceVersion>1.9</hpi.compatibleSinceVersion>
</properties>
<artifactId>stashNotifier</artifactId>
Expand Down Expand Up @@ -80,7 +81,7 @@
<dependencies>
<dependency>
<groupId>io.jenkins.tools.bom</groupId>
<artifactId>bom-2.440.x</artifactId>
<artifactId>bom-${jenkins.baseline}.x</artifactId>
<version>3387.v0f2773fa_3200</version>
<scope>import</scope>
<type>pom</type>
Expand Down

0 comments on commit 030ff21

Please sign in to comment.