Skip to content

Commit 1b9268c

Browse files
committed
feat(java): Require Jenkins core 2.479.3 and Java 17.
1 parent fb4f71a commit 1b9268c

File tree

1 file changed

+3
-10
lines changed

1 file changed

+3
-10
lines changed

pom.xml

+3-10
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>5.4</version>
7+
<version>5.7</version>
88
<relativePath />
99
</parent>
1010

@@ -13,13 +13,6 @@
1313
<name>Sectioned View Plugin</name>
1414
<version>${revision}${changelist}</version>
1515
<url>http://wiki.jenkins-ci.org/display/JENKINS/Sectioned+View+Plugin</url>
16-
<developers>
17-
<developer>
18-
<id>tbingaman</id>
19-
<name>Timothy Bingaman</name>
20-
<email>[email protected]</email>
21-
</developer>
22-
</developers>
2316

2417
<licenses>
2518
<license>
@@ -54,7 +47,7 @@
5447
<changelist>-SNAPSHOT</changelist>
5548
<!-- https://www.jenkins.io/doc/developer/plugin-development/choosing-jenkins-baseline/ -->
5649
<jenkins.baseline>2.479</jenkins.baseline>
57-
<jenkins.version>${jenkins.baseline}.1</jenkins.version>
50+
<jenkins.version>${jenkins.baseline}.3</jenkins.version>
5851
<gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo>
5952
<!-- TODO fix existing violations -->
6053
<spotbugs.threshold>High</spotbugs.threshold>
@@ -65,7 +58,7 @@
6558
<dependency>
6659
<groupId>io.jenkins.tools.bom</groupId>
6760
<artifactId>bom-${jenkins.baseline}.x</artifactId>
68-
<version>3850.vb_c5319efa_e29</version>
61+
<version>4228.v0a_71308d905b_</version>
6962
<type>pom</type>
7063
<scope>import</scope>
7164
</dependency>

0 commit comments

Comments
 (0)