We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5169b69 commit 842df44Copy full SHA for 842df44
pom.xml
@@ -33,7 +33,7 @@
33
</parent>
34
35
<artifactId>cloudbees-bitbucket-branch-source</artifactId>
36
- <version>${revision}${changelist}</version>
+ <version>2.9.2</version>
37
<packaging>hpi</packaging>
38
39
<name>Bitbucket Branch Source Plugin</name>
@@ -79,7 +79,7 @@
79
<connection>scm:git:git://github.com/jenkinsci/bitbucket-branch-source-plugin.git</connection>
80
<developerConnection>scm:git:git@github.com:jenkinsci/bitbucket-branch-source-plugin.git</developerConnection>
81
<url>https://github.com/jenkinsci/bitbucket-branch-source-plugin</url>
82
- <tag>${scmTag}</tag>
+ <tag>cloudbees-bitbucket-branch-source-2.9.2</tag>
83
</scm>
84
85
<dependencyManagement>
0 commit comments