MINOR: Bump to version 0.10.2

This commit is contained in:
Jason Gustafson 2016-09-19 19:59:03 -07:00
parent eaaa433fc9
commit 6acbf27aeb
3 changed files with 3 additions and 3 deletions

View File

@ -16,7 +16,7 @@
group=org.apache.kafka group=org.apache.kafka
# NOTE: When you change this version number, you should also make sure to update # 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. # the version numbers in tests/kafkatest/__init__.py and kafka-merge-pr.py.
version=0.10.1.0-SNAPSHOT version=0.10.2.0-SNAPSHOT
scalaVersion=2.10.6 scalaVersion=2.10.6
task=build task=build
org.gradle.jvmargs=-XX:MaxPermSize=512m -Xmx1024m -Xss2m org.gradle.jvmargs=-XX:MaxPermSize=512m -Xmx1024m -Xss2m

View File

@ -72,7 +72,7 @@ RELEASE_BRANCH_PREFIX = "0."
DEV_BRANCH_NAME = "trunk" DEV_BRANCH_NAME = "trunk"
DEFAULT_FIX_VERSION = os.environ.get("DEFAULT_FIX_VERSION", "0.10.1.0") DEFAULT_FIX_VERSION = os.environ.get("DEFAULT_FIX_VERSION", "0.10.2.0")
def get_json(url): def get_json(url):
try: try:

View File

@ -22,4 +22,4 @@
# Instead, in trunk, the version should have a suffix of the form ".devN" # 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" # 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.1.0.dev0' __version__ = '0.10.2.0.dev0'