diff options
author | Martin Damovsky <martin.damovsky@gmail.com> | 2017-02-22 23:16:20 +0100 |
---|---|---|
committer | Martin Damovsky <martin.damovsky@gmail.com> | 2017-02-22 23:16:20 +0100 |
commit | 3dfdbf384b4d753934a72f5310893b47a33d0598 (patch) | |
tree | f0ac581571643d6200f738683365533f1264bc12 | |
parent | 417b3cc37517969f8a7c276e5d6155b9275e17dc (diff) | |
download | bbprb-3dfdbf384b4d753934a72f5310893b47a33d0598.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.23</version> + <version>1.4.24-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.23</tag> + <tag>HEAD</tag> </scm> <developers> <developer> |