Skip to content

Commit

Permalink
Use Jenkins 2.263.1 as minimum Jenkins version
Browse files Browse the repository at this point in the history
over 90% of users on last 4 releases are 2.263.1 or newer
  • Loading branch information
MarkEWaite committed Mar 16, 2021
1 parent e8070be commit 5561493
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 @@ -30,7 +30,7 @@
<gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<argLine>-Dfile.encoding=${project.build.sourceEncoding}</argLine>
<jenkins.version>2.249.1</jenkins.version>
<jenkins.version>2.263.1</jenkins.version>
<java.level>8</java.level>
<no-test-jar>false</no-test-jar>
<useBeta>true</useBeta>
Expand Down Expand Up @@ -287,7 +287,7 @@
<dependencies>
<dependency>
<groupId>io.jenkins.tools.bom</groupId>
<artifactId>bom-2.249.x</artifactId>
<artifactId>bom-2.263.x</artifactId>
<version>26</version>
<scope>import</scope>
<type>pom</type>
Expand Down

0 comments on commit 5561493

Please sign in to comment.