We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9960239 commit 51a6212Copy full SHA for 51a6212
1 file changed
pom.xml
@@ -9,7 +9,7 @@
9
</parent>
10
11
<artifactId>acceptance-test-harness</artifactId>
12
- <version>1.78-SNAPSHOT</version>
+ <version>1.78</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.78</tag>
26
</scm>
27
28
<properties>
0 commit comments