You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by gu...@apache.org on 2016/12/21 06:21:56 UTC

kafka git commit: bump up version to 0.10.1.2-SNAPSHOT

Repository: kafka
Updated Branches:
  refs/heads/0.10.1 7226d6ed9 -> 8c628580a


bump up version to 0.10.1.2-SNAPSHOT


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

Branch: refs/heads/0.10.1
Commit: 8c628580abc4955887d8c8944b42b11a79dcf523
Parents: 7226d6e
Author: Guozhang Wang <wa...@gmail.com>
Authored: Tue Dec 20 22:21:49 2016 -0800
Committer: Guozhang Wang <wa...@gmail.com>
Committed: Tue Dec 20 22:21:49 2016 -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/8c628580/gradle.properties
----------------------------------------------------------------------
diff --git a/gradle.properties b/gradle.properties
index defb177..605d850 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.1.1-SNAPSHOT
+version=0.10.1.2-SNAPSHOT
 scalaVersion=2.10.6
 task=build
 org.gradle.jvmargs=-XX:MaxPermSize=512m -Xmx1024m -Xss2m

http://git-wip-us.apache.org/repos/asf/kafka/blob/8c628580/tests/kafkatest/__init__.py
----------------------------------------------------------------------
diff --git a/tests/kafkatest/__init__.py b/tests/kafkatest/__init__.py
index 9258b24..8668c13 100644
--- a/tests/kafkatest/__init__.py
+++ b/tests/kafkatest/__init__.py
@@ -22,4 +22,4 @@
 # Instead, in trunk, 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.1.1.dev0'
+__version__ = '0.10.1.2.dev0'