Skip to content

Commit

Permalink
Merge pull request #73 from jmMeessen/upgrade_pom
Browse files Browse the repository at this point in the history
Upgrade to use the jenkins 2.361.1 LTS baseline
  • Loading branch information
MarkEWaite authored Dec 6, 2022
2 parents a89ccaf + bacc137 commit 5dae4d7
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,7 @@
<changelist>-SNAPSHOT</changelist>
<gitHubRepo>jenkinsci/test-results-analyzer-plugin</gitHubRepo>
<!-- Baseline Jenkins version you use to build the plugin. Users must have this version or newer to run. -->
<jenkins.version>2.361.4</jenkins.version>
<!-- Jenkins Test Harness version you use to test the plugin. -->
<!-- For Jenkins version >= 1.580.1 use JTH 2.x or higher. -->
<!-- <jenkins-test-harness.version>2.13</jenkins-test-harness.version> -->
<!-- Do not need to mention specifically as maintained by parent dependencies, here used : 2.71 -->
<!-- Other properties you may want to use:
~ hpi-plugin.version: The HPI Maven Plugin version used by the plugin..
~ stapler-plugin.version: The Stapler Maven plugin version required by the plugin.
-->
<jenkins.version>2.361.4</jenkins.version>
<!-- SpotBugs is a program which uses static analysis to look for bugs in Java code -->
<!-- Plugin maintenance can be improved by increasing the depth of spotbugs analysis. -->
<spotbugs.effort>Max</spotbugs.effort>
Expand All @@ -56,7 +48,7 @@
<dependencies>
<dependency>
<groupId>io.jenkins.tools.bom</groupId>
<artifactId>bom-2.361.x</artifactId>
<artifactId>bom-2.361.x</artifactId>
<version>1723.vcb_9fee52c9fc</version>
<type>pom</type>
<scope>import</scope>
Expand Down

0 comments on commit 5dae4d7

Please sign in to comment.