We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 541849c commit 84abf6eCopy full SHA for 84abf6e
pom.xml
@@ -33,7 +33,7 @@
33
</parent>
34
<groupId>org.jenkins-ci.plugins.workflow</groupId>
35
<artifactId>workflow-durable-task-step</artifactId>
36
- <version>${revision}${changelist}</version>
+ <version>2.39</version>
37
<packaging>hpi</packaging>
38
<name>Pipeline: Nodes and Processes</name>
39
<description>
@@ -50,7 +50,7 @@
50
<connection>scm:git:git://github.com/jenkinsci/${project.artifactId}-plugin.git</connection>
51
<developerConnection>scm:git:[email protected]:jenkinsci/${project.artifactId}-plugin.git</developerConnection>
52
<url>https://github.com/jenkinsci/${project.artifactId}-plugin</url>
53
- <tag>${scmTag}</tag>
+ <tag>workflow-durable-task-step-2.39</tag>
54
</scm>
55
<repositories>
56
<repository>
0 commit comments