We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 549f890 commit b0a8e83Copy full SHA for b0a8e83
pom.xml
@@ -9,7 +9,7 @@
9
</parent>
10
11
<artifactId>winstone</artifactId>
12
- <version>${revision}${changelist}</version>
+ <version>8.4</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.4</tag>
34
<url>https://github.com/${gitHubRepo}</url>
35
</scm>
36
0 commit comments