Skip to content

Commit

Permalink
Update to Jenkins 2.289.x LTS line (#194)
Browse files Browse the repository at this point in the history
  • Loading branch information
bitwiseman committed Jul 27, 2021
1 parent 9af50e3 commit 5eb7ad8
Showing 1 changed file with 5 additions and 11 deletions.
16 changes: 5 additions & 11 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ THE SOFTWARE.
<parent>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>plugin</artifactId>
<version>4.15</version>
<version>4.19</version>
<relativePath />
</parent>

Expand All @@ -46,7 +46,7 @@ THE SOFTWARE.
<revision>3.13</revision>
<changelist>-SNAPSHOT</changelist>
<gitHubRepo>jenkinsci/maven-plugin</gitHubRepo>
<jenkins.version>2.270</jenkins.version>
<jenkins.version>2.289.1</jenkins.version>
<java.level>8</java.level>
<mavenInterceptorsVersion>1.13</mavenInterceptorsVersion>
<!--
Expand Down Expand Up @@ -79,17 +79,11 @@ THE SOFTWARE.
<dependencies>
<dependency>
<groupId>io.jenkins.tools.bom</groupId>
<artifactId>bom-2.263.x</artifactId>
<version>21</version>
<artifactId>bom-2.289.x</artifactId>
<version>887.vae9c8ac09ff7</version>
<scope>import</scope>
<type>pom</type>
</dependency>
<!-- remove when parent pom upgrade it -->
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>3.7.7</version>
</dependency>
</dependencies>
</dependencyManagement>

Expand Down Expand Up @@ -738,7 +732,7 @@ THE SOFTWARE.
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-inline</artifactId>
<version>3.7.7</version>
<version>3.10.0</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 5eb7ad8

Please sign in to comment.