[maven-release-plugin] prepare release gitee-1.1.13

This commit is contained in:
yashin 2020-08-05 12:26:28 +08:00
parent ea04e83e7a
commit cf03c22092
1 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@
</properties> </properties>
<artifactId>gitee</artifactId> <artifactId>gitee</artifactId>
<version>1.1.13-SNAPSHOT</version> <version>1.1.13</version>
<name>Gitee Plugin</name> <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> <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> <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> <connection>scm:git:ssh://github.com:jenkinsci/gitee-plugin.git</connection>
<developerConnection>scm:git:git@github.com:jenkinsci/gitee-plugin.git</developerConnection> <developerConnection>scm:git:git@github.com:jenkinsci/gitee-plugin.git</developerConnection>
<url>https://github.com/jenkinsci/gitee-plugin</url> <url>https://github.com/jenkinsci/gitee-plugin</url>
<tag>HEAD</tag> <tag>gitee-1.1.13</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>