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 judovana committed Jan 14, 2025
1 parent c16250b commit fb6b15d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
<changelist>-SNAPSHOT</changelist>
<gitHubRepo>jenkinsci/report-generic-chart-column-plugin</gitHubRepo>
<chartjs.version>4.2.1.5</chartjs.version>
<jenkins.version>2.361.4</jenkins.version>
<!-- those twoo should be aligned -->
<bom.version>2.361.x</bom.version> <!-- Pick up common dependencies for the selected LTS line: https://github.com/jenkinsci/bom#usage -->
<!-- https://www.jenkins.io/doc/developer/plugin-development/choosing-jenkins-baseline/ -->
<jenkins.baseline>2.361</jenkins.baseline>
<jenkins.version>${jenkins.baseline}.4</jenkins.version>
</properties>

<developers>
Expand Down Expand Up @@ -58,7 +58,7 @@
<dependencies>
<dependency>
<groupId>io.jenkins.tools.bom</groupId>
<artifactId>bom-${bom.version}</artifactId>
<artifactId>bom-${jenkins.baseline}.x</artifactId>
<!-- Pick up common dependencies for the selected LTS line: https://github.com/jenkinsci/bom#usage -->
<version>2102.v854b_fec19c92</version>
<scope>import</scope>
Expand Down

0 comments on commit fb6b15d

Please sign in to comment.