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
carlossg committed Jan 9, 2019
1 parent f586785 commit 5260c69
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 @@ -8,7 +8,7 @@

<groupId>org.csanchez.jenkins.plugins</groupId>
<artifactId>kubernetes</artifactId>
<version>1.14.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 @@ -18,7 +18,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.14.3</tag>
<tag>${scmTag}</tag>
</scm>

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

<properties>
<revision>1.14.3</revision>
<revision>1.14.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 5260c69

Please sign in to comment.