We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
jenkins.baseline
1 parent d2ab5a4 commit 5b0a1b2Copy full SHA for 5b0a1b2
1 file changed
pom.xml
@@ -32,7 +32,9 @@
32
33
<properties>
34
<changelist>999999-SNAPSHOT</changelist>
35
- <jenkins.version>2.361.4</jenkins.version>
+ <!-- https://www.jenkins.io/doc/developer/plugin-development/choosing-jenkins-baseline/ -->
36
+ <jenkins.baseline>2.361</jenkins.baseline>
37
+ <jenkins.version>${jenkins.baseline}.4</jenkins.version>
38
<gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo>
39
</properties>
40
@@ -53,7 +55,7 @@
53
55
<dependencies>
54
56
<dependency>
57
<groupId>io.jenkins.tools.bom</groupId>
- <artifactId>bom-2.361.x</artifactId>
58
+ <artifactId>bom-${jenkins.baseline}.x</artifactId>
59
<version>2102.v854b_fec19c92</version>
60
<scope>import</scope>
61
<type>pom</type>
0 commit comments