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 6603a83 commit 94a26b4Copy full SHA for 94a26b4
pom.xml
@@ -16,7 +16,9 @@
16
<properties>
17
<revision>5.6.0</revision>
18
<changelist>999999-SNAPSHOT</changelist>
19
- <jenkins.version>2.361.4</jenkins.version>
+ <!-- https://www.jenkins.io/doc/developer/plugin-development/choosing-jenkins-baseline/ -->
20
+ <jenkins.baseline>2.361</jenkins.baseline>
21
+ <jenkins.version>${jenkins.baseline}.4</jenkins.version>
22
<gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo>
23
</properties>
24
@@ -56,7 +58,7 @@
56
58
<dependencies>
57
59
<dependency>
60
<groupId>io.jenkins.tools.bom</groupId>
- <artifactId>bom-2.361.x</artifactId>
61
+ <artifactId>bom-${jenkins.baseline}.x</artifactId>
62
<version>2102.v854b_fec19c92</version>
63
<type>pom</type>
64
<scope>import</scope>
0 commit comments