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 9fa1b09 commit 6f78adbCopy full SHA for 6f78adb
pom.xml
@@ -17,7 +17,9 @@
17
18
<properties>
19
<changelist>999999-SNAPSHOT</changelist>
20
- <jenkins.version>2.440.3</jenkins.version>
+ <!-- https://www.jenkins.io/doc/developer/plugin-development/choosing-jenkins-baseline/ -->
21
+ <jenkins.baseline>2.440</jenkins.baseline>
22
+ <jenkins.version>${jenkins.baseline}.3</jenkins.version>
23
<gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo>
24
</properties>
25
@@ -40,7 +42,7 @@
40
42
<dependencies>
41
43
<dependency>
44
<groupId>io.jenkins.tools.bom</groupId>
- <artifactId>bom-2.440.x</artifactId>
45
+ <artifactId>bom-${jenkins.baseline}.x</artifactId>
46
<version>3234.v5ca_5154341ef</version>
47
<scope>import</scope>
48
<type>pom</type>
0 commit comments