Skip to content

Commit

Permalink
Applied recipe UpgradeToRecommendCoreVersion (#79)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonesbusy authored Jan 11, 2025
1 parent 158e4ac commit 981b134
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 @@ -44,7 +44,8 @@
<revision>1.4</revision>
<changelist>-SNAPSHOT</changelist>
<gitHubRepo>jenkinsci/artifactdeployer-plugin</gitHubRepo>
<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>
<!-- Requires triage -->
<spotbugs.threshold>High</spotbugs.threshold>
Expand All @@ -62,7 +63,7 @@
<dependency>
<groupId>io.jenkins.tools.bom</groupId>
<artifactId>bom-${jenkins.baseline}.x</artifactId>
<version>2102.v854b_fec19c92</version>
<version>3893.v213a_42768d35</version>
<scope>import</scope>
<type>pom</type>
</dependency>
Expand Down

0 comments on commit 981b134

Please sign in to comment.