We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77c9983 commit f94d764Copy full SHA for f94d764
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.45</version>
37
<packaging>hpi</packaging>
38
<name>Pipeline: API</name>
39
<url>https://github.com/jenkinsci/${project.artifactId}-plugin</url>
@@ -47,7 +47,7 @@
47
<connection>scm:git:git://github.com/${gitHubRepo}.git</connection>
48
<developerConnection>scm:git:[email protected]:${gitHubRepo}.git</developerConnection>
49
<url>https://github.com/${gitHubRepo}</url>
50
- <tag>${scmTag}</tag>
+ <tag>workflow-api-2.45</tag>
51
</scm>
52
<repositories>
53
<repository>
0 commit comments