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:48:11 UTC

kafka git commit: Changing version to 0.10.0.0

Repository: kafka
Updated Branches:
  refs/heads/0.10.0 4f048c4f1 -> 1b5879653


Changing version to 0.10.0.0


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

Branch: refs/heads/0.10.0
Commit: 1b5879653e0d956c79556301d1d11987baf6f2d7
Parents: 4f048c4
Author: Gwen Shapira <cs...@gmail.com>
Authored: Mon Mar 21 09:48:02 2016 -0700
Committer: Gwen Shapira <cs...@gmail.com>
Committed: Mon Mar 21 09:48:02 2016 -0700

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


http://git-wip-us.apache.org/repos/asf/kafka/blob/1b587965/gradle.properties
----------------------------------------------------------------------
diff --git a/gradle.properties b/gradle.properties
index b058e58..7f30b4d 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.0.0
 scalaVersion=2.10.6
 task=build
 org.gradle.jvmargs=-XX:MaxPermSize=512m -Xmx1024m -Xss2m