Skip to content

Commit

Permalink
Merge pull request #86 from jglick/bom
Browse files Browse the repository at this point in the history
Switch to 2.289.x and matching BOM
  • Loading branch information
jglick authored Mar 11, 2022
2 parents 3408904 + d36559b commit 35851c9
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<packaging>hpi</packaging>
<properties>
<changelist>999999-SNAPSHOT</changelist>
<jenkins.version>2.281</jenkins.version>
<jenkins.version>2.289.1</jenkins.version>
<java.level>8</java.level>
<gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo>
</properties>
Expand All @@ -24,8 +24,8 @@
<dependencies>
<dependency>
<groupId>io.jenkins.tools.bom</groupId>
<artifactId>bom-2.277.x</artifactId>
<version>961.vf0c9f6f59827</version>
<artifactId>bom-2.289.x</artifactId>
<version>1181.v04b_21d4b_0d6c</version>
<scope>import</scope>
<type>pom</type>
</dependency>
Expand All @@ -45,13 +45,6 @@
<groupId>org.jenkinsci.plugins</groupId>
<artifactId>pipeline-model-definition</artifactId>
<scope>test</scope>
<!-- until next bom released to integrate 1.7.3 release -->
<exclusions>
<exclusion>
<groupId>com.fasterxml.jackson.datatype</groupId>
<artifactId>jackson-datatype-json-org</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
Expand Down

0 comments on commit 35851c9

Please sign in to comment.