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 6b646c9 commit c22bcafCopy full SHA for c22bcaf
pom.xml
@@ -33,7 +33,9 @@
33
<properties>
34
<changelist>999999-SNAPSHOT</changelist>
35
<gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo>
36
- <jenkins.version>2.387.3</jenkins.version>
+ <!-- https://www.jenkins.io/doc/developer/plugin-development/choosing-jenkins-baseline/ -->
37
+ <jenkins.baseline>2.387</jenkins.baseline>
38
+ <jenkins.version>${jenkins.baseline}.3</jenkins.version>
39
</properties>
40
41
<repositories>
@@ -154,7 +156,7 @@
154
156
<dependencies>
155
157
<dependency>
158
<groupId>io.jenkins.tools.bom</groupId>
- <artifactId>bom-2.387.x</artifactId>
159
+ <artifactId>bom-${jenkins.baseline}.x</artifactId>
160
<version>2543.vfb_1a_5fb_9496d</version>
161
<scope>import</scope>
162
<type>pom</type>
0 commit comments