Skip to content

Commit

Permalink
Merge pull request #94 from jglick/2.164.x
Browse files Browse the repository at this point in the history
2.164.x
  • Loading branch information
jglick authored Apr 20, 2020
2 parents b22d034 + 47f9131 commit 1eaca0b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
buildPlugin(useAci: true, configurations: buildPlugin.recommendedConfigurations())
buildPlugin(useAci: true)
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<properties>
<revision>1.22</revision>
<changelist>-SNAPSHOT</changelist>
<jenkins.version>2.150.3</jenkins.version>
<jenkins.version>2.164.3</jenkins.version>
<java.level>8</java.level>
</properties>
<licenses>
Expand Down Expand Up @@ -54,8 +54,8 @@
<dependencies>
<dependency>
<groupId>io.jenkins.tools.bom</groupId>
<artifactId>bom-2.150.x</artifactId>
<version>7</version>
<artifactId>bom-2.164.x</artifactId>
<version>9</version>
<scope>import</scope>
<type>pom</type>
</dependency>
Expand Down

0 comments on commit 1eaca0b

Please sign in to comment.