Skip to content

Commit 4d77857

Browse files
Bump org.jenkins-ci.plugins:plugin from 4.88 to 5.9 (#121)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b65f9c5 commit 4d77857

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

pom.xml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>org.jenkins-ci.plugins</groupId>
55
<artifactId>plugin</artifactId>
6-
<version>4.88</version>
6+
<version>5.9</version>
77
<relativePath />
88
</parent>
99

@@ -29,7 +29,9 @@
2929
<checkstyle.skip>true</checkstyle.skip>
3030
<spotbugs.skip>true</spotbugs.skip>
3131
<maven.javadoc.skip>true</maven.javadoc.skip>
32-
<jenkins.version>2.361.4</jenkins.version>
32+
<!-- https://www.jenkins.io/doc/developer/plugin-development/choosing-jenkins-baseline/ -->
33+
<jenkins.baseline>2.479</jenkins.baseline>
34+
<jenkins.version>${jenkins.baseline}.3</jenkins.version>
3335
<gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo>
3436
</properties>
3537

0 commit comments

Comments
 (0)