Skip to content

Commit

Permalink
feat(pom.xml): raise Jenkins baseline to 2.387.3
Browse files Browse the repository at this point in the history
Use this link to re-run the recipe: https://app.moderne.io/recipes/org.openrewrite.jenkins.ModernizePlugin

Co-authored-by: Moderne <[email protected]>
  • Loading branch information
sghill-rewrite and TeamModerne committed Sep 16, 2023
1 parent 0049361 commit 318c117
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>plugin</artifactId>
<version>4.51</version>
<version>4.73</version>
<relativePath />
</parent>
<groupId>io.jenkins.plugins</groupId>
Expand All @@ -16,7 +16,7 @@
<changelist>-SNAPSHOT</changelist>

<!-- Baseline Jenkins version you use to build the plugin. Users must have this version or newer to run. -->
<jenkins.version>2.346.3</jenkins.version>
<jenkins.version>2.387.3</jenkins.version>
<gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo>
</properties>
<name>Jenkins description setter plugin</name>
Expand Down Expand Up @@ -45,8 +45,8 @@
<dependencies>
<dependency>
<groupId>io.jenkins.tools.bom</groupId>
<artifactId>bom-2.346.x</artifactId>
<version>1763.v092b_8980a_f5e</version>
<artifactId>bom-2.387.x</artifactId>
<version>2423.vce598171d115</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down

0 comments on commit 318c117

Please sign in to comment.