[maven-release-plugin] prepare for next development iteration

This commit is contained in:
Owen Mehegan 2016-05-25 13:43:35 -07:00
parent 4a78734a41
commit be0a914d3a
1 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@
</properties> </properties>
<artifactId>gitlab-plugin</artifactId> <artifactId>gitlab-plugin</artifactId>
<version>1.2.3</version> <version>1.2.4-SNAPSHOT</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>
@ -56,7 +56,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>gitlab-plugin-1.2.3</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>