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/03/21 17:53:46 UTC

kafka git commit: Changing version to 0.10.1.0-SNAPSHOT

Repository: kafka
Updated Branches:
  refs/heads/trunk 4f048c4f1 -> 702d560c5


Changing version to 0.10.1.0-SNAPSHOT


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

Branch: refs/heads/trunk
Commit: 702d560c555bf7121eca02010adedd4986e36b87
Parents: 4f048c4
Author: Gwen Shapira <cs...@gmail.com>
Authored: Mon Mar 21 09:53:17 2016 -0700
Committer: Gwen Shapira <cs...@gmail.com>
Committed: Mon Mar 21 09:53:17 2016 -0700

----------------------------------------------------------------------
 gradle.properties | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/kafka/blob/702d560c/gradle.properties
----------------------------------------------------------------------
diff --git a/gradle.properties b/gradle.properties
index b058e58..0a612f6 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-SNAPSHOT
+version=0.10.1.0-SNAPSHOT
 scalaVersion=2.10.6
 task=build
 org.gradle.jvmargs=-XX:MaxPermSize=512m -Xmx1024m -Xss2m