Skip to content

Commit

Permalink
Use lower bom version
Browse files Browse the repository at this point in the history
  • Loading branch information
MRamonLeon committed Jul 6, 2020
1 parent 8a0d22a commit 666e6bd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<version>1.5-SNAPSHOT</version>
<packaging>hpi</packaging>
<properties>
<jenkins.version>2.222</jenkins.version>
<jenkins.version>2.176.1</jenkins.version>
<java.level>8</java.level>
</properties>
<name>Oracle Java SE Development Kit Installer Plugin</name>
Expand Down Expand Up @@ -45,8 +45,8 @@
<dependencies>
<dependency>
<groupId>io.jenkins.tools.bom</groupId>
<artifactId>bom-2.222.x</artifactId>
<version>10</version>
<artifactId>bom-2.176.x</artifactId>
<version>11</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down

0 comments on commit 666e6bd

Please sign in to comment.