We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6479b97 commit 20e9910Copy full SHA for 20e9910
pom.xml
@@ -10,7 +10,7 @@
10
</parent>
11
12
<artifactId>build-timeout</artifactId>
13
- <version>${revision}${changelist}</version>
+ <version>1.21</version>
14
<packaging>hpi</packaging>
15
16
<name>Build Timeout</name>
@@ -27,7 +27,7 @@
27
<scm>
28
<connection>scm:git:git://github.com/${gitHubRepo}.git</connection>
29
<developerConnection>scm:git:git@github.com:${gitHubRepo}.git</developerConnection>
30
- <tag>${scmTag}</tag>
+ <tag>build-timeout-1.21</tag>
31
<url>https://github.com/${gitHubRepo}</url>
32
</scm>
33
0 commit comments