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
MarkEWaite committed Oct 13, 2019
1 parent b5115e5 commit d10cb30
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Expand Up @@ -11,7 +11,7 @@

<groupId>org.jvnet.hudson.plugins</groupId>
<artifactId>platformlabeler</artifactId>
<version>5.0</version>
<version>${revision}${changelist}</version>
<packaging>hpi</packaging>

<name>Jenkins platform labeler plugin</name>
Expand All @@ -31,11 +31,11 @@
<connection>scm:git:git://github.com/jenkinsci/platformlabeler-plugin.git</connection>
<developerConnection>scm:git:git@github.com:jenkinsci/platformlabeler-plugin.git</developerConnection>
<url>https://github.com/jenkinsci/platformlabeler-plugin</url>
<tag>platformlabeler-5.0</tag>
<tag>${scmTag}</tag>
</scm>

<properties>
<revision>5.0</revision>
<revision>5.1</revision>
<changelist>-SNAPSHOT</changelist>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<argLine>-Dfile.encoding=${project.build.sourceEncoding}</argLine>
Expand Down

0 comments on commit d10cb30

Please sign in to comment.