Skip to content

Commit

Permalink
Modernize to Jenkins 2.440.3 (#73)
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
sghill-rewrite and TeamModerne authored Aug 6, 2024
1 parent 3622422 commit 05207f3
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,15 +4,15 @@
<parent>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>plugin</artifactId>
<version>4.69</version>
<version>4.86</version>
<relativePath/>
</parent>
<artifactId>jdk-tool</artifactId>
<version>${changelist}</version>
<packaging>hpi</packaging>
<properties>
<changelist>999999-SNAPSHOT</changelist>
<jenkins.version>2.361.4</jenkins.version>
<jenkins.version>2.440.3</jenkins.version>
<gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo>
</properties>
<name>Oracle Java SE Development Kit Installer Plugin</name>
Expand Down Expand Up @@ -45,8 +45,8 @@
<dependencies>
<dependency>
<groupId>io.jenkins.tools.bom</groupId>
<artifactId>bom-2.361.x</artifactId>
<version>2000.v4677a_6e0ffea</version>
<artifactId>bom-2.440.x</artifactId>
<version>3234.v5ca_5154341ef</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down

0 comments on commit 05207f3

Please sign in to comment.