Skip to content

Commit

Permalink
Require Jenkins 2.452.4 or newer (#281)
Browse files Browse the repository at this point in the history
* use `jenkins.baseline`
* update the Jenkins plugin BOM
  • Loading branch information
darinpope authored Oct 7, 2024
1 parent 376547c commit 2b3c945
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 @@ -28,14 +28,15 @@
<properties>
<changelist>999999-SNAPSHOT</changelist>
<gitHubRepo>jenkinsci/configurationslicing-plugin</gitHubRepo>
<jenkins.version>2.440.3</jenkins.version>
<jenkins.baseline>2.452</jenkins.baseline>
<jenkins.version>${jenkins.baseline}.4</jenkins.version>
</properties>
<dependencyManagement>
<dependencies>
<dependency>
<groupId>io.jenkins.tools.bom</groupId>
<artifactId>bom-2.440.x</artifactId>
<version>3413.v0d896b_76a_30d</version>
<artifactId>bom-${jenkins.baseline}.x</artifactId>
<version>3435.v238d66a_043fb_</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down

0 comments on commit 2b3c945

Please sign in to comment.