Skip to content

Commit

Permalink
Applied recipe MigrateToJenkinsBaseLineProperty
Browse files Browse the repository at this point in the history
  • Loading branch information
jonesbusy authored and Valentin Delaye committed Jan 9, 2025
1 parent 65894c3 commit 2a0678f
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 @@ -15,7 +15,9 @@
<properties>
<changelist>999999-SNAPSHOT</changelist>
<gitHubRepo>jenkinsci/s3-plugin</gitHubRepo>
<jenkins.version>2.479.1</jenkins.version>
<!-- https://www.jenkins.io/doc/developer/plugin-development/choosing-jenkins-baseline/ -->
<jenkins.baseline>2.479</jenkins.baseline>
<jenkins.version>${jenkins.baseline}.1</jenkins.version>
</properties>

<developers>
Expand Down Expand Up @@ -100,7 +102,7 @@
<dependencies>
<dependency>
<groupId>io.jenkins.tools.bom</groupId>
<artifactId>bom-2.479.x</artifactId>
<artifactId>bom-${jenkins.baseline}.x</artifactId>
<version>3875.v1df09947cde6</version>
<type>pom</type>
<scope>import</scope>
Expand Down

0 comments on commit 2a0678f

Please sign in to comment.