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 Jan 13, 2025
1 parent 12e4567 commit a548914
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 @@ -56,9 +56,9 @@ limitations under the License.
<test.jenkins.blobstore.credential>FIXME_CREDENTIALS</test.jenkins.blobstore.credential>

<jclouds.version>2.5.0</jclouds.version>
<!-- Depend on latest Jenkins 2.x LTS
See README of https://github.com/jenkinsci/plugin-pom/ -->
<jenkins.version>2.440.1</jenkins.version>
<!-- https://www.jenkins.io/doc/developer/plugin-development/choosing-jenkins-baseline/ -->
<jenkins.baseline>2.440</jenkins.baseline>
<jenkins.version>${jenkins.baseline}.1</jenkins.version>
<gitHubRepo>jenkinsci/jclouds-plugin</gitHubRepo>
</properties>

Expand Down Expand Up @@ -104,7 +104,7 @@ limitations under the License.
<dependencies>
<dependency>
<groupId>io.jenkins.tools.bom</groupId>
<artifactId>bom-2.414.x</artifactId>
<artifactId>bom-${jenkins.baseline}.x</artifactId>
<version>2705.vf5c48c31285b_</version>
<scope>import</scope>
<type>pom</type>
Expand Down

0 comments on commit a548914

Please sign in to comment.