Skip to content

Commit

Permalink
Modernize to Jenkins 2.440.3
Browse files Browse the repository at this point in the history
  • Loading branch information
sghill-rewrite and TeamModerne committed Aug 5, 2024
1 parent b3ac2a6 commit 6250bae
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>
<relativePath />
</parent>

Expand All @@ -16,8 +16,8 @@
<dependencies>
<dependency>
<groupId>io.jenkins.tools.bom</groupId>
<artifactId>bom-2.401.x</artifactId>
<version>2745.vc7b_fe4c876fa_</version>
<artifactId>bom-2.440.x</artifactId>
<version>3234.v5ca_5154341ef</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand All @@ -32,7 +32,7 @@
<revision>2.4.4</revision>
<changelist>-SNAPSHOT</changelist>
<gitHubRepo>jenkinsci/build-name-setter-plugin</gitHubRepo>
<jenkins.version>2.401.3</jenkins.version>
<jenkins.version>2.440.3</jenkins.version>
<!--Enabling static analysis using spotbugs checks-->
<spotbugs.effort>Max</spotbugs.effort>
<spotbugs.threshold>Low</spotbugs.threshold> <!--Decreased threshold for more deeper checks-->
Expand Down

0 comments on commit 6250bae

Please sign in to comment.