Skip to content

Commit 511b1ff

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent 8b0ec44 commit 511b1ff

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
@@ -10,7 +10,7 @@
1010
</parent>
1111

1212
<artifactId>cloudbees-bitbucket-branch-source</artifactId>
13-
<version>936.4.2</version>
13+
<version>${revision}${changelist}</version>
1414
<packaging>hpi</packaging>
1515

1616
<name>Bitbucket Branch Source Plugin</name>
@@ -24,7 +24,7 @@
2424
</licenses>
2525

2626
<properties>
27-
<revision>936.4.2</revision>
27+
<revision>936.4.3</revision>
2828
<changelist>-SNAPSHOT</changelist>
2929
<gitHubRepo>jenkinsci/bitbucket-branch-source-plugin</gitHubRepo>
3030
<jenkins.baseline>2.479</jenkins.baseline>
@@ -62,7 +62,7 @@
6262
<connection>scm:git:https://github.com/${gitHubRepo}.git</connection>
6363
<developerConnection>scm:git:git@github.com:${gitHubRepo}.git</developerConnection>
6464
<url>https://github.com/${gitHubRepo}</url>
65-
<tag>936.4.2</tag>
65+
<tag>${scmTag}</tag>
6666
</scm>
6767

6868
<dependencyManagement>

0 commit comments

Comments
 (0)