Skip to content

Commit 3026153

Browse files
Modernize to Jenkins 2.440.3
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>
1 parent 0d945d8 commit 3026153

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.jenkins-ci.plugins</groupId>
66
<artifactId>plugin</artifactId>
7-
<version>4.81</version>
7+
<version>4.86</version>
88
<relativePath/>
99
</parent>
1010

@@ -17,7 +17,7 @@
1717

1818
<properties>
1919
<changelist>999999-SNAPSHOT</changelist>
20-
<jenkins.version>2.361.4</jenkins.version>
20+
<jenkins.version>2.440.3</jenkins.version>
2121
<gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo>
2222
</properties>
2323

@@ -40,8 +40,8 @@
4040
<dependencies>
4141
<dependency>
4242
<groupId>io.jenkins.tools.bom</groupId>
43-
<artifactId>bom-2.361.x</artifactId>
44-
<version>2102.v854b_fec19c92</version>
43+
<artifactId>bom-2.440.x</artifactId>
44+
<version>3234.v5ca_5154341ef</version>
4545
<scope>import</scope>
4646
<type>pom</type>
4747
</dependency>

0 commit comments

Comments
 (0)