Skip to content

Commit

Permalink
Modernize to Jenkins 2.440.3 (#275)
Browse files Browse the repository at this point in the history
Co-authored-by: Moderne <team@moderne.io>
  • Loading branch information
sghill-rewrite and TeamModerne authored Aug 6, 2024
1 parent f41f52b commit 15ef170
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<parent>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>plugin</artifactId>
<version>4.82</version>
<version>4.86</version>
<relativePath />
</parent>

Expand Down Expand Up @@ -62,7 +62,7 @@
</scm>

<properties>
<jenkins.version>2.387.3</jenkins.version>
<jenkins.version>2.440.3</jenkins.version>
<revision>4.2.21</revision>
<changelist>999999-SNAPSHOT</changelist>
<gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo>
Expand All @@ -86,8 +86,8 @@
<dependencies>
<dependency>
<groupId>io.jenkins.tools.bom</groupId>
<artifactId>bom-2.387.x</artifactId>
<version>2507.vcb_18c56b_f57c</version>
<artifactId>bom-2.440.x</artifactId>
<version>3234.v5ca_5154341ef</version>
<scope>import</scope>
<type>pom</type>
</dependency>
Expand Down

0 comments on commit 15ef170

Please sign in to comment.