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
oleg-nenashev committed Jan 24, 2020
1 parent 8470acb commit f5cca9d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Expand Up @@ -9,15 +9,15 @@

<groupId>org.jenkins-ci</groupId>
<artifactId>winstone</artifactId>
<version>5.8</version>
<version>${revision}${changelist}</version>
<packaging>jar</packaging>

<name>Winstone</name>
<description>Winstone is a command line wrapper around Jetty</description>
<url>https://github.com/jenkinsci/winstone</url>

<properties>
<revision>5.8</revision>
<revision>5.9</revision>
<changelist>-SNAPSHOT</changelist>
<jetty.version>9.4.25.v20191220</jetty.version>
<alpn.api.version>1.1.3.v20160715</alpn.api.version>
Expand Down Expand Up @@ -180,7 +180,7 @@
<connection>scm:git:git://github.com/jenkinsci/winstone.git</connection>
<developerConnection>scm:git:git@github.com:jenkinsci/winstone.git</developerConnection>
<url>http://github.com/jenkinsci/winstone</url>
<tag>winstone-5.8</tag>
<tag>${scmTag}</tag>
</scm>

<dependencyManagement>
Expand Down

0 comments on commit f5cca9d

Please sign in to comment.