Skip to content

Commit 9d5995f

Browse files
authored
feat(java): Require Jenkins core 2.479.1 and Java 17. (#454)
1 parent 4876145 commit 9d5995f

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

pom.xml

Lines changed: 5 additions & 4 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.88</version>
7+
<version>5.5</version>
88
<relativePath />
99
</parent>
1010
<groupId>io.jenkins.plugins</groupId>
@@ -14,8 +14,9 @@
1414
<properties>
1515
<changelist>999999-SNAPSHOT</changelist>
1616
<gitHubRepo>jenkinsci/junit-sql-storage-plugin</gitHubRepo>
17-
<jenkins.baseline>2.440</jenkins.baseline>
18-
<jenkins.version>${jenkins.baseline}.3</jenkins.version>
17+
<!-- https://www.jenkins.io/doc/developer/plugin-development/choosing-jenkins-baseline/ -->
18+
<jenkins.baseline>2.479</jenkins.baseline>
19+
<jenkins.version>${jenkins.baseline}.1</jenkins.version>
1920
<useBeta>true</useBeta>
2021
</properties>
2122
<name>Junit SQL Storage Plugin</name>
@@ -25,7 +26,7 @@
2526
<dependency>
2627
<groupId>io.jenkins.tools.bom</groupId>
2728
<artifactId>bom-${jenkins.baseline}.x</artifactId>
28-
<version>3435.v238d66a_043fb_</version>
29+
<version>3893.v213a_42768d35</version>
2930
<scope>import</scope>
3031
<type>pom</type>
3132
</dependency>

0 commit comments

Comments
 (0)