We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a421eb8 commit dc07ae4Copy full SHA for dc07ae4
pom.xml
@@ -67,9 +67,7 @@
67
<gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo>
68
<!-- https://www.jenkins.io/doc/developer/plugin-development/choosing-jenkins-baseline/ -->
69
<jenkins.baseline>2.479</jenkins.baseline>
70
- <!-- TODO Replace with the standard jenkins.baseline references after LTS requires Java 17 -->
71
- <!-- <jenkins.version>${jenkins.baseline}.1</jenkins.version> -->
72
- <jenkins.version>${jenkins.baseline}</jenkins.version>
+ <jenkins.version>${jenkins.baseline}.1</jenkins.version>
73
<no-test-jar>false</no-test-jar>
74
<!-- Jenkins.MANAGE is still in Beta -->
75
<useBeta>true</useBeta>
0 commit comments