You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by jg...@apache.org on 2016/10/19 17:51:11 UTC

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

Bump version to 0.10.1.0


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

Branch: refs/heads/0.10.1
Commit: 5bdcbebdada5c77464b5ab608d804f40232df1af
Parents: b729ac5
Author: Jason Gustafson <ja...@confluent.io>
Authored: Tue Oct 4 12:01:06 2016 -0700
Committer: Jason Gustafson <ja...@confluent.io>
Committed: Wed Oct 19 10:50:36 2016 -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/5bdcbebd/gradle.properties
----------------------------------------------------------------------
diff --git a/gradle.properties b/gradle.properties
index 0a612f6..46c2826 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.0-SNAPSHOT
+version=0.10.1.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/5bdcbebd/tests/kafkatest/__init__.py
----------------------------------------------------------------------
diff --git a/tests/kafkatest/__init__.py b/tests/kafkatest/__init__.py
index 7975b8f..b5112c9 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.0.dev0'
+__version__ = '0.10.1.0'