We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 482246d commit c15cb18Copy full SHA for c15cb18
pom.xml
@@ -10,7 +10,7 @@
10
</parent>
11
12
<artifactId>build-timeout</artifactId>
13
- <version>${revision}${changelist}</version>
+ <version>1.36</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>${scmTag}</tag>
+ <tag>build-timeout-1.36</tag>
31
<url>https://github.com/${gitHubRepo}</url>
32
</scm>
33
0 commit comments