We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37c6071 commit 1046334Copy full SHA for 1046334
pom.xml
@@ -14,7 +14,7 @@
14
</properties>
15
16
<artifactId>gitlab-plugin</artifactId>
17
- <version>1.4.1-SNAPSHOT</version>
+ <version>1.4.1</version>
18
<name>GitLab Plugin</name>
19
<url>https://wiki.jenkins-ci.org/display/JENKINS/GitLab+Plugin</url>
20
<packaging>hpi</packaging>
@@ -61,7 +61,7 @@
61
<connection>scm:git:ssh://github.com:jenkinsci/gitlab-plugin.git</connection>
62
<developerConnection>scm:git:[email protected]:jenkinsci/gitlab-plugin.git</developerConnection>
63
<url>https://github.com/jenkinsci/gitlab-plugin</url>
64
- <tag>HEAD</tag>
+ <tag>gitlab-plugin-1.4.1</tag>
65
</scm>
66
<!-- get every artifact through repo.jenkins-ci.org, which proxies all the artifacts that we need -->
67
<repositories>
0 commit comments