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
gavinfish committed Aug 14, 2019
1 parent 7833139 commit 0a94791
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Expand Up @@ -9,11 +9,11 @@
</parent>

<artifactId>kubernetes-cd</artifactId>
<version>2.0.1</version>
<version>${revision}${changelist}</version>
<packaging>hpi</packaging>

<properties>
<revision>2.0.1</revision>
<revision>2.0.2</revision>
<changelist>-SNAPSHOT</changelist>
<!-- Baseline Jenkins version you use to build the plugin. Users must have this version or newer to run. -->
<jenkins.version>2.60.3</jenkins.version>
Expand Down Expand Up @@ -52,7 +52,7 @@
<connection>scm:git:git://github.com/jenkinsci/${project.artifactId}-plugin.git</connection>
<developerConnection>scm:git:git@github.com:jenkinsci/${project.artifactId}-plugin.git</developerConnection>
<url>https://github.com/jenkinsci/${project.artifactId}-plugin</url>
<tag>kubernetes-cd-2.0.1</tag>
<tag>${scmTag}</tag>
</scm>

<repositories>
Expand Down

0 comments on commit 0a94791

Please sign in to comment.