Skip to content

Commit

Permalink
Modernize to Jenkins 2.440.3 (#214)
Browse files Browse the repository at this point in the history
  • Loading branch information
sghill-rewrite and TeamModerne authored Aug 6, 2024
1 parent 397ba8f commit 8ed0819
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.85</version>
<version>4.86</version>
<relativePath />
</parent>

Expand Down Expand Up @@ -71,7 +71,7 @@

<properties>
<changelist>999999-SNAPSHOT</changelist>
<jenkins.version>2.426.3</jenkins.version>
<jenkins.version>2.440.3</jenkins.version>
<gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo>
</properties>

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

0 comments on commit 8ed0819

Please sign in to comment.