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 2016/05/23 18:34:12 UTC

kafka git commit: bumping version of branch from 0.10.0.0-SNAPSHOT to 0.10.0.1-SNAPSHOT, since 0.10.0.0 was released

Repository: kafka
Updated Branches:
  refs/heads/0.10.0 761531285 -> a1838755a


bumping version of branch from 0.10.0.0-SNAPSHOT to 0.10.0.1-SNAPSHOT, since 0.10.0.0 was released


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

Branch: refs/heads/0.10.0
Commit: a1838755a206fc769ef1fe947eafe3ff245afeb6
Parents: 7615312
Author: Gwen Shapira <cs...@gmail.com>
Authored: Mon May 23 11:33:41 2016 -0700
Committer: Gwen Shapira <cs...@gmail.com>
Committed: Mon May 23 11:33:41 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/a1838755/gradle.properties
----------------------------------------------------------------------
diff --git a/gradle.properties b/gradle.properties
index 7f30b4d..77977a0 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.0
+version=0.10.0.1-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/a1838755/tests/kafkatest/__init__.py
----------------------------------------------------------------------
diff --git a/tests/kafkatest/__init__.py b/tests/kafkatest/__init__.py
index c509eff..5d697b2 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.0'
+__version__ = '0.10.0.1.dev0'