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 e980388 commit a08e0bcCopy full SHA for a08e0bc
pom.xml
@@ -37,7 +37,9 @@
37
</developers>
38
39
<properties>
40
- <jenkins.version>2.414.3</jenkins.version>
+ <!-- https://www.jenkins.io/doc/developer/plugin-development/choosing-jenkins-baseline/ -->
41
+ <jenkins.baseline>2.414</jenkins.baseline>
42
+ <jenkins.version>${jenkins.baseline}.3</jenkins.version>
43
</properties>
44
45
<scm>
@@ -50,7 +52,7 @@
50
52
<dependencies>
51
53
<dependency>
54
<groupId>io.jenkins.tools.bom</groupId>
- <artifactId>bom-2.414.x</artifactId>
55
+ <artifactId>bom-${jenkins.baseline}.x</artifactId>
56
<version>2982.vdce2153031a_0</version>
57
<scope>import</scope>
58
<type>pom</type>
0 commit comments