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