We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29e0ebf commit e3844b2Copy full SHA for e3844b2
pom.xml
@@ -9,7 +9,7 @@
9
10
<groupId>org.jenkins-ci</groupId>
11
<artifactId>winstone</artifactId>
12
- <version>${revision}${changelist}</version>
+ <version>5.19</version>
13
<packaging>jar</packaging>
14
15
<name>Winstone</name>
@@ -189,7 +189,7 @@
189
<connection>scm:git:git://github.com/jenkinsci/winstone.git</connection>
190
<developerConnection>scm:git:git@github.com:jenkinsci/winstone.git</developerConnection>
191
<url>http://github.com/jenkinsci/winstone</url>
192
- <tag>HEAD</tag>
+ <tag>winstone-5.19</tag>
193
</scm>
194
195
<dependencyManagement>
0 commit comments