You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by ij...@apache.org on 2016/08/08 14:53:59 UTC

[3/3] kafka git commit: Bump version to 0.10.0.2-SNAPSHOT

Bump version to 0.10.0.2-SNAPSHOT


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

Branch: refs/heads/0.10.0
Commit: 5852bb0e4bf6089fb43f54d81aa4493f7cf58b85
Parents: fa30db1
Author: Ismael Juma <is...@juma.me.uk>
Authored: Mon Aug 8 15:48:32 2016 +0100
Committer: Ismael Juma <is...@juma.me.uk>
Committed: Mon Aug 8 15:48:32 2016 +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/5852bb0e/gradle.properties
----------------------------------------------------------------------
diff --git a/gradle.properties b/gradle.properties
index 590ff52..667b3fe 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.0.1
+version=0.10.0.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/5852bb0e/tests/kafkatest/__init__.py
----------------------------------------------------------------------
diff --git a/tests/kafkatest/__init__.py b/tests/kafkatest/__init__.py
index 8eaefb5..32fb68a 100644
--- a/tests/kafkatest/__init__.py
+++ b/tests/kafkatest/__init__.py
@@ -23,4 +23,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.0.1'
+__version__ = '0.10.0.2.dev0'