Skip to content

Commit

Permalink
Applied recipe UpgradeToRecommendCoreVersion (#288)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonesbusy authored Jan 6, 2025
1 parent fa1c007 commit 157554e
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 @@ -16,7 +16,8 @@

<properties>
<changelist>999999-SNAPSHOT</changelist>
<jenkins.baseline>2.361</jenkins.baseline>
<!-- https://www.jenkins.io/doc/developer/plugin-development/choosing-jenkins-baseline/ -->
<jenkins.baseline>2.452</jenkins.baseline>
<jenkins.version>${jenkins.baseline}.4</jenkins.version>
<no-test-jar>false</no-test-jar>
<gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo>
Expand Down Expand Up @@ -51,7 +52,7 @@
<dependency>
<groupId>io.jenkins.tools.bom</groupId>
<artifactId>bom-${jenkins.baseline}.x</artifactId>
<version>2102.v854b_fec19c92</version>
<version>3875.v1df09947cde6</version>
<scope>import</scope>
<type>pom</type>
</dependency>
Expand Down

0 comments on commit 157554e

Please sign in to comment.