Skip to content

Commit

Permalink
Modernize to Jenkins 2.440.3 (#291)
Browse files Browse the repository at this point in the history
  • Loading branch information
sghill-rewrite and TeamModerne authored Aug 6, 2024
1 parent 3ab3838 commit 447d4da
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 @@ -4,15 +4,15 @@
<parent>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>plugin</artifactId>
<version>4.85</version>
<version>4.86</version>
<relativePath />
</parent>

<properties>
<revision>1.37</revision>
<changelist>-SNAPSHOT</changelist>
<gitHubRepo>jenkinsci/htmlpublisher-plugin</gitHubRepo>
<jenkins.version>2.387.3</jenkins.version>
<jenkins.version>2.440.3</jenkins.version>
</properties>

<licenses>
Expand Down Expand Up @@ -120,8 +120,8 @@
<dependencies>
<dependency>
<groupId>io.jenkins.tools.bom</groupId>
<artifactId>bom-2.387.x</artifactId>
<version>2543.vfb_1a_5fb_9496d</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 447d4da

Please sign in to comment.