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 Nov 10, 2020
1 parent 88625a0 commit 8915ecb
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 @@ -34,7 +34,7 @@
</parent>

<artifactId>branch-api</artifactId>
<version>2.6.2</version>
<version>${revision}${changelist}</version>
<packaging>hpi</packaging>

<name>Branch API Plugin</name>
Expand All @@ -61,11 +61,11 @@
<connection>scm:git:git://github.com/${gitHubRepo}.git</connection>
<developerConnection>scm:git:git@github.com:${gitHubRepo}.git</developerConnection>
<url>http://github.com/${gitHubRepo}</url>
<tag>branch-api-2.6.2</tag>
<tag>${scmTag}</tag>
</scm>

<properties>
<revision>2.6.2</revision>
<revision>2.6.3</revision>
<changelist>-SNAPSHOT</changelist>
<gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo>
<jenkins.version>2.176.4</jenkins.version>
Expand Down

0 comments on commit 8915ecb

Please sign in to comment.