We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85c638d commit 1d4fadaCopy full SHA for 1d4fada
pom.xml
@@ -33,7 +33,7 @@
33
</parent>
34
<artifactId>pipeline-utility-steps</artifactId>
35
<packaging>hpi</packaging>
36
- <version>${revision}${changelist}</version>
+ <version>2.15.4</version>
37
<name>Pipeline Utility Steps</name>
38
<url>https://github.com/jenkinsci/${project.artifactId}-plugin</url>
39
@@ -172,7 +172,7 @@
172
<connection>scm:git:https://github.com/${gitHubRepo}.git</connection>
173
<developerConnection>scm:git:[email protected]:${gitHubRepo}.git</developerConnection>
174
<url>https://github.com/${gitHubRepo}</url>
175
- <tag>${scmTag}</tag>
+ <tag>pipeline-utility-steps-2.15.4</tag>
176
</scm>
177
178
<repositories>
0 commit comments