We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a0063d commit acd8403Copy full SHA for acd8403
pom.xml
@@ -7,7 +7,7 @@
7
</parent>
8
9
<artifactId>gitlab-plugin</artifactId>
10
- <version>1.1.20-SNAPSHOT</version>
+ <version>1.1.20</version>
11
<name>GitLab Plugin</name>
12
<url>https://wiki.jenkins-ci.org/display/JENKINS/GitLab+Plugin</url>
13
<packaging>hpi</packaging>
@@ -31,7 +31,7 @@
31
<connection>scm:git:ssh://github.com:jenkinsci/gitlab-plugin.git</connection>
32
<developerConnection>scm:git:git@github.com:jenkinsci/gitlab-plugin.git</developerConnection>
33
<url>https://github.com/jenkinsci/gitlab-plugin</url>
34
- <tag>HEAD</tag>
+ <tag>gitlab-plugin-1.1.20</tag>
35
</scm>
36
<!-- get every artifact through repo.jenkins-ci.org, which proxies all the artifacts that we need -->
37
<repositories>
0 commit comments