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
jetersen committed May 5, 2020
1 parent d99336e commit a18e9d4
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.8.0</version>
<version>${revision}${changelist}</version>
<packaging>hpi</packaging>

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

<properties>
<revision>2.7.1</revision>
<revision>2.8.1</revision>
<changelist>-SNAPSHOT</changelist>
<jenkins.version>2.138.4</jenkins.version>
<java.level>8</java.level>
Expand Down Expand Up @@ -79,7 +79,7 @@
<connection>scm:git:git://github.com/jenkinsci/bitbucket-branch-source-plugin.git</connection>
<developerConnection>scm:git:git@github.com:jenkinsci/bitbucket-branch-source-plugin.git</developerConnection>
<url>https://github.com/jenkinsci/bitbucket-branch-source-plugin</url>
<tag>cloudbees-bitbucket-branch-source-2.8.0</tag>
<tag>${scmTag}</tag>
</scm>

<dependencyManagement>
Expand Down

0 comments on commit a18e9d4

Please sign in to comment.