Skip to content

Commit 4d5b1c4

Browse files
authored
Merge pull request #64 from basil/refresh
Require 2.479.1 or newer
2 parents 03c3053 + 29eaa50 commit 4d5b1c4

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

pom.xml

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.jenkins-ci.plugins</groupId>
66
<artifactId>plugin</artifactId>
7-
<version>4.86</version>
7+
<version>5.7</version>
88
<relativePath />
99
</parent>
1010

@@ -41,10 +41,9 @@
4141
<changelist>999999-SNAPSHOT</changelist>
4242
<gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo>
4343

44-
<!-- jenkins versions -->
45-
<jenkins.version>2.426.3</jenkins.version>
46-
<bom.artifactId>bom-2.426.x</bom.artifactId>
47-
<bom.version>3208.vb_21177d4b_cd9</bom.version>
44+
<!-- https://www.jenkins.io/doc/developer/plugin-development/choosing-jenkins-baseline/ -->
45+
<jenkins.baseline>2.479</jenkins.baseline>
46+
<jenkins.version>${jenkins.baseline}.1</jenkins.version>
4847

4948
<!-- maven plugins versions -->
5049
<maven-coveralls.version>4.3.0</maven-coveralls.version>
@@ -74,7 +73,6 @@
7473
<dependency>
7574
<groupId>org.jenkins-ci.plugins</groupId>
7675
<artifactId>credentials</artifactId>
77-
<version>1378.v81ef4269d764</version>
7876
</dependency>
7977
<dependency>
8078
<groupId>org.jenkins-ci.plugins</groupId>
@@ -116,8 +114,8 @@
116114
<dependencies>
117115
<dependency>
118116
<groupId>io.jenkins.tools.bom</groupId>
119-
<artifactId>${bom.artifactId}</artifactId>
120-
<version>${bom.version}</version>
117+
<artifactId>bom-${jenkins.baseline}.x</artifactId>
118+
<version>3893.v213a_42768d35</version>
121119
<scope>import</scope>
122120
<type>pom</type>
123121
</dependency>

0 commit comments

Comments
 (0)