We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
jenkins.baseline
1 parent 58bae5c commit 7050ad5Copy full SHA for 7050ad5
pom.xml
@@ -26,7 +26,9 @@
26
<properties>
27
<revision>1.12</revision>
28
<changelist>-SNAPSHOT</changelist>
29
- <jenkins.version>2.361.4</jenkins.version>
+ <!-- https://www.jenkins.io/doc/developer/plugin-development/choosing-jenkins-baseline/ -->
30
+ <jenkins.baseline>2.361</jenkins.baseline>
31
+ <jenkins.version>${jenkins.baseline}.4</jenkins.version>
32
<gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo>
33
</properties>
34
@@ -54,7 +56,7 @@
54
56
<dependencies>
55
57
<dependency>
58
<groupId>io.jenkins.tools.bom</groupId>
- <artifactId>bom-2.361.x</artifactId>
59
+ <artifactId>bom-${jenkins.baseline}.x</artifactId>
60
<version>2102.v854b_fec19c92</version>
61
<scope>import</scope>
62
<type>pom</type>
0 commit comments