We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8a924c commit 983fd36Copy full SHA for 983fd36
pom.xml
@@ -9,7 +9,7 @@
9
</parent>
10
11
<artifactId>gitlab-plugin</artifactId>
12
- <version>${revision}${changelist}</version>
+ <version>1.9.7</version>
13
<packaging>hpi</packaging>
14
<name>GitLab Plugin</name>
15
<url>https://github.com/jenkinsci/${project.artifactId}</url>
@@ -24,7 +24,7 @@
24
<scm>
25
<connection>scm:git:https://github.com/${gitHubRepo}</connection>
26
<developerConnection>scm:git:https://github.com/${gitHubRepo}</developerConnection>
27
- <tag>${scmTag}</tag>
+ <tag>1.9.7</tag>
28
<url>https://github.com/${gitHubRepo}</url>
29
</scm>
30
0 commit comments