We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2025648 commit 26dddadCopy full SHA for 26dddad
pom.xml
@@ -9,7 +9,7 @@
9
</parent>
10
11
<artifactId>winstone</artifactId>
12
- <version>${revision}${changelist}</version>
+ <version>8.1</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:[email protected]:${gitHubRepo}.git</developerConnection>
33
- <tag>${scmTag}</tag>
+ <tag>winstone-8.1</tag>
34
<url>https://github.com/${gitHubRepo}</url>
35
</scm>
36
0 commit comments