Skip to content

Commit

Permalink
Modernize to Jenkins 2.440.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?organizationId=SmVua2lucyBDSQ%3D%3D

Co-authored-by: Moderne <team@moderne.io>
  • Loading branch information
2 people authored and nfalco79 committed Aug 13, 2024
1 parent 881bc36 commit c6d8ed4
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 @@ -5,7 +5,7 @@
<parent>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>plugin</artifactId>
<version>4.74</version>
<version>4.86</version>
<relativePath />
</parent>

Expand Down Expand Up @@ -49,7 +49,7 @@
<changelist>-SNAPSHOT</changelist>
<gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo>
<!-- https://www.jenkins.io/doc/developer/plugin-development/choosing-jenkins-baseline/#changing-the-minimum-required-version -->
<jenkins.version>2.387.3</jenkins.version>
<jenkins.version>2.440.3</jenkins.version>

<checkstyle.version>10.3.3</checkstyle.version>
<assertj.version>3.25.3</assertj.version>
Expand All @@ -59,8 +59,8 @@
<dependencies>
<dependency>
<groupId>io.jenkins.tools.bom</groupId>
<artifactId>bom-2.387.x</artifactId>
<version>2543.vfb_1a_5fb_9496d</version>
<artifactId>bom-2.440.x</artifactId>
<version>3234.v5ca_5154341ef</version>
<scope>import</scope>
<type>pom</type>
</dependency>
Expand Down

0 comments on commit c6d8ed4

Please sign in to comment.