Skip to content

Commit

Permalink
Merge pull request #367 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
TobiX authored Aug 15, 2024
2 parents 776ab81 + 0219854 commit 7abac36
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>plugin</artifactId>
<version>4.77</version>
<version>4.86</version>
<relativePath />
</parent>

Expand Down Expand Up @@ -44,7 +44,7 @@
<revision>2</revision>
<changelist>999999-SNAPSHOT</changelist>
<gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo>
<jenkins.version>2.426.2</jenkins.version>
<jenkins.version>2.440.3</jenkins.version>
<spotless.check.skip>false</spotless.check.skip>
</properties>

Expand All @@ -53,8 +53,8 @@
<dependencies>
<dependency>
<groupId>io.jenkins.tools.bom</groupId>
<artifactId>bom-2.426.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 Expand Up @@ -94,7 +94,6 @@
<dependency>
<groupId>org.jenkins-ci.main</groupId>
<artifactId>maven-plugin</artifactId>
<version>3.16</version>
<scope>test</scope>
<exclusions>
<exclusion>
Expand Down

0 comments on commit 7abac36

Please sign in to comment.