Skip to content

Commit f83e4f3

Browse files
Modernize to Jenkins 2.440.3 (#868)
Use this link to re-run the recipe: https://app.moderne.io/recipes/org.openrewrite.jenkins.ModernizePlugin?organizationId=MGEyZWY1M2UtOTE4Mi00NmZlLThlNjAtMjczMjUzOTcxZThk Co-authored-by: Moderne <team@moderne.io>
1 parent 8e6d479 commit f83e4f3

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
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.jenkins-ci.plugins</groupId>
77
<artifactId>plugin</artifactId>
8-
<version>4.81</version>
8+
<version>4.86</version>
99
<relativePath />
1010
</parent>
1111

@@ -28,7 +28,7 @@
2828
<properties>
2929
<changelist>999999-SNAPSHOT</changelist>
3030
<gitHubRepo>jenkinsci/bitbucket-branch-source-plugin</gitHubRepo>
31-
<jenkins.version>2.401.3</jenkins.version>
31+
<jenkins.version>2.440.3</jenkins.version>
3232
<hpi.compatibleSinceVersion>2.0</hpi.compatibleSinceVersion>
3333
<useBeta>true</useBeta> <!-- Jenkins.MANAGE -->
3434
</properties>
@@ -63,8 +63,8 @@
6363
<dependencies>
6464
<dependency>
6565
<groupId>io.jenkins.tools.bom</groupId>
66-
<artifactId>bom-2.401.x</artifactId>
67-
<version>2745.vc7b_fe4c876fa_</version>
66+
<artifactId>bom-2.440.x</artifactId>
67+
<version>3221.ve8f7b_fdd149d</version>
6868
<scope>import</scope>
6969
<type>pom</type>
7070
</dependency>

0 commit comments

Comments
 (0)