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 netomi committed Jan 13, 2025
1 parent cdbced2 commit 9bb8311
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@
<changelist>999999-SNAPSHOT</changelist>

<!-- https://www.jenkins.io/doc/developer/plugin-development/choosing-jenkins-baseline/ -->
<jenkins.version>2.361.4</jenkins.version>
<jenkins.baseline>2.361</jenkins.baseline>
<jenkins.version>${jenkins.baseline}.4</jenkins.version>
<replacer.version>1.5.3</replacer.version>

<generatedSourcesDir>${project.build.directory}/generated-sources</generatedSourcesDir>
Expand Down Expand Up @@ -127,7 +128,7 @@
<dependency>
<!-- Pick up common dependencies for the selected LTS line: https://github.com/jenkinsci/bom#usage -->
<groupId>io.jenkins.tools.bom</groupId>
<artifactId>bom-2.361.x</artifactId>
<artifactId>bom-${jenkins.baseline}.x</artifactId>
<version>2102.v854b_fec19c92</version>
<type>pom</type>
<scope>import</scope>
Expand Down

0 comments on commit 9bb8311

Please sign in to comment.