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.
1 parent bfaa8a8 commit 3ef3c92Copy full SHA for 3ef3c92
pom.xml
@@ -33,7 +33,8 @@
33
<properties>
34
<revision>3.4.1</revision>
35
<changelist>999999-SNAPSHOT</changelist>
36
- <jenkins.version>2.452.4</jenkins.version>
+ <jenkins.baseline>2.452</jenkins.baseline>
37
+ <jenkins.version>${jenkins.baseline}.4</jenkins.version>
38
<gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo>
39
<hpi.compatibleSinceVersion>3.2</hpi.compatibleSinceVersion>
40
<spotless.check.skip>false</spotless.check.skip>
@@ -43,7 +44,7 @@
43
44
<dependencies>
45
<dependency>
46
<groupId>io.jenkins.tools.bom</groupId>
- <artifactId>bom-2.452.x</artifactId>
47
+ <artifactId>bom-${jenkins.baseline}.x</artifactId>
48
<version>3790.va_b_a_2d26d2b_69</version>
49
<type>pom</type>
50
<scope>import</scope>
0 commit comments