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