Repository: kafka Updated Branches: refs/heads/0.9.0 80030022d -> 71868da5c
MINOR: Update version to 0.9.0.1-SNAPSHOT Author: Ewen Cheslack-Postava <[email protected]> Reviewers: Gwen Shapira Closes #727 from ewencp/minor-0.9.0.1-SNAPSHOT Project: http://git-wip-us.apache.org/repos/asf/kafka/repo Commit: http://git-wip-us.apache.org/repos/asf/kafka/commit/71868da5 Tree: http://git-wip-us.apache.org/repos/asf/kafka/tree/71868da5 Diff: http://git-wip-us.apache.org/repos/asf/kafka/diff/71868da5 Branch: refs/heads/0.9.0 Commit: 71868da5c527473890d583eebb0c7c1e1849cd20 Parents: 8003002 Author: Ewen Cheslack-Postava <[email protected]> Authored: Mon Jan 4 10:50:53 2016 -0800 Committer: Gwen Shapira <[email protected]> Committed: Mon Jan 4 10:50:53 2016 -0800 ---------------------------------------------------------------------- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/kafka/blob/71868da5/gradle.properties ---------------------------------------------------------------------- diff --git a/gradle.properties b/gradle.properties index 4d740c6..54a2469 100644 --- a/gradle.properties +++ b/gradle.properties @@ -14,7 +14,7 @@ # limitations under the License. group=org.apache.kafka -version=0.9.0.0 +version=0.9.0.1-SNAPSHOT scalaVersion=2.10.5 task=build org.gradle.jvmargs=-XX:MaxPermSize=512m -Xmx1024m -Xss2m
