We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed49220 commit 8e6edd9Copy full SHA for 8e6edd9
1 file changed
pom.xml
@@ -9,7 +9,7 @@
9
</parent>
10
11
<artifactId>acceptance-test-harness</artifactId>
12
- <version>1.86-SNAPSHOT</version>
+ <version>1.86</version>
13
14
<name>Acceptance Test Harness</name>
15
<licenses>
@@ -22,7 +22,7 @@
22
<scm>
23
<connection>scm:git:git://github.com/jenkinsci/${project.artifactId}.git</connection>
24
<developerConnection>scm:git:git@github.com:jenkinsci/${project.artifactId}.git</developerConnection>
25
- <tag>HEAD</tag>
+ <tag>acceptance-test-harness-1.86</tag>
26
</scm>
27
28
<properties>
0 commit comments