Skip to content

Commit

Permalink
Merge pull request #69 from sghill-rewrite/modernize/jenkins-2.440.3
Browse files Browse the repository at this point in the history
Modernize to Jenkins 2.440.3
  • Loading branch information
marek-parfianowicz authored Aug 1, 2024
2 parents e4ba86c + e4073f5 commit 17b8445
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>plugin</artifactId>
<version>4.78</version>
<version>4.86</version>
</parent>
<artifactId>clover</artifactId>
<packaging>hpi</packaging>
Expand Down 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.401.3</jenkins.version>
<jenkins.version>2.440.3</jenkins.version>
<clover.version>4.5.2</clover.version>
</properties>

<dependencyManagement>
<dependencies>
<dependency>
<groupId>io.jenkins.tools.bom</groupId>
<artifactId>bom-2.401.x</artifactId>
<version>2675.v1515e14da_7a_6</version>
<artifactId>bom-2.440.x</artifactId>
<version>3221.ve8f7b_fdd149d</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down

0 comments on commit 17b8445

Please sign in to comment.