We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed2f495 commit 9d3fed6Copy full SHA for 9d3fed6
pom.xml
@@ -8,7 +8,7 @@
8
<relativePath />
9
</parent>
10
<artifactId>gitlab-plugin</artifactId>
11
- <version>${revision}${changelist}</version>
+ <version>1.5.24</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:git://github.com/${gitHubRepo}.git</connection>
59
<developerConnection>scm:git:[email protected]:${gitHubRepo}.git</developerConnection>
60
<url>https://github.com/${gitHubRepo}</url>
61
- <tag>${scmTag}</tag>
+ <tag>gitlab-plugin-1.5.24</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