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 c3d93f1 commit ad46e0eCopy full SHA for ad46e0e
pom.xml
@@ -33,7 +33,7 @@
33
</parent>
34
<groupId>org.jenkins-ci.plugins.workflow</groupId>
35
<artifactId>workflow-api</artifactId>
36
- <version>${revision}${changelist}</version>
+ <version>2.31</version>
37
<packaging>hpi</packaging>
38
<name>Pipeline: API</name>
39
<url>https://wiki.jenkins.io/display/JENKINS/Pipeline+API+Plugin</url>
@@ -47,7 +47,7 @@
47
<connection>scm:git:git://github.com/jenkinsci/${project.artifactId}-plugin.git</connection>
48
<developerConnection>scm:git:git@github.com:jenkinsci/${project.artifactId}-plugin.git</developerConnection>
49
<url>https://github.com/jenkinsci/${project.artifactId}-plugin</url>
50
- <tag>${scmTag}</tag>
+ <tag>workflow-api-2.31</tag>
51
</scm>
52
<repositories>
53
<repository>
0 commit comments