Repository: kafka
Updated Branches:
  refs/heads/0.10.2 0790b352a -> ddde79a35


Bump version to 0.10.2.0


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

Branch: refs/heads/0.10.2
Commit: 576d93a8dc0cf4215f9a6e35851399f54c5cb348
Parents: 71a511c
Author: Ewen Cheslack-Postava <m...@ewencp.org>
Authored: Tue Feb 14 09:26:07 2017 -0800
Committer: Ewen Cheslack-Postava <m...@ewencp.org>
Committed: Tue Feb 14 09:26:07 2017 -0800

----------------------------------------------------------------------
 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/576d93a8/gradle.properties
----------------------------------------------------------------------
diff --git a/gradle.properties b/gradle.properties
index 86aedc3..ac48b00 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.10.2.0-SNAPSHOT
+version=0.10.2.0
 scalaVersion=2.10.6
 task=build
 org.gradle.jvmargs=-XX:MaxPermSize=512m -Xmx1024m -Xss2m

http://git-wip-us.apache.org/repos/asf/kafka/blob/576d93a8/tests/kafkatest/__init__.py
----------------------------------------------------------------------
diff --git a/tests/kafkatest/__init__.py b/tests/kafkatest/__init__.py
index f337765..2f42380 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.10.2.0.dev0'
+__version__ = 0.10.2.0

Reply via email to