We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bcdf74e commit fd7a294Copy full SHA for fd7a294
pom.xml
@@ -6,7 +6,7 @@
6
<version>4.88</version>
7
</parent>
8
<artifactId>build-timestamp</artifactId>
9
- <version>${revision}${changelist}</version>
+ <version>1.0.4</version>
10
<packaging>hpi</packaging>
11
12
<url>https://github.com/jenkinsci/build-timestamp-plugin</url>
@@ -16,7 +16,7 @@
16
<url>https://github.com/${gitHubRepo}</url>
17
<connection>scm:git:https://github.com/${gitHubRepo}</connection>
18
<developerConnection>scm:git:git@github.com:${gitHubRepo}.git</developerConnection>
19
- <tag>${scmTag}</tag>
+ <tag>build-timestamp-1.0.4</tag>
20
</scm>
21
22
<properties>
0 commit comments