Skip to content

Commit

Permalink
Merge pull request #1031 from jonesbusy-automation/plugin-modernizer-…
Browse files Browse the repository at this point in the history
…tool

Update pom.xml to match archetype and use `jenkins.baseline` property to keep bom in sync
  • Loading branch information
res0nance authored Jan 8, 2025
2 parents e8aedb7 + 9822497 commit 630462d
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 @@ -74,7 +74,9 @@ THE SOFTWARE.

<properties>
<changelist>999999-SNAPSHOT</changelist>
<jenkins.version>2.452.4</jenkins.version>
<!-- https://www.jenkins.io/doc/developer/plugin-development/choosing-jenkins-baseline/ -->
<jenkins.baseline>2.452</jenkins.baseline>
<jenkins.version>${jenkins.baseline}.4</jenkins.version>
<gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo>
<hpi.compatibleSinceVersion>1626</hpi.compatibleSinceVersion>
<spotless.check.skip>false</spotless.check.skip>
Expand All @@ -84,7 +86,7 @@ THE SOFTWARE.
<dependencies>
<dependency>
<groupId>io.jenkins.tools.bom</groupId>
<artifactId>bom-2.452.x</artifactId>
<artifactId>bom-${jenkins.baseline}.x</artifactId>
<version>3761.vd922730f0fd2</version>
<type>pom</type>
<scope>import</scope>
Expand Down Expand Up @@ -131,7 +133,6 @@ THE SOFTWARE.
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>node-iterator-api</artifactId>
<version>55.v3b_77d4032326</version>
</dependency>
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
Expand Down

0 comments on commit 630462d

Please sign in to comment.