We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22d978c commit f057a1aCopy full SHA for f057a1a
pom.xml
@@ -10,7 +10,7 @@
10
</parent>
11
12
<artifactId>cloudbees-bitbucket-branch-source</artifactId>
13
- <version>933.3.0</version>
+ <version>${revision}${changelist}</version>
14
<packaging>hpi</packaging>
15
16
<name>Bitbucket Branch Source Plugin</name>
@@ -60,7 +60,7 @@
60
<connection>scm:git:https://github.com/${gitHubRepo}.git</connection>
61
<developerConnection>scm:git:git@github.com:${gitHubRepo}.git</developerConnection>
62
<url>https://github.com/${gitHubRepo}</url>
63
- <tag>933.3.0</tag>
+ <tag>${scmTag}</tag>
64
</scm>
65
66
<dependencyManagement>
0 commit comments