We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5cda2b commit fd942c1Copy full SHA for fd942c1
pom.xml
@@ -9,7 +9,7 @@
9
</parent>
10
11
<artifactId>winstone</artifactId>
12
- <version>${revision}${changelist}</version>
+ <version>8.6</version>
13
<packaging>jar</packaging>
14
15
<name>Winstone</name>
@@ -30,7 +30,7 @@
30
<scm>
31
<connection>scm:git:https://github.com/${gitHubRepo}.git</connection>
32
<developerConnection>scm:git:git@github.com:${gitHubRepo}.git</developerConnection>
33
- <tag>${scmTag}</tag>
+ <tag>winstone-8.6</tag>
34
<url>https://github.com/${gitHubRepo}</url>
35
</scm>
36
0 commit comments