diff options
author | Igor Pashev <pashev.igor@gmail.com> | 2018-09-08 13:34:48 +0300 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2018-09-08 13:36:41 +0300 |
commit | 902be6687a5c8302397a0c7697b62e83531b0858 (patch) | |
tree | e4f1ea48d037faca62928e146e4118d6fd8a1f6a | |
parent | cdef13254a2bd5c104ddbb392545828879865c16 (diff) | |
download | bbprb-902be6687a5c8302397a0c7697b62e83531b0858.tar.gz |
Version 0.3.00.3.0
-rw-r--r-- | ChangeLog.md | 10 | ||||
-rw-r--r-- | pom.xml | 2 |
2 files changed, 11 insertions, 1 deletions
diff --git a/ChangeLog.md b/ChangeLog.md index b526b27..1a09818 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,3 +1,13 @@ +0.3.0 (! BREAKING !) +=================== + + * Made it work with the [Rebuild Plugin](https://wiki.jenkins.io/display/JENKINS/Rebuild+Plugin). + * Job configurations have to be changed. Updated documentation. + * Require Jenkins 2.60+. + * Cancel outdated jobs by default. + * Removed dead code from the Bitbucket API client. + + 0.2.0 ===== @@ -8,7 +8,7 @@ </parent> <artifactId>bbprb</artifactId> <name>Bitbucket Pullrequest Builder Plugin</name> - <version>0.2.0</version> + <version>0.3.0</version> <description>This Jenkins plugin builds pull requests from Bitbucket.org and will report the test results.</description> <packaging>hpi</packaging> <url></url> |