diff options
author | Dana Powers <dana.powers@gmail.com> | 2018-03-10 13:56:58 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-03-10 13:56:58 -0500 |
commit | c920a2acd88bd3f3d755846378b56b10990720cd (patch) | |
tree | 28ab30d57b3769e7f403b26ae5a412ab82930168 /build_integration.sh | |
parent | 8bdbe9264850add9c4c272540d9e2e5970e205dd (diff) | |
download | kafka-python-c920a2acd88bd3f3d755846378b56b10990720cd.tar.gz |
Add kafka 1.0.1 release to test fixtures (#1437)
Diffstat (limited to 'build_integration.sh')
-rwxr-xr-x | build_integration.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build_integration.sh b/build_integration.sh index dd87540..b686fff 100755 --- a/build_integration.sh +++ b/build_integration.sh @@ -1,6 +1,6 @@ #!/bin/bash -: ${ALL_RELEASES:="0.8.2.2 0.9.0.1 0.10.1.1 0.10.2.1 0.11.0.2"} +: ${ALL_RELEASES:="0.8.2.2 0.9.0.1 0.10.1.1 0.10.2.1 0.11.0.2 1.0.1"} : ${SCALA_VERSION:=2.11} : ${DIST_BASE_URL:=https://archive.apache.org/dist/kafka/} : ${KAFKA_SRC_GIT:=https://github.com/apache/kafka.git} |