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 00987e3 commit e889bc0Copy full SHA for e889bc0
pom.xml
@@ -10,7 +10,7 @@
10
</parent>
11
12
<artifactId>build-timeout</artifactId>
13
- <version>1.30</version>
+ <version>${revision}${changelist}</version>
14
<packaging>hpi</packaging>
15
16
<name>Build Timeout</name>
@@ -27,7 +27,7 @@
27
<scm>
28
<connection>scm:git:https://github.com/${gitHubRepo}.git</connection>
29
<developerConnection>scm:git:[email protected]:${gitHubRepo}.git</developerConnection>
30
- <tag>build-timeout-1.30</tag>
+ <tag>${scmTag}</tag>
31
<url>https://github.com/${gitHubRepo}</url>
32
</scm>
33
0 commit comments