diff options
author | Martin Damovsky <martin.damovsky@gmail.com> | 2017-03-01 20:04:48 +0100 |
---|---|---|
committer | Martin Damovsky <martin.damovsky@gmail.com> | 2017-03-01 20:04:48 +0100 |
commit | bca993a7cabdf6501bcf08438892b8e4d63d37c3 (patch) | |
tree | 1b988fc57218c8cb2ff6e3611068c82806c248fb | |
parent | 5713cad30b711181accea3df1893b0b4efc10627 (diff) | |
download | bbprb-bca993a7cabdf6501bcf08438892b8e4d63d37c3.tar.gz |
[maven-release-plugin] prepare for next development iteration
-rw-r--r-- | pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -8,7 +8,7 @@ <artifactId>bitbucket-pullrequest-builder</artifactId> <name>Bitbucket Pullrequest Builder Plugin</name> - <version>1.4.25</version> + <version>1.4.26-SNAPSHOT</version> <description>This Jenkins plugin builds pull requests from Bitbucket.org and will report the test results.</description> <packaging>hpi</packaging> <url>https://wiki.jenkins-ci.org/display/JENKINS/Bitbucket+pullrequest+builder+plugin</url> @@ -17,7 +17,7 @@ <connection>scm:git:ssh://git@github.com/jenkinsci/bitbucket-pullrequest-builder-plugin.git</connection> <developerConnection>scm:git:ssh://git@github.com/jenkinsci/bitbucket-pullrequest-builder-plugin.git</developerConnection> <url>https://github.com/jenkinsci/bitbucket-pullrequest-builder-plugin.git</url> - <tag>bitbucket-pullrequest-builder-1.4.25</tag> + <tag>HEAD</tag> </scm> <developers> <developer> |