Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Require Jenkins 2.361.4 LTS or newer #73

Merged
merged 4 commits into from
Dec 6, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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