[maven-release-plugin] prepare for next development iteration
This commit is contained in:
parent
3b77cd2c8b
commit
3dde5acd67
4
pom.xml
4
pom.xml
|
@ -14,7 +14,7 @@
|
||||||
</properties>
|
</properties>
|
||||||
|
|
||||||
<artifactId>gitee</artifactId>
|
<artifactId>gitee</artifactId>
|
||||||
<version>1.2.4</version>
|
<version>1.2.5-SNAPSHOT</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>gitee-1.2.4</tag>
|
<tag>HEAD</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