We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68b90cc commit ade27f4Copy full SHA for ade27f4
pom.xml
@@ -4,7 +4,7 @@
4
<parent>
5
<groupId>org.jenkins-ci.plugins</groupId>
6
<artifactId>plugin</artifactId>
7
- <version>4.88</version>
+ <version>5.3</version>
8
<relativePath />
9
</parent>
10
<groupId>io.jenkins.plugins</groupId>
@@ -20,8 +20,8 @@
20
<properties>
21
<changelist>999999-SNAPSHOT</changelist>
22
<gitHubRepo>jenkinsci/openshift-k8s-credentials-plugin</gitHubRepo>
23
- <jenkins.baseline>2.462</jenkins.baseline>
24
- <jenkins.version>${jenkins.baseline}.3</jenkins.version>
+ <jenkins.baseline>2.479</jenkins.baseline>
+ <jenkins.version>${jenkins.baseline}.1</jenkins.version>
25
</properties>
26
<name>Openshift Token Credentials - Kubernetes Integration</name>
27
<description>Integrates Openshift token credentials with the k8s credentials provider</description>
0 commit comments