Repository: kafka Updated Branches: refs/heads/trunk 84c8d2bb8 -> f81dd4a4f
MINOR: Bump version to 0.9.1.0-SNAPSHOT Since we created the 0.9.0 branch a while back. Author: Ismael Juma <[email protected]> Reviewers: Jun Rao <[email protected]> Closes #575 from ijuma/bump-to-0.9.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/f81dd4a4 Tree: http://git-wip-us.apache.org/repos/asf/kafka/tree/f81dd4a4 Diff: http://git-wip-us.apache.org/repos/asf/kafka/diff/f81dd4a4 Branch: refs/heads/trunk Commit: f81dd4a4fbb5c1c78dc5fc38a13d2adaf7eff2e7 Parents: 84c8d2b Author: Ismael Juma <[email protected]> Authored: Mon Nov 23 07:38:10 2015 -0800 Committer: Jun Rao <[email protected]> Committed: Mon Nov 23 07:38:10 2015 -0800 ---------------------------------------------------------------------- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/kafka/blob/f81dd4a4/gradle.properties ---------------------------------------------------------------------- diff --git a/gradle.properties b/gradle.properties index aeb58a7..d9476c3 100644 --- a/gradle.properties +++ b/gradle.properties @@ -14,7 +14,7 @@ # limitations under the License. group=org.apache.kafka -version=0.9.0.0-SNAPSHOT +version=0.9.1.0-SNAPSHOT scalaVersion=2.10.6 task=build org.gradle.jvmargs=-XX:MaxPermSize=512m -Xmx1024m -Xss2m
