Skip to content

Commit 3817449

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent 2bdc16e commit 3817449

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
</parent>
3434

3535
<artifactId>cloudbees-bitbucket-branch-source</artifactId>
36-
<version>2.9.10</version>
36+
<version>${revision}${changelist}</version>
3737
<packaging>hpi</packaging>
3838

3939
<name>Bitbucket Branch Source Plugin</name>
@@ -49,7 +49,7 @@
4949
</licenses>
5050

5151
<properties>
52-
<revision>2.9.10</revision>
52+
<revision>2.9.11</revision>
5353
<changelist>-SNAPSHOT</changelist>
5454
<gitHubRepo>jenkinsci/bitbucket-branch-source-plugin</gitHubRepo>
5555
<jenkins.version>2.222.4</jenkins.version>
@@ -80,7 +80,7 @@
8080
<connection>scm:git:git://github.com/${gitHubRepo}.git</connection>
8181
<developerConnection>scm:git:git@github.com:${gitHubRepo}.git</developerConnection>
8282
<url>https://github.com/${gitHubRepo}</url>
83-
<tag>cloudbees-bitbucket-branch-source-2.9.10</tag>
83+
<tag>${scmTag}</tag>
8484
</scm>
8585

8686
<dependencyManagement>

0 commit comments

Comments
 (0)