We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c17bd3 commit 1345642Copy full SHA for 1345642
pom.xml
@@ -9,7 +9,7 @@
9
</parent>
10
<groupId>org.jenkins-ci.plugins.workflow</groupId>
11
<artifactId>workflow-scm-step</artifactId>
12
- <version>${revision}${changelist}</version>
+ <version>2.13</version>
13
<packaging>hpi</packaging>
14
<name>Pipeline: SCM Step</name>
15
<url>https://github.com/jenkinsci/${project.artifactId}-plugin</url>
@@ -23,7 +23,7 @@
23
<connection>scm:git:git://github.com/${gitHubRepo}.git</connection>
24
<developerConnection>scm:git:[email protected]:${gitHubRepo}.git</developerConnection>
25
<url>https://github.com/${gitHubRepo}</url>
26
- <tag>${scmTag}</tag>
+ <tag>workflow-scm-step-2.13</tag>
27
</scm>
28
<repositories>
29
<repository>
0 commit comments