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.
jenkins.baseline
1 parent ce5bd9f commit 993fedeCopy full SHA for 993fede
pom.xml
@@ -24,15 +24,17 @@
24
25
<properties>
26
<changelist>999999-SNAPSHOT</changelist>
27
- <jenkins.version>2.414.1</jenkins.version>
+ <!-- https://www.jenkins.io/doc/developer/plugin-development/choosing-jenkins-baseline/ -->
28
+ <jenkins.baseline>2.414</jenkins.baseline>
29
+ <jenkins.version>${jenkins.baseline}.1</jenkins.version>
30
<gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo>
31
</properties>
32
33
<dependencyManagement>
34
<dependencies>
35
<dependency>
36
<groupId>io.jenkins.tools.bom</groupId>
- <artifactId>bom-2.375.x</artifactId>
37
+ <artifactId>bom-${jenkins.baseline}.x</artifactId>
38
<version>2179.v0884e842b_859</version>
39
<scope>import</scope>
40
<type>pom</type>
0 commit comments