Skip to content

Commit

Permalink
Use same versions as git-plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
kinow committed Aug 20, 2021
1 parent 190e0a1 commit 761a378
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>plugin</artifactId>
<version>4.18</version>
<version>4.24</version>
<relativePath />
</parent>

Expand Down Expand Up @@ -36,8 +36,11 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<phantomjs.executable>phantomjs</phantomjs.executable>
<jenkins.version>2.222.4</jenkins.version>
<jenkins.version>2.263.1</jenkins.version>
<java.level>8</java.level>
<spotbugs.effort>Max</spotbugs.effort>
<spotbugs.failOnError>true</spotbugs.failOnError>
<spotbugs.threshold>Medium</spotbugs.threshold>
</properties>

<scm>
Expand Down

0 comments on commit 761a378

Please sign in to comment.