We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d15a50d commit 710112aCopy full SHA for 710112a
pom.xml
@@ -9,7 +9,7 @@
9
</parent>
10
11
<artifactId>build-name-setter</artifactId>
12
- <version>${revision}${changelist}</version>
+ <version>2.4.3</version>
13
<packaging>hpi</packaging>
14
15
<dependencyManagement>
@@ -42,7 +42,7 @@
42
<connection>scm:git:https://github.com/${gitHubRepo}.git</connection>
43
<developerConnection>scm:git:[email protected]:${gitHubRepo}.git</developerConnection>
44
<url>https://github.com/${gitHubRepo}</url>
45
- <tag>${scmTag}</tag>
+ <tag>build-name-setter-2.4.3</tag>
46
</scm>
47
48
<ciManagement>
0 commit comments