You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by da...@apache.org on 2017/09/12 13:08:03 UTC

[2/2] kafka git commit: Bump version to 0.11.0.1

Bump version to 0.11.0.1


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

Branch: refs/heads/0.11.0
Commit: ba8483d27798b784f5bf1936dfbd5f3363ef1619
Parents: b53b7fc
Author: Damian Guy <da...@gmail.com>
Authored: Tue Sep 5 19:18:40 2017 +0100
Committer: Damian Guy <da...@gmail.com>
Committed: Tue Sep 12 14:07:42 2017 +0100

----------------------------------------------------------------------
 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/ba8483d2/gradle.properties
----------------------------------------------------------------------
diff --git a/gradle.properties b/gradle.properties
index bea7e2e..e78025c 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.1-SNAPSHOT
+version=0.11.0.1
 scalaVersion=2.11.11
 task=build
 org.gradle.jvmargs=-XX:MaxPermSize=512m -Xmx1024m -Xss2m

http://git-wip-us.apache.org/repos/asf/kafka/blob/ba8483d2/tests/kafkatest/__init__.py
----------------------------------------------------------------------
diff --git a/tests/kafkatest/__init__.py b/tests/kafkatest/__init__.py
index 9bee572..d4c6c8c 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.1.dev0'
+__version__ = '0.11.0.1'