We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e5fbad commit 4292d6aCopy full SHA for 4292d6a
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>2.17</version>
+ <version>2.18-SNAPSHOT</version>
37
<packaging>hpi</packaging>
38
<name>Pipeline: Nodes and Processes</name>
39
<url>https://wiki.jenkins-ci.org/display/JENKINS/Pipeline+Nodes+and+Processes+Plugin</url>
@@ -47,7 +47,7 @@
47
<connection>scm:git:git://github.com/jenkinsci/${project.artifactId}-plugin.git</connection>
48
<developerConnection>scm:git:[email protected]:jenkinsci/${project.artifactId}-plugin.git</developerConnection>
49
<url>https://github.com/jenkinsci/${project.artifactId}-plugin</url>
50
- <tag>workflow-durable-task-step-2.17</tag>
+ <tag>HEAD</tag>
51
</scm>
52
<repositories>
53
<repository>
0 commit comments