We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
jenkins.baseline
1 parent 78abe8d commit dad27b8Copy full SHA for dad27b8
pom.xml
@@ -14,7 +14,9 @@
14
<properties>
15
<revision>1.28</revision>
16
<changelist>-SNAPSHOT</changelist>
17
- <jenkins.version>2.387.3</jenkins.version>
+ <!-- https://www.jenkins.io/doc/developer/plugin-development/choosing-jenkins-baseline/ -->
18
+ <jenkins.baseline>2.387</jenkins.baseline>
19
+ <jenkins.version>${jenkins.baseline}.3</jenkins.version>
20
<gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo>
21
<node.version>8.17.0</node.version>
22
<npm.version>6.13.4</npm.version>
@@ -58,7 +60,7 @@
58
60
<dependencies>
59
61
<dependency>
62
<groupId>io.jenkins.tools.bom</groupId>
- <artifactId>bom-2.387.x</artifactId>
63
+ <artifactId>bom-${jenkins.baseline}.x</artifactId>
64
<version>2543.vfb_1a_5fb_9496d</version>
65
<scope>import</scope>
66
<type>pom</type>
0 commit comments