diff options
author | Shinsuke Nishio <nishio@densan-labs.net> | 2014-12-20 16:55:23 +0900 |
---|---|---|
committer | Shinsuke Nishio <nishio@densan-labs.net> | 2014-12-20 16:55:23 +0900 |
commit | ae02c2bea7fe4a072003738b0f90684c30d32076 (patch) | |
tree | df807bdb2e414011881344f34cacaa5d2d00bd00 /pom.xml | |
parent | 41842b4ef233167dcb1cdaaef22b939efeaa22ab (diff) | |
download | bbprb-ae02c2bea7fe4a072003738b0f90684c30d32076.tar.gz |
[maven-release-plugin] prepare for next development iteration
Diffstat (limited to 'pom.xml')
-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.2</version> + <version>1.4.3-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.2</tag> + <tag>HEAD</tag> </scm> <developers> <developer> |