We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eac98d3 commit 865c9aaCopy full SHA for 865c9aa
pom.xml
@@ -8,7 +8,7 @@
8
<relativePath />
9
</parent>
10
<artifactId>gitlab-plugin</artifactId>
11
- <version>${revision}${changelist}</version>
+ <version>1.7.10</version>
12
<packaging>hpi</packaging>
13
<name>GitLab Plugin</name>
14
<url>https://github.com/jenkinsci/${project.artifactId}</url>
@@ -31,7 +31,7 @@
31
<scm>
32
<connection>scm:git:https://github.com/${gitHubRepo}.git</connection>
33
<developerConnection>scm:git:[email protected]:${gitHubRepo}.git</developerConnection>
34
- <tag>${scmTag}</tag>
+ <tag>gitlab-plugin-1.7.10</tag>
35
<url>https://github.com/${gitHubRepo}</url>
36
</scm>
37
0 commit comments