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 668294c commit 7c4cd3fCopy full SHA for 7c4cd3f
pom.xml
@@ -30,7 +30,9 @@
30
31
<properties>
32
<changelist>999999-SNAPSHOT</changelist>
33
- <jenkins.version>2.361.4</jenkins.version>
+ <!-- https://www.jenkins.io/doc/developer/plugin-development/choosing-jenkins-baseline/ -->
34
+ <jenkins.baseline>2.361</jenkins.baseline>
35
+ <jenkins.version>${jenkins.baseline}.4</jenkins.version>
36
<gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo>
37
</properties>
38
<repositories>
@@ -49,7 +51,7 @@
49
51
<dependencies>
50
52
<dependency>
53
<groupId>io.jenkins.tools.bom</groupId>
- <artifactId>bom-2.361.x</artifactId>
54
+ <artifactId>bom-${jenkins.baseline}.x</artifactId>
55
<version>2102.v854b_fec19c92</version>
56
<scope>import</scope>
57
<type>pom</type>
0 commit comments