Skip to content

Commit a0bd9a1

Browse files
committed
fix: use jenkins.baseline as proposed by @strangelookingnerd
- reference jenkinsci#134
1 parent f8f9d8f commit a0bd9a1

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

pom.xml

+4-5
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@
1414
<properties>
1515
<changelist>999999-SNAPSHOT</changelist>
1616
<gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo>
17-
<jenkins.version>2.479</jenkins.version>
17+
<jenkins.baseline>2.479</jenkins.baseline>
18+
<jenkins.version>${jenkins.baseline}.1</jenkins.version>
1819
</properties>
1920
<name>ValidatingYamlParameter</name>
2021
<url>https://github.com/jenkinsci/${project.artifactId}-plugin</url>
@@ -32,8 +33,8 @@
3233
<dependencies>
3334
<dependency>
3435
<groupId>io.jenkins.tools.bom</groupId>
35-
<artifactId>bom-2.361.x</artifactId>
36-
<version>2102.v854b_fec19c92</version>
36+
<artifactId>bom-${jenkins.baseline}.x</artifactId>
37+
<version>4136.vca_c3202a_7fd1</version>
3738
<scope>import</scope>
3839
<type>pom</type>
3940
</dependency>
@@ -82,7 +83,6 @@
8283
<dependency>
8384
<groupId>com.sonyericsson.hudson.plugins.rebuild</groupId>
8485
<artifactId>rebuild</artifactId>
85-
<version>332.va_1ee476d8f6d</version>
8686
</dependency>
8787
<dependency>
8888
<groupId>org.jenkins-ci.plugins.workflow</groupId>
@@ -92,7 +92,6 @@
9292
<dependency>
9393
<groupId>org.mockito</groupId>
9494
<artifactId>mockito-core</artifactId>
95-
<version>5.15.2</version>
9695
<scope>test</scope>
9796
</dependency>
9897
<dependency>

0 commit comments

Comments
 (0)