Skip to content

Commit

Permalink
Merge pull request #108 from mPokornyETM/increase-jenkins-version
Browse files Browse the repository at this point in the history
Increase Jenkins version to 2.440.1
  • Loading branch information
mPokornyETM authored Oct 2, 2024
2 parents bb33417 + 911b81c commit b46376a
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@
<changelist>-SNAPSHOT</changelist>
<gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo>
<!-- Baseline Jenkins version you use to build the plugin. Users must have this version or newer to run. -->
<jenkins.version>2.361.4</jenkins.version>
<jenkins.baseline>2.440</jenkins.baseline>
<jenkins.version>${jenkins.baseline}.3</jenkins.version>
<!-- SpotBugs is a program which uses static analysis to look for bugs in Java code -->
<!-- Plugin maintenance can be improved by increasing the depth of spotbugs analysis. -->
<spotbugs.effort>Max</spotbugs.effort>
Expand All @@ -55,8 +56,8 @@
<dependencies>
<dependency>
<groupId>io.jenkins.tools.bom</groupId>
<artifactId>bom-2.361.x</artifactId>
<version>2102.v854b_fec19c92</version>
<artifactId>bom-${jenkins.baseline}.x</artifactId>
<version>3413.v0d896b_76a_30d</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down

0 comments on commit b46376a

Please sign in to comment.