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

This commit is contained in:
yashin 2021-01-06 14:15:53 +08:00
parent 4c16f59c57
commit bf18ae350e
1 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@
</properties>
<artifactId>gitee</artifactId>
<version>1.2.2-SNAPSHOT</version>
<version>1.2.2</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.2.2</tag>
</scm>
<!--get every artifact through repo.jenkins-ci.org, which proxies all the artifacts that we need-->
<repositories>