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