Skip to content

Commit

Permalink
Merge pull request #122 from sghill-rewrite/modernize/jenkins-2.440.3
Browse files Browse the repository at this point in the history
Modernize to Jenkins 2.440.3
  • Loading branch information
sghill authored Aug 2, 2024
2 parents 6f8158d + 2aa60f8 commit cbb384a
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,7 +4,7 @@
<parent>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>plugin</artifactId>
<version>4.85</version>
<version>4.86</version>
</parent>

<name>Naginator</name>
Expand All @@ -29,7 +29,7 @@
<revision>1</revision>
<changelist>999999-SNAPSHOT</changelist>
<gitHubRepo>jenkinsci/naginator-plugin</gitHubRepo>
<jenkins.version>2.426.3</jenkins.version>
<jenkins.version>2.440.3</jenkins.version>
</properties>

<licenses>
Expand Down Expand Up @@ -78,8 +78,8 @@
<dependencies>
<dependency>
<groupId>io.jenkins.tools.bom</groupId>
<artifactId>bom-2.426.x</artifactId>
<version>3208.vb_21177d4b_cd9</version>
<artifactId>bom-2.440.x</artifactId>
<version>3221.ve8f7b_fdd149d</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down

0 comments on commit cbb384a

Please sign in to comment.