You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by gw...@apache.org on 2017/04/26 19:25:16 UTC

[3/3] kafka git commit: Post 0.10.2.1 release version bumping

Post 0.10.2.1 release version bumping


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

Branch: refs/heads/0.10.2
Commit: d7850a400ed3d6efd3aae20515560971693f39b5
Parents: 760cffd
Author: Gwen Shapira <cs...@gmail.com>
Authored: Wed Apr 26 12:24:32 2017 -0700
Committer: Gwen Shapira <cs...@gmail.com>
Committed: Wed Apr 26 12:24:32 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/d7850a40/gradle.properties
----------------------------------------------------------------------
diff --git a/gradle.properties b/gradle.properties
index bb92f80..02f1935 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.1
+version=0.10.2.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/d7850a40/tests/kafkatest/__init__.py
----------------------------------------------------------------------
diff --git a/tests/kafkatest/__init__.py b/tests/kafkatest/__init__.py
index d6abd3f..52c820e 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.1'
+__version__ = '0.10.2.2.dev0'