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 0819884 commit 8dc27e2Copy full SHA for 8dc27e2
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.32</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.32</tag>
51
</scm>
52
<repositories>
53
<repository>
0 commit comments