We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b548601 commit 7304e98Copy full SHA for 7304e98
pom.xml
@@ -9,7 +9,7 @@
9
10
<groupId>org.jenkins-ci</groupId>
11
<artifactId>winstone</artifactId>
12
- <version>${revision}${changelist}</version>
+ <version>5.9.1</version>
13
<packaging>jar</packaging>
14
15
<name>Winstone</name>
@@ -180,7 +180,7 @@
180
<connection>scm:git:git://github.com/jenkinsci/winstone.git</connection>
181
<developerConnection>scm:git:git@github.com:jenkinsci/winstone.git</developerConnection>
182
<url>http://github.com/jenkinsci/winstone</url>
183
- <tag>${scmTag}</tag>
+ <tag>winstone-5.9.1</tag>
184
</scm>
185
186
<dependencyManagement>
0 commit comments