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