[maven-release-plugin] prepare release gitlab-plugin-1.1.28
This commit is contained in:
parent
567b5ede30
commit
bf5ecd99b1
4
pom.xml
4
pom.xml
|
@ -7,7 +7,7 @@
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<artifactId>gitlab-plugin</artifactId>
|
<artifactId>gitlab-plugin</artifactId>
|
||||||
<version>1.1.28-SNAPSHOT</version>
|
<version>1.1.28</version>
|
||||||
<name>GitLab Plugin</name>
|
<name>GitLab Plugin</name>
|
||||||
<url>https://wiki.jenkins-ci.org/display/JENKINS/GitLab+Plugin</url>
|
<url>https://wiki.jenkins-ci.org/display/JENKINS/GitLab+Plugin</url>
|
||||||
<packaging>hpi</packaging>
|
<packaging>hpi</packaging>
|
||||||
|
@ -31,7 +31,7 @@
|
||||||
<connection>scm:git:ssh://github.com:jenkinsci/gitlab-plugin.git</connection>
|
<connection>scm:git:ssh://github.com:jenkinsci/gitlab-plugin.git</connection>
|
||||||
<developerConnection>scm:git:git@github.com:jenkinsci/gitlab-plugin.git</developerConnection>
|
<developerConnection>scm:git:git@github.com:jenkinsci/gitlab-plugin.git</developerConnection>
|
||||||
<url>https://github.com/jenkinsci/gitlab-plugin</url>
|
<url>https://github.com/jenkinsci/gitlab-plugin</url>
|
||||||
<tag>HEAD</tag>
|
<tag>gitlab-plugin-1.1.28</tag>
|
||||||
</scm>
|
</scm>
|
||||||
<!-- get every artifact through repo.jenkins-ci.org, which proxies all the artifacts that we need -->
|
<!-- get every artifact through repo.jenkins-ci.org, which proxies all the artifacts that we need -->
|
||||||
<repositories>
|
<repositories>
|
||||||
|
|
Loading…
Reference in New Issue