Skip to content

Commit

Permalink
Merge pull request #54 from sghill-rewrite/modernize/jenkins-2.401.3
Browse files Browse the repository at this point in the history
Modernize to Jenkins 2.401.3
  • Loading branch information
marek-parfianowicz authored Dec 6, 2023
2 parents f022ebf + 2e81a25 commit 8d31cf4
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 @@ -34,16 +34,16 @@
<changelist>999999-SNAPSHOT</changelist>
<gitHubRepo>jenkinsci/clover-plugin</gitHubRepo>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<jenkins.version>2.387.3</jenkins.version>
<jenkins.version>2.401.3</jenkins.version>
<clover.version>4.5.1</clover.version>
</properties>

<dependencyManagement>
<dependencies>
<dependency>
<groupId>io.jenkins.tools.bom</groupId>
<artifactId>bom-2.387.x</artifactId>
<version>2543.vfb_1a_5fb_9496d</version>
<artifactId>bom-2.401.x</artifactId>
<version>2612.v3d6a_2128c0ef</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down

0 comments on commit 8d31cf4

Please sign in to comment.