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/05/23 18:28:19 UTC

[1/2] kafka git commit: Bump version to 0.10.0.0 for a release candidate

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 <cs...@gmail.com>
Authored: Tue May 17 21:24:27 2016 -0700
Committer: Gwen Shapira <cs...@gmail.com>
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'


[2/2] kafka git commit: Updating the 0.10.0 branch as we are now officially releasing this RC as Apache Kafka 0.10.0.0

Posted by gw...@apache.org.
Updating the 0.10.0 branch as we are now officially releasing this RC as Apache Kafka 0.10.0.0

Merge tag '0.10.0.0-rc6' into 0.10.0

Release candidate #7 for Apache Kafka 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/76153128
Tree: http://git-wip-us.apache.org/repos/asf/kafka/tree/76153128
Diff: http://git-wip-us.apache.org/repos/asf/kafka/diff/76153128

Branch: refs/heads/0.10.0
Commit: 76153128556869df6982fd00c80fbe9bbace20a0
Parents: 2e456cb b864249
Author: Gwen Shapira <cs...@gmail.com>
Authored: Mon May 23 11:25:09 2016 -0700
Committer: Gwen Shapira <cs...@gmail.com>
Committed: Mon May 23 11:25:09 2016 -0700

----------------------------------------------------------------------
 gradle.properties           | 2 +-
 tests/kafkatest/__init__.py | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------