Skip to content

Commit

Permalink
Merge pull request #151 from MarkEWaite/require-jenkins-2.332.4
Browse files Browse the repository at this point in the history
Require Jenkins 2.332.4 or newer
  • Loading branch information
MarkEWaite committed Aug 9, 2022
2 parents 934e426 + 9562928 commit 3d05cf8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
<properties>
<changelist>999999-SNAPSHOT</changelist>
<gitHubRepo>jenkinsci/schedule-build-plugin</gitHubRepo>
<jenkins.version>2.319.3</jenkins.version>
<jenkins.version>2.332.4</jenkins.version>
<spotbugs.effort>Max</spotbugs.effort>
<spotbugs.failOnError>true</spotbugs.failOnError>
<spotbugs.threshold>Low</spotbugs.threshold>
Expand All @@ -60,7 +60,7 @@
<dependencies>
<dependency>
<groupId>io.jenkins.tools.bom</groupId>
<artifactId>bom-2.319.x</artifactId>
<artifactId>bom-2.332.x</artifactId>
<version>1577.v63609d9cb_5dc</version>
<type>pom</type>
<scope>import</scope>
Expand Down

0 comments on commit 3d05cf8

Please sign in to comment.