Skip to content

Commit

Permalink
feat: Modernize to Jenkins 2.375.4 (#80)
Browse files Browse the repository at this point in the history
Use this link to re-run the recipe: https://app.moderne.io/recipes/org.openrewrite.jenkins.ModernizePlugin

Co-authored-by: Moderne <[email protected]>
  • Loading branch information
sghill-rewrite and TeamModerne authored Aug 5, 2023
1 parent 788b9bc commit 5073eb3
Showing 1 changed file with 13 additions and 5 deletions.
18 changes: 13 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
<parent>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>plugin</artifactId>
<version>4.53</version>
<version>4.71</version>
<relativePath />
</parent>

<properties>
<java.level>11</java.level>
<jenkins.version>2.361.4</jenkins.version>
<jenkins.version>2.375.4</jenkins.version>
<findbugs.failOnError>false</findbugs.failOnError>
<maven.javadoc.skip>true</maven.javadoc.skip>
<violation-comments-lib>1.101.4</violation-comments-lib>
Expand Down Expand Up @@ -52,6 +52,17 @@
<url>https://github.com/jenkinsci/${project.artifactId}-plugin</url>
<tag>HEAD</tag>
</scm>
<dependencyManagement>
<dependencies>
<dependency>
<groupId>io.jenkins.tools.bom</groupId>
<artifactId>bom-2.375.x</artifactId>
<version>2198.v39c76fc308ca</version>
<type>pom</type>
<scope>import</scope>
</dependency>
</dependencies>
</dependencyManagement>

<repositories>
<repository>
Expand Down Expand Up @@ -179,7 +190,6 @@ Changelog of Violation Comments to Bitbucket Server Plugin.
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>credentials</artifactId>
<version>2.1.4</version>
</dependency>
<dependency>
<groupId>se.bjurr.violations</groupId>
Expand All @@ -194,12 +204,10 @@ Changelog of Violation Comments to Bitbucket Server Plugin.
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>structs</artifactId>
<version>1.10</version>
</dependency>
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>plain-credentials</artifactId>
<version>1.2</version>
</dependency>

<!-- test // -->
Expand Down

0 comments on commit 5073eb3

Please sign in to comment.