Skip to content

Commit

Permalink
Bump jenkins.version
Browse files Browse the repository at this point in the history
  • Loading branch information
strangelookingnerd authored and renovate[bot] committed Oct 6, 2024
1 parent 2e342f7 commit 7d6c83e
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 @@ -41,7 +41,8 @@

<properties>
<gitHubRepo>jenkinsci/custom-folder-icon-plugin</gitHubRepo>
<jenkins.version>2.462.1</jenkins.version>
<jenkins.baseline>2.462</jenkins.baseline>
<jenkins.version>${jenkins.baseline}.3</jenkins.version>
<revision>2.15</revision>
<changelist>-SNAPSHOT</changelist>
<spotless.check.skip>false</spotless.check.skip>
Expand All @@ -53,7 +54,7 @@
<dependencies>
<dependency>
<groupId>io.jenkins.tools.bom</groupId>
<artifactId>bom-2.462.x</artifactId>
<artifactId>bom-${jenkins.baseline}.x</artifactId>
<version>3435.v238d66a_043fb_</version>
<type>pom</type>
<scope>import</scope>
Expand Down

0 comments on commit 7d6c83e

Please sign in to comment.