Skip to content

Commit

Permalink
Merge pull request #86 from gounthar/require-newer-core
Browse files Browse the repository at this point in the history
Require 2.346.3 as minimum Jenkins version
  • Loading branch information
gounthar authored Oct 17, 2022
2 parents dbba2d3 + 69049c4 commit a950fb8
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 @@ -14,7 +14,7 @@

<properties>
<java.level>8</java.level>
<jenkins.version>2.249.1</jenkins.version>
<jenkins.version>2.346.1</jenkins.version>
</properties>

<developers>
Expand Down Expand Up @@ -44,8 +44,8 @@
<dependencies>
<dependency>
<groupId>io.jenkins.tools.bom</groupId>
<artifactId>bom-2.249.x</artifactId>
<version>961.vf0c9f6f59827</version>
<artifactId>bom-2.346.x</artifactId>
<version>1607.va_c1576527071</version>
<scope>import</scope>
<type>pom</type>
</dependency>
Expand Down Expand Up @@ -143,4 +143,4 @@
</plugins>
</pluginManagement>
</build>
</project>
</project>

0 comments on commit a950fb8

Please sign in to comment.