We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d758682 commit 3c8fa6fCopy full SHA for 3c8fa6f
pom.xml
@@ -9,7 +9,7 @@
9
</parent>
10
11
<artifactId>winstone</artifactId>
12
- <version>8.8</version>
+ <version>${revision}${changelist}</version>
13
<packaging>jar</packaging>
14
15
<name>Winstone</name>
@@ -30,12 +30,12 @@
30
<scm>
31
<connection>scm:git:https://github.com/${gitHubRepo}.git</connection>
32
<developerConnection>scm:git:git@github.com:${gitHubRepo}.git</developerConnection>
33
- <tag>winstone-8.8</tag>
+ <tag>${scmTag}</tag>
34
<url>https://github.com/${gitHubRepo}</url>
35
</scm>
36
37
<properties>
38
- <revision>8.8</revision>
+ <revision>8.9</revision>
39
<changelist>-SNAPSHOT</changelist>
40
<jetty.version>12.0.20</jetty.version>
41
<gitHubRepo>jenkinsci/winstone</gitHubRepo>
0 commit comments