We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c91a50d commit 6f414faCopy full SHA for 6f414fa
pom.xml
@@ -8,7 +8,7 @@
8
<relativePath />
9
</parent>
10
<artifactId>gitlab-plugin</artifactId>
11
- <version>${revision}${changelist}</version>
+ <version>1.5.22</version>
12
<name>GitLab Plugin</name>
13
<url>https://github.com/jenkinsci/${project.artifactId}</url>
14
<packaging>hpi</packaging>
@@ -58,7 +58,7 @@
58
<connection>scm:git:https://github.com/${gitHubRepo}</connection>
59
<developerConnection>scm:git:https://github.com/${gitHubRepo}</developerConnection>
60
<url>https://github.com/${gitHubRepo}</url>
61
- <tag>${scmTag}</tag>
+ <tag>gitlab-plugin-1.5.22</tag>
62
</scm>
63
<!-- get every artifact through repo.jenkins-ci.org, which proxies all the artifacts that we need -->
64
<repositories>
0 commit comments