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
Vlatombe committed Jul 26, 2019
1 parent 2afb5f3 commit 9ecd736
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 @@ -9,7 +9,7 @@

<groupId>org.csanchez.jenkins.plugins</groupId>
<artifactId>kubernetes</artifactId>
<version>1.17.3</version>
<version>${revision}${changelist}</version>
<name>Kubernetes plugin</name>
<description>Jenkins plugin to run dynamic agents in a Kubernetes cluster</description>
<packaging>hpi</packaging>
Expand All @@ -19,7 +19,7 @@
<connection>scm:git:https://github.com/jenkinsci/kubernetes-plugin.git</connection>
<developerConnection>scm:git:https://github.com/jenkinsci/kubernetes-plugin.git</developerConnection>
<url>https://github.com/jenkinsci/kubernetes-plugin</url>
<tag>kubernetes-1.17.3</tag>
<tag>${scmTag}</tag>
</scm>

<licenses>
Expand All @@ -39,7 +39,7 @@
</developers>

<properties>
<revision>1.17.3</revision>
<revision>1.17.4</revision>
<changelist>-SNAPSHOT</changelist>
<!-- in minikube
minikube ip | sed -e 's/\([0-9]*\.[0-9]*\.[0-9]*\).*/\1.1/' -->
Expand Down

0 comments on commit 9ecd736

Please sign in to comment.