Skip to content

Commit

Permalink
[maven-release-plugin] prepare for next development iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
dwnusbaum committed Jan 15, 2021
1 parent 9e348da commit ade16a1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
</parent>

<artifactId>cloudbees-bitbucket-branch-source</artifactId>
<version>2.9.7</version>
<version>${revision}${changelist}</version>
<packaging>hpi</packaging>

<name>Bitbucket Branch Source Plugin</name>
Expand All @@ -49,7 +49,7 @@
</licenses>

<properties>
<revision>2.9.7</revision>
<revision>2.9.8</revision>
<changelist>-SNAPSHOT</changelist>
<gitHubRepo>jenkinsci/bitbucket-branch-source-plugin</gitHubRepo>
<jenkins.version>2.176.4</jenkins.version>
Expand Down Expand Up @@ -80,7 +80,7 @@
<connection>scm:git:git://github.com/${gitHubRepo}.git</connection>
<developerConnection>scm:git:git@github.com:${gitHubRepo}.git</developerConnection>
<url>https://github.com/${gitHubRepo}</url>
<tag>cloudbees-bitbucket-branch-source-2.9.7</tag>
<tag>${scmTag}</tag>
</scm>

<dependencyManagement>
Expand Down

0 comments on commit ade16a1

Please sign in to comment.