We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01be8ac commit e01588aCopy full SHA for e01588a
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.13.2</version>
37
<name>Pipeline Utility Steps</name>
38
<url>https://github.com/jenkinsci/${project.artifactId}-plugin</url>
39
@@ -171,7 +171,7 @@
171
<connection>scm:git:https://github.com/${gitHubRepo}.git</connection>
172
<developerConnection>scm:git:[email protected]:${gitHubRepo}.git</developerConnection>
173
<url>https://github.com/${gitHubRepo}</url>
174
- <tag>${scmTag}</tag>
+ <tag>pipeline-utility-steps-2.13.2</tag>
175
</scm>
176
177
<repositories>
0 commit comments