Skip to content

Commit

Permalink
[maven-release-plugin] prepare for next development iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
jtnord committed Feb 9, 2021
1 parent 4f3dfc1 commit 58b5f91
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@

<groupId>com.cloudbees.jenkins.plugins</groupId>
<artifactId>kubernetes-credentials-provider</artifactId>
<version>0.16</version>
<version>${revision}${changelist}</version>
<packaging>hpi</packaging>

<name>Kubernetes Credentials Provider</name>
Expand All @@ -43,7 +43,7 @@
<inceptionYear>2018</inceptionYear>

<properties>
<revision>0.16</revision>
<revision>0.17</revision>
<changelist>-SNAPSHOT</changelist>
<jenkins.version>2.190.1</jenkins.version>
<java.level>8</java.level>
Expand All @@ -53,7 +53,7 @@
<connection>scm:git:ssh://[email protected]/jenkinsci/kubernetes-credentials-provider-plugin.git</connection>
<developerConnection>scm:git:ssh://[email protected]/jenkinsci/kubernetes-credentials-provider-plugin.git</developerConnection>
<url>https://github.com/jenkinsci/kubernetes-credentials-provider-plugin</url>
<tag>kubernetes-credentials-provider-0.16</tag>
<tag>${scmTag}</tag>
</scm>

<licenses>
Expand Down

0 comments on commit 58b5f91

Please sign in to comment.