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.
2 parents c34e592 + 55ba50b commit 8fcdc8cCopy full SHA for 8fcdc8c
1 file changed
pom.xml
@@ -13,7 +13,9 @@
13
<url>https://github.com/jenkinsci/validating-string-parameter-plugin</url>
14
15
<properties>
16
- <jenkins.version>2.440.3</jenkins.version>
+ <!-- https://www.jenkins.io/doc/developer/plugin-development/choosing-jenkins-baseline/ -->
17
+ <jenkins.baseline>2.440</jenkins.baseline>
18
+ <jenkins.version>${jenkins.baseline}.3</jenkins.version>
19
<changelist>999999-SNAPSHOT</changelist>
20
</properties>
21
@@ -75,7 +77,7 @@
75
77
<dependencies>
76
78
<dependency>
79
<groupId>io.jenkins.tools.bom</groupId>
- <artifactId>bom-2.440.x</artifactId>
80
+ <artifactId>bom-${jenkins.baseline}.x</artifactId>
81
<version>3435.v238d66a_043fb_</version>
82
<scope>import</scope>
83
<type>pom</type>
0 commit comments