Skip to content

Commit

Permalink
Applied recipe UpgradeToRecommendCoreVersion
Browse files Browse the repository at this point in the history
  • Loading branch information
jonesbusy committed Dec 29, 2024
1 parent 4bf589c commit 1b5ad7e
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>plugin</artifactId>
<version>4.86</version>
<version>4.88</version>
<relativePath />
</parent>

Expand Down Expand Up @@ -46,7 +46,9 @@
<revision>3.1.6</revision>
<changelist>-SNAPSHOT</changelist>
<hpi.compatibleSinceVersion>3.0.0</hpi.compatibleSinceVersion>
<jenkins.version>2.440.3</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>

<!-- dependencies versions -->
Expand All @@ -73,8 +75,8 @@
<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>3850.vb_c5319efa_e29</version>
<scope>import</scope>
<type>pom</type>
</dependency>
Expand Down

0 comments on commit 1b5ad7e

Please sign in to comment.