We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef060ba commit 2cea9b1Copy full SHA for 2cea9b1
pom.xml
@@ -11,7 +11,7 @@
11
</parent>
12
13
<artifactId>nodelabelparameter</artifactId>
14
- <version>${revision}${changelist}</version>
+ <version>1.11.0</version>
15
16
<packaging>hpi</packaging>
17
@@ -40,7 +40,7 @@
40
<scm>
41
<connection>scm:git:https://github.com/${gitHubRepo}.git</connection>
42
<developerConnection>scm:git:[email protected]:${gitHubRepo}.git</developerConnection>
43
- <tag>${scmTag}</tag>
+ <tag>nodelabelparameter-1.11.0</tag>
44
<url>https://github.com/${gitHubRepo}</url>
45
</scm>
46
<properties>
0 commit comments