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
jglick committed May 20, 2021
1 parent 830c99d commit 03309e6
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 @@ -9,14 +9,14 @@
</parent>

<artifactId>promoted-builds</artifactId>
<version>3.10</version>
<version>${revision}${changelist}</version>
<packaging>hpi</packaging>

<name>Jenkins promoted builds plugin</name>
<url>https://github.com/jenkinsci/promoted-builds-plugin</url>

<properties>
<revision>3.10</revision>
<revision>3.11</revision>
<changelist>-SNAPSHOT</changelist>
<gitHubRepo>jenkinsci/promoted-builds-plugin</gitHubRepo>
<!-- Last version before https://jenkins.io/security/advisory/2018-08-15/ which causes instabilities
Expand Down Expand Up @@ -47,7 +47,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>promoted-builds-3.10</tag>
<tag>${scmTag}</tag>
</scm>
<licenses>
<license>
Expand Down

0 comments on commit 03309e6

Please sign in to comment.