[maven-release-plugin] prepare release gitee-1.1.7
This commit is contained in:
parent
334a6e4a85
commit
978670c4d6
4
pom.xml
4
pom.xml
|
@ -14,7 +14,7 @@
|
|||
</properties>
|
||||
|
||||
<artifactId>gitee</artifactId>
|
||||
<version>1.1.7-SNAPSHOT</version>
|
||||
<version>1.1.7</version>
|
||||
<name>Gitee Plugin</name>
|
||||
<description>This plugin integrates Gitee to Jenkins by faking a Gitee CI Server. This plugin allows Gitee to trigger builds in Jenkins when code is committed or pull requests are opened/updated. It can also send build status back to Gitee.</description>
|
||||
<url>https://wiki.jenkins.io/display/JENKINS/Gitee+Plugin</url>
|
||||
|
@ -52,7 +52,7 @@
|
|||
<connection>scm:git:ssh://github.com:jenkinsci/gitee-plugin.git</connection>
|
||||
<developerConnection>scm:git:git@github.com:jenkinsci/gitee-plugin.git</developerConnection>
|
||||
<url>https://github.com/jenkinsci/gitee-plugin</url>
|
||||
<tag>HEAD</tag>
|
||||
<tag>gitee-1.1.7</tag>
|
||||
</scm>
|
||||
<!--get every artifact through repo.jenkins-ci.org, which proxies all the artifacts that we need-->
|
||||
<repositories>
|
||||
|
|
Loading…
Reference in New Issue