Skip to content

Commit

Permalink
Require Jenkins 2.375.4 or newer (#141)
Browse files Browse the repository at this point in the history
Over 90% of users of the most recent release (4 months old) are running
2.375.1 or newer.
  • Loading branch information
MarkEWaite committed Apr 7, 2023
1 parent e83cad1 commit ae3caf8
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 @@ -59,7 +59,7 @@
<changelist>999999-SNAPSHOT</changelist>
<gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo>
<!-- https://www.jenkins.io/doc/developer/plugin-development/choosing-jenkins-baseline/ -->
<jenkins.version>2.361.4</jenkins.version>
<jenkins.version>2.375.4</jenkins.version>
<spotbugs.effort>Max</spotbugs.effort>
<spotbugs.threshold>Low</spotbugs.threshold>
</properties>
Expand All @@ -68,7 +68,7 @@
<dependencies>
<dependency>
<groupId>io.jenkins.tools.bom</groupId>
<artifactId>bom-2.361.x</artifactId>
<artifactId>bom-2.375.x</artifactId>
<version>1981.v17df70e84a_a_1</version>
<type>pom</type>
<scope>import</scope>
Expand Down

0 comments on commit ae3caf8

Please sign in to comment.