Repository: kafka Updated Branches: refs/heads/0.10.0 2e456cb61 -> 761531285
Bump version to 0.10.0.0 for a release candidate Project: http://git-wip-us.apache.org/repos/asf/kafka/repo Commit: http://git-wip-us.apache.org/repos/asf/kafka/commit/b8642491 Tree: http://git-wip-us.apache.org/repos/asf/kafka/tree/b8642491 Diff: http://git-wip-us.apache.org/repos/asf/kafka/diff/b8642491 Branch: refs/heads/0.10.0 Commit: b8642491e78c5a137f5012e31d347c01f3b02339 Parents: e02a0dd Author: Gwen Shapira <[email protected]> Authored: Tue May 17 21:24:27 2016 -0700 Committer: Gwen Shapira <[email protected]> Committed: Tue May 17 21:24:27 2016 -0700 ---------------------------------------------------------------------- gradle.properties | 2 +- tests/kafkatest/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/kafka/blob/b8642491/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 http://git-wip-us.apache.org/repos/asf/kafka/blob/b8642491/tests/kafkatest/__init__.py ---------------------------------------------------------------------- diff --git a/tests/kafkatest/__init__.py b/tests/kafkatest/__init__.py index df1a612..c509eff 100644 --- a/tests/kafkatest/__init__.py +++ b/tests/kafkatest/__init__.py @@ -23,4 +23,4 @@ # Instead, in trunk, the version should have a suffix of the form ".devN" # # For example, when Kafka is at version 0.9.0.0-SNAPSHOT, this should be something like "0.9.0.0.dev0" -__version__ = '0.10.0.0.dev0' +__version__ = '0.10.0.0'
