Skip to content

Commit 2dcd100

Browse files
Bump org.jenkins-ci.plugins:plugin from 4.88 to 5.9 (#120)
1 parent d92690f commit 2dcd100

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

pom.xml

Lines changed: 4 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>4.88</version>
8+
<version>5.9</version>
99
<relativePath />
1010
</parent>
1111

@@ -33,8 +33,9 @@
3333
<properties>
3434
<revision>3.4.1</revision>
3535
<changelist>999999-SNAPSHOT</changelist>
36-
<jenkins.baseline>2.452</jenkins.baseline>
37-
<jenkins.version>${jenkins.baseline}.4</jenkins.version>
36+
<!-- https://www.jenkins.io/doc/developer/plugin-development/choosing-jenkins-baseline/ -->
37+
<jenkins.baseline>2.479</jenkins.baseline>
38+
<jenkins.version>${jenkins.baseline}.3</jenkins.version>
3839
<gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo>
3940
<hpi.compatibleSinceVersion>3.2</hpi.compatibleSinceVersion>
4041
<spotless.check.skip>false</spotless.check.skip>

0 commit comments

Comments
 (0)