We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2dc1a69 commit aa69e37Copy full SHA for aa69e37
pom.xml
@@ -5,7 +5,7 @@
5
6
<groupId>org.jenkins-ci</groupId>
7
<artifactId>jenkins</artifactId>
8
- <version>1.78-SNAPSHOT</version>
+ <version>1.78</version>
9
<packaging>pom</packaging>
10
11
<name>Jenkins Parent POM</name>
@@ -56,7 +56,7 @@
56
<scm>
57
<connection>scm:git:https://github.com/jenkinsci/pom.git</connection>
58
<developerConnection>scm:git:[email protected]:jenkinsci/pom.git</developerConnection>
59
- <tag>HEAD</tag>
+ <tag>jenkins-1.78</tag>
60
<url>https://github.com/jenkinsci/pom</url>
61
</scm>
62
0 commit comments