Skip to content

Commit

Permalink
Applied recipe UpgradeToRecommendCoreVersion
Browse files Browse the repository at this point in the history
  • Loading branch information
jonesbusy committed Jan 11, 2025
1 parent 5371d2b commit 4f77c36
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>plugin</artifactId>
<version>4.88</version>
<relativePath/>
</parent>

<artifactId>run-condition</artifactId>
Expand All @@ -41,8 +42,9 @@
<properties>
<revision>1.8</revision>
<changelist>999999-SNAPSHOT</changelist>
<jenkins.baseline>2.387</jenkins.baseline>
<jenkins.version>${jenkins.baseline}.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>
<spotbugs.effort>Max</spotbugs.effort>
<spotbugs.threshold>Low</spotbugs.threshold>
</properties>
Expand All @@ -67,7 +69,7 @@
<dependency>
<groupId>io.jenkins.tools.bom</groupId>
<artifactId>bom-${jenkins.baseline}.x</artifactId>
<version>2543.vfb_1a_5fb_9496d</version>
<version>3893.v213a_42768d35</version>
<scope>import</scope>
<type>pom</type>
</dependency>
Expand Down

0 comments on commit 4f77c36

Please sign in to comment.