Skip to content

Commit

Permalink
Modernize to Jenkins 2.440.3 (#93)
Browse files Browse the repository at this point in the history
* 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>

* Remove resolved TODO

---------

Co-authored-by: Moderne <team@moderne.io>
  • Loading branch information
sghill-rewrite and TeamModerne authored Aug 6, 2024
1 parent f6c8356 commit d8b301c
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<properties>
<changelist>999999-SNAPSHOT</changelist>
<gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo>
<jenkins.version>2.361.4</jenkins.version>
<jenkins.version>2.440.3</jenkins.version>
</properties>
<name>Command Agent Launcher Plugin</name>
<description>Allows agents to be launched using a specified command.</description>
Expand Down Expand Up @@ -46,9 +46,8 @@
<dependencies>
<dependency>
<groupId>io.jenkins.tools.bom</groupId>
<artifactId>bom-2.361.x</artifactId>
<!-- TODO when updating the bom check for script-security update and remove version override below -->
<version>2025.v816d28f1e04f</version>
<artifactId>bom-2.440.x</artifactId>
<version>3234.v5ca_5154341ef</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand All @@ -58,7 +57,6 @@
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>script-security</artifactId>
<version>1265.va_fb_290b_4b_d34</version>
</dependency>
<dependency>
<groupId>io.jenkins</groupId>
Expand Down

0 comments on commit d8b301c

Please sign in to comment.