Repository: kafka
Updated Branches:
  refs/heads/trunk 528c78fd3 -> da9733091


KAFKA-2830; Change default fix version to 0.9.1.0 in kafka-merge-pr.py

Author: Ismael Juma <ism...@juma.me.uk>

Reviewers: Guozhang Wang

Closes #523 from ijuma/kafka-2830-fix-version-0.9.1.0


Project: http://git-wip-us.apache.org/repos/asf/kafka/repo
Commit: http://git-wip-us.apache.org/repos/asf/kafka/commit/da973309
Tree: http://git-wip-us.apache.org/repos/asf/kafka/tree/da973309
Diff: http://git-wip-us.apache.org/repos/asf/kafka/diff/da973309

Branch: refs/heads/trunk
Commit: da97330915f5c9f73dc55288cc271818044e163f
Parents: 528c78f
Author: Ismael Juma <ism...@juma.me.uk>
Authored: Fri Nov 13 10:03:47 2015 -0800
Committer: Guozhang Wang <wangg...@gmail.com>
Committed: Fri Nov 13 10:03:47 2015 -0800

----------------------------------------------------------------------
 kafka-merge-pr.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/kafka/blob/da973309/kafka-merge-pr.py
----------------------------------------------------------------------
diff --git a/kafka-merge-pr.py b/kafka-merge-pr.py
index 078708e..186e65c 100644
--- a/kafka-merge-pr.py
+++ b/kafka-merge-pr.py
@@ -67,7 +67,7 @@ RELEASE_BRANCH_PREFIX = "0."
 
 DEV_BRANCH_NAME = "trunk"
 
-DEFAULT_FIX_VERSION = os.environ.get("DEFAULT_FIX_VERSION", "0.9.0.0")
+DEFAULT_FIX_VERSION = os.environ.get("DEFAULT_FIX_VERSION", "0.9.1.0")
 
 def get_json(url):
     try:

Reply via email to