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 b1bb83b commit 230ca25Copy full SHA for 230ca25
pom.xml
@@ -33,7 +33,7 @@
33
</parent>
34
35
<artifactId>cloudbees-bitbucket-branch-source</artifactId>
36
- <version>${revision}${changelist}</version>
+ <version>2.9.9</version>
37
<packaging>hpi</packaging>
38
39
<name>Bitbucket Branch Source Plugin</name>
@@ -80,7 +80,7 @@
80
<connection>scm:git:git://github.com/${gitHubRepo}.git</connection>
81
<developerConnection>scm:git:git@github.com:${gitHubRepo}.git</developerConnection>
82
<url>https://github.com/${gitHubRepo}</url>
83
- <tag>${scmTag}</tag>
+ <tag>cloudbees-bitbucket-branch-source-2.9.9</tag>
84
</scm>
85
86
<dependencyManagement>
0 commit comments