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 Sep 3, 2021
1 parent f8e8b87 commit 4156cf1
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 @@ -11,7 +11,7 @@
</parent>

<artifactId>nodelabelparameter</artifactId>
<version>1.9.1</version>
<version>${revision}${changelist}</version>

<packaging>hpi</packaging>

Expand All @@ -23,12 +23,12 @@
<connection>scm:git:git://github.com/${gitHubRepo}.git</connection>
<developerConnection>scm:git:git@github.com:${gitHubRepo}.git</developerConnection>
<url>https://github.com/${gitHubRepo}</url>
<tag>nodelabelparameter-1.9.1</tag>
<tag>${scmTag}</tag>
</scm>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.javadoc.skip>true</maven.javadoc.skip>
<revision>1.9.1</revision>
<revision>1.9.2</revision>
<changelist>-SNAPSHOT</changelist>
<jenkins.version>2.263.1</jenkins.version>
<java.level>8</java.level>
Expand Down

0 comments on commit 4156cf1

Please sign in to comment.