Skip to content

Commit 80e7920

Browse files
authored
Merge branch 'master' into dependabot/maven/io.jenkins.tools.bom-bom-2.479.x-3893.v213a_42768d35
2 parents 81ce1bd + 46fca5e commit 80e7920

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

pom.xml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.jenkins-ci.plugins</groupId>
77
<artifactId>plugin</artifactId>
8-
<version>5.4</version>
8+
<version>5.5</version>
99
<relativePath />
1010
</parent>
1111

@@ -31,7 +31,9 @@
3131
<revision>2</revision>
3232
<changelist>999999-SNAPSHOT</changelist>
3333
<gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo>
34-
<jenkins.version>2.479.1</jenkins.version>
34+
<!-- https://www.jenkins.io/doc/developer/plugin-development/choosing-jenkins-baseline/ -->
35+
<jenkins.baseline>2.479</jenkins.baseline>
36+
<jenkins.version>${jenkins.baseline}.1</jenkins.version>
3537
<!-- Note: keep in sync with io.jenkins.tools.bom version below -->
3638
<spotbugs.effort>Max</spotbugs.effort>
3739
<spotbugs.threshold>Low</spotbugs.threshold>
@@ -41,7 +43,7 @@
4143
<dependencies>
4244
<dependency>
4345
<groupId>io.jenkins.tools.bom</groupId>
44-
<artifactId>bom-2.479.x</artifactId>
46+
<artifactId>bom-${jenkins.baseline}.x</artifactId>
4547
<version>3893.v213a_42768d35</version>
4648
<scope>import</scope>
4749
<type>pom</type>

0 commit comments

Comments
 (0)