Skip to content

Commit

Permalink
[maven-release-plugin] prepare release nodelabelparameter-1.10.3
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkEWaite committed Dec 24, 2021
1 parent 56dc1ae commit 02516ca
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</parent>

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

<packaging>hpi</packaging>

Expand All @@ -23,7 +23,7 @@
<connection>scm:git:https://github.com/${gitHubRepo}.git</connection>
<developerConnection>scm:git:[email protected]:${gitHubRepo}.git</developerConnection>
<url>https://github.com/${gitHubRepo}</url>
<tag>${scmTag}</tag>
<tag>nodelabelparameter-1.10.3</tag>
</scm>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down Expand Up @@ -90,8 +90,8 @@
<!-- define a language-specific format -->
<java>
<!-- no need to specify files, inferred automatically -->
<endWithNewline></endWithNewline>
<removeUnusedImports></removeUnusedImports>
<endWithNewline />
<removeUnusedImports />
</java>
</configuration>
<executions>
Expand Down

0 comments on commit 02516ca

Please sign in to comment.