Commit bac13eb 1 parent 9f0721f commit bac13eb Copy full SHA for bac13eb
File tree 1 file changed +4
-2
lines changed
1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,9 @@ THE SOFTWARE.
47
47
</scm >
48
48
49
49
<properties >
50
- <jenkins .version>2.462.3</jenkins .version>
50
+ <!-- https://www.jenkins.io/doc/developer/plugin-development/choosing-jenkins-baseline/ -->
51
+ <jenkins .baseline>2.462</jenkins .baseline>
52
+ <jenkins .version>${jenkins.baseline} .3</jenkins .version>
51
53
<hpi .compatibleSinceVersion>3.0</hpi .compatibleSinceVersion>
52
54
<influxdb-client-java .version>4.1.0</influxdb-client-java .version>
53
55
<cobertura .version>1.17</cobertura .version>
@@ -86,7 +88,7 @@ THE SOFTWARE.
86
88
<dependencies >
87
89
<dependency >
88
90
<groupId >io.jenkins.tools.bom</groupId >
89
- <artifactId >bom-2.462 .x</artifactId >
91
+ <artifactId >bom-${jenkins.baseline} .x</artifactId >
90
92
<version >3696.vb_b_4e2d1a_0542</version >
91
93
<scope >import</scope >
92
94
<type >pom</type >
You can’t perform that action at this time.
0 commit comments