Skip to content

Commit

Permalink
Merge pull request #84 from jonesbusy-automation/plugin-modernizer-tool
Browse files Browse the repository at this point in the history
Require 2.452.4
  • Loading branch information
gounthar authored Jan 2, 2025
2 parents 747dc02 + ddbc32e commit d43eaf7
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>plugin</artifactId>
<version>4.88</version>
<relativePath />
</parent>
<artifactId>build-timestamp</artifactId>
<version>${revision}${changelist}</version>
Expand All @@ -23,8 +24,9 @@
<revision>1.0.5</revision>
<changelist>-SNAPSHOT</changelist>
<gitHubRepo>jenkinsci/build-timestamp-plugin</gitHubRepo>
<jenkins.baseline>2.440</jenkins.baseline>
<jenkins.version>${jenkins.baseline}.3</jenkins.version>
<!-- https://www.jenkins.io/doc/developer/plugin-development/choosing-jenkins-baseline/ -->
<jenkins.baseline>2.452</jenkins.baseline>
<jenkins.version>${jenkins.baseline}.4</jenkins.version>
<spotbugs.effort>Max</spotbugs.effort>
<spotbugs.threshold>Low</spotbugs.threshold>
</properties>
Expand Down Expand Up @@ -67,7 +69,7 @@
<dependency>
<groupId>io.jenkins.tools.bom</groupId>
<artifactId>bom-${jenkins.baseline}.x</artifactId>
<version>3435.v238d66a_043fb_</version>
<version>3850.vb_c5319efa_e29</version>
<scope>import</scope>
<type>pom</type>
</dependency>
Expand Down

0 comments on commit d43eaf7

Please sign in to comment.