Skip to content

Commit 2d368b1

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 <[email protected]>
1 parent 59f71ce commit 2d368b1

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
@@ -28,7 +28,7 @@
2828
<parent>
2929
<groupId>org.jenkins-ci.plugins</groupId>
3030
<artifactId>plugin</artifactId>
31-
<version>4.85</version>
31+
<version>4.86</version>
3232
<relativePath />
3333
</parent>
3434
<groupId>org.jenkins-ci.plugins.workflow</groupId>
@@ -63,7 +63,7 @@
6363
</pluginRepositories>
6464
<properties>
6565
<changelist>999999-SNAPSHOT</changelist>
66-
<jenkins.version>2.387.3</jenkins.version>
66+
<jenkins.version>2.440.3</jenkins.version>
6767
<no-test-jar>false</no-test-jar>
6868
<useBeta>true</useBeta>
6969
<hpi.compatibleSinceVersion>3.0</hpi.compatibleSinceVersion>
@@ -73,8 +73,8 @@
7373
<dependencies>
7474
<dependency>
7575
<groupId>io.jenkins.tools.bom</groupId>
76-
<artifactId>bom-2.387.x</artifactId>
77-
<version>2543.vfb_1a_5fb_9496d</version>
76+
<artifactId>bom-2.440.x</artifactId>
77+
<version>3234.v5ca_5154341ef</version>
7878
<scope>import</scope>
7979
<type>pom</type>
8080
</dependency>

0 commit comments

Comments
 (0)