Skip to content

Commit

Permalink
Merge pull request #143 from jonesbusy/feature/baseline
Browse files Browse the repository at this point in the history
Use jenkins.baseline and require 2.452.4
  • Loading branch information
jonesbusy authored Dec 5, 2024
2 parents 5df49af + 8650dcb commit 97fed49
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 @@ -23,15 +23,16 @@

<properties>
<changelist>999999-SNAPSHOT</changelist>
<jenkins.version>2.440.3</jenkins.version>
<jenkins.baseline>2.452</jenkins.baseline>
<jenkins.version>${jenkins.baseline}.4</jenkins.version>
<gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo>
</properties>
<dependencyManagement>
<dependencies>
<dependency>
<groupId>io.jenkins.tools.bom</groupId>
<artifactId>bom-2.440.x</artifactId>
<version>3435.v238d66a_043fb_</version>
<artifactId>bom-${jenkins.baseline}.x</artifactId>
<version>3761.vd922730f0fd2</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down

0 comments on commit 97fed49

Please sign in to comment.