Skip to content

Commit 1492cd1

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent 7f7f08e commit 1492cd1

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>935.1.0</version>
13+
<version>${revision}${changelist}</version>
1414
<packaging>hpi</packaging>
1515

1616
<name>Bitbucket Branch Source Plugin</name>
@@ -26,7 +26,7 @@
2626
</licenses>
2727

2828
<properties>
29-
<revision>935.0.1</revision>
29+
<revision>935.1.1</revision>
3030
<changelist>-SNAPSHOT</changelist>
3131
<gitHubRepo>jenkinsci/bitbucket-branch-source-plugin</gitHubRepo>
3232
<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>935.1.0</tag>
65+
<tag>${scmTag}</tag>
6666
</scm>
6767

6868
<dependencyManagement>

0 commit comments

Comments
 (0)