Skip to content

Commit

Permalink
Use jenkins.baseline for plugin BOM version (#113)
Browse files Browse the repository at this point in the history
Reduce duplication in the pom file and make the plugin pom file closer
to the archetype.
  • Loading branch information
MarkEWaite authored Dec 14, 2024
1 parent bfaa8a8 commit 3ef3c92
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 @@ -33,7 +33,8 @@
<properties>
<revision>3.4.1</revision>
<changelist>999999-SNAPSHOT</changelist>
<jenkins.version>2.452.4</jenkins.version>
<jenkins.baseline>2.452</jenkins.baseline>
<jenkins.version>${jenkins.baseline}.4</jenkins.version>
<gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo>
<hpi.compatibleSinceVersion>3.2</hpi.compatibleSinceVersion>
<spotless.check.skip>false</spotless.check.skip>
Expand All @@ -43,7 +44,7 @@
<dependencies>
<dependency>
<groupId>io.jenkins.tools.bom</groupId>
<artifactId>bom-2.452.x</artifactId>
<artifactId>bom-${jenkins.baseline}.x</artifactId>
<version>3790.va_b_a_2d26d2b_69</version>
<type>pom</type>
<scope>import</scope>
Expand Down

0 comments on commit 3ef3c92

Please sign in to comment.