You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by ew...@apache.org on 2017/07/28 22:22:50 UTC

kafka git commit: MINOR: Bump version to 0.11.0.1-SNAPSHOT

Repository: kafka
Updated Branches:
  refs/heads/0.11.0 55c2b7365 -> 37ada7957


MINOR: Bump version to 0.11.0.1-SNAPSHOT

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

Reviewers: Ewen Cheslack-Postava <ew...@confluent.io>

Closes #3579 from ijuma/bump-to-0.11.0.1-SNAPSHOT


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

Branch: refs/heads/0.11.0
Commit: 37ada79570a80314b9f929e7c398c264e551f552
Parents: 55c2b73
Author: Ismael Juma <is...@juma.me.uk>
Authored: Fri Jul 28 15:22:31 2017 -0700
Committer: Ewen Cheslack-Postava <me...@ewencp.org>
Committed: Fri Jul 28 15:22:31 2017 -0700

----------------------------------------------------------------------
 gradle.properties           | 2 +-
 tests/kafkatest/__init__.py | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/kafka/blob/37ada795/gradle.properties
----------------------------------------------------------------------
diff --git a/gradle.properties b/gradle.properties
index 51604fc..bea7e2e 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -16,7 +16,7 @@
 group=org.apache.kafka
 # NOTE: When you change this version number, you should also make sure to update
 # the version numbers in tests/kafkatest/__init__.py and kafka-merge-pr.py.
-version=0.11.0.0-SNAPSHOT
+version=0.11.0.1-SNAPSHOT
 scalaVersion=2.11.11
 task=build
 org.gradle.jvmargs=-XX:MaxPermSize=512m -Xmx1024m -Xss2m

http://git-wip-us.apache.org/repos/asf/kafka/blob/37ada795/tests/kafkatest/__init__.py
----------------------------------------------------------------------
diff --git a/tests/kafkatest/__init__.py b/tests/kafkatest/__init__.py
index 8aff99a..9bee572 100644
--- a/tests/kafkatest/__init__.py
+++ b/tests/kafkatest/__init__.py
@@ -22,4 +22,4 @@
 # Instead, in development branches, the version should have a suffix of the form ".devN"
 #
 # For example, when Kafka is at version 0.9.0.0-SNAPSHOT, this should be something like "0.9.0.0.dev0"
-__version__ = '0.11.0.0.dev0'
+__version__ = '0.11.0.1.dev0'