Skip to content

Commit

Permalink
Require Jenkins 2.319.1
Browse files Browse the repository at this point in the history
The "master" terminology is gone in favor of controller or
"built-in node".
  • Loading branch information
hashar committed Jan 11, 2022
1 parent 4cd08fe commit c70e020
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
<parent>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>plugin</artifactId>
<version>3.57</version>
<version>4.19</version>
<relativePath />
</parent>

Expand Down Expand Up @@ -87,15 +87,15 @@

<properties>
<java.level>8</java.level>
<jenkins.version>2.277.1</jenkins.version>
<jenkins.version>2.319.1</jenkins.version>
<gson.version>2.8.2</gson.version>
<gearman.version>0.10</gearman.version>
<hamcrest.version>2.2</hamcrest.version>
<mockito.version>2.28.2</mockito.version>
<powermock.version>2.0.7</powermock.version>
<objenesis.version>3.0.1</objenesis.version>
<jenkins-maven-plugin>3.8</jenkins-maven-plugin>
<slf4j-api>1.7.30</slf4j-api>
<jenkins-maven-plugin>3.15</jenkins-maven-plugin>
<slf4j-api>1.7.32</slf4j-api>
<maven.javadoc.skip>true</maven.javadoc.skip>
<findbugs.failOnError>false</findbugs.failOnError>
</properties>
Expand All @@ -105,8 +105,8 @@
<dependencies>
<dependency>
<groupId>io.jenkins.tools.bom</groupId>
<artifactId>bom-2.235.x</artifactId>
<version>25</version>
<artifactId>bom-2.319.x</artifactId>
<version>1013.vf8058992a042</version>
<scope>import</scope>
<type>pom</type>
</dependency>
Expand Down

0 comments on commit c70e020

Please sign in to comment.