Skip to content

Commit 8ed0819

Browse files
Modernize to Jenkins 2.440.3 (#214)
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 397ba8f commit 8ed0819

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
@@ -29,7 +29,7 @@
2929
<parent>
3030
<groupId>org.jenkins-ci.plugins</groupId>
3131
<artifactId>plugin</artifactId>
32-
<version>4.85</version>
32+
<version>4.86</version>
3333
<relativePath />
3434
</parent>
3535

@@ -71,7 +71,7 @@
7171

7272
<properties>
7373
<changelist>999999-SNAPSHOT</changelist>
74-
<jenkins.version>2.426.3</jenkins.version>
74+
<jenkins.version>2.440.3</jenkins.version>
7575
<gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo>
7676
</properties>
7777

@@ -92,12 +92,12 @@
9292
<dependencies>
9393
<dependency>
9494
<groupId>io.jenkins.tools.bom</groupId>
95-
<artifactId>bom-2.426.x</artifactId>
95+
<artifactId>bom-2.440.x</artifactId>
9696
<!-- Last 2.426.x BOM version before a trilead api upgrade -->
9797
<!-- Trilead API upgrade breaks plugin compatibility tests due to poor handling of optional dependencies -->
9898
<!-- Do not change this without checking plugin BOM passes with new version -->
9999
<!-- https://github.com/jenkinsci/bom/pull/3404 -->
100-
<version>3080.vfa_b_e4a_a_39b_44</version>
100+
<version>3234.v5ca_5154341ef</version>
101101
<scope>import</scope>
102102
<type>pom</type>
103103
</dependency>

0 commit comments

Comments
 (0)