We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c5d3b2 commit 2a76206Copy full SHA for 2a76206
pom.xml
@@ -10,7 +10,7 @@
10
</parent>
11
12
<artifactId>conditional-buildstep</artifactId>
13
- <version>${revision}${changelist}</version>
+ <version>1.4.2</version>
14
15
<packaging>hpi</packaging>
16
@@ -21,7 +21,7 @@
21
<connection>scm:git:git://github.com/${gitHubRepo}.git</connection>
22
<developerConnection>scm:git:ssh://[email protected]/${gitHubRepo}.git</developerConnection>
23
<url>https://github.com/${gitHubRepo}</url>
24
- <tag>${scmTag}</tag>
+ <tag>conditional-buildstep-1.4.2</tag>
25
</scm>
26
<properties>
27
<revision>1.4.2</revision>
0 commit comments