aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorMartin Damovsky <martin.damovsky@gmail.com>2017-06-04 21:33:29 +0200
committerGitHub <noreply@github.com>2017-06-04 21:33:29 +0200
commit5b86923fba465f914ed0f9da6393b9ae9e22287d (patch)
treee36e88b923d5cf33328f208c21f501aceab38295 /pom.xml
parent799209b435e1db4111f1ed570be0b97dc5dd11a9 (diff)
parent5dbd62e5d66ebb577ab51b2cbecb9b7d4439c6d8 (diff)
downloadbbprb-5b86923fba465f914ed0f9da6393b9ae9e22287d.tar.gz
Merge pull request #122 from IDMWORKS/bug/null-destination-commit
Fix NullPointerException when a Pull Request's destination commit is NULL
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 7b9840d..f204feb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -8,7 +8,7 @@
<artifactId>bitbucket-pullrequest-builder</artifactId>
<name>Bitbucket Pullrequest Builder Plugin</name>
- <version>1.4.25-SNAPSHOT</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>