Skip to content

Commit c9df187

Browse files
committed
feat(java): Require Jenkins core 2.479.3 and Java 17.
1 parent 0e13d5e commit c9df187

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Diff for: pom.xml

+3-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<groupId>org.jenkins-ci.plugins</groupId>
66
<artifactId>plugin</artifactId>
77
<version>5.7</version>
8-
<relativePath />
8+
<relativePath/>
99
</parent>
1010
<groupId>io.jenkins.plugins</groupId>
1111
<artifactId>openshift-k8s-credentials</artifactId>
@@ -20,8 +20,9 @@
2020
<properties>
2121
<changelist>999999-SNAPSHOT</changelist>
2222
<gitHubRepo>jenkinsci/openshift-k8s-credentials-plugin</gitHubRepo>
23+
<!-- https://www.jenkins.io/doc/developer/plugin-development/choosing-jenkins-baseline/ -->
2324
<jenkins.baseline>2.479</jenkins.baseline>
24-
<jenkins.version>${jenkins.baseline}.1</jenkins.version>
25+
<jenkins.version>${jenkins.baseline}.3</jenkins.version>
2526
</properties>
2627
<name>Openshift Token Credentials - Kubernetes Integration</name>
2728
<description>Integrates Openshift token credentials with the k8s credentials provider</description>

0 commit comments

Comments
 (0)