Repository: kafka Updated Branches: refs/heads/0.9.0 f232f53a7 -> 23c69d62a
change release version to 0.9.0.1 Project: http://git-wip-us.apache.org/repos/asf/kafka/repo Commit: http://git-wip-us.apache.org/repos/asf/kafka/commit/23c69d62 Tree: http://git-wip-us.apache.org/repos/asf/kafka/tree/23c69d62 Diff: http://git-wip-us.apache.org/repos/asf/kafka/diff/23c69d62 Branch: refs/heads/0.9.0 Commit: 23c69d62a0cabf06c4db8b338f0ca824dc6d81a7 Parents: f232f53 Author: Jun Rao <[email protected]> Authored: Thu Feb 11 18:32:29 2016 -0600 Committer: Jun Rao <[email protected]> Committed: Thu Feb 11 18:32:29 2016 -0600 ---------------------------------------------------------------------- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/kafka/blob/23c69d62/gradle.properties ---------------------------------------------------------------------- diff --git a/gradle.properties b/gradle.properties index 54a2469..b175b87 100644 --- a/gradle.properties +++ b/gradle.properties @@ -14,7 +14,7 @@ # limitations under the License. group=org.apache.kafka -version=0.9.0.1-SNAPSHOT +version=0.9.0.1 scalaVersion=2.10.5 task=build org.gradle.jvmargs=-XX:MaxPermSize=512m -Xmx1024m -Xss2m
