summaryrefslogtreecommitdiff
path: root/build_integration.sh
diff options
context:
space:
mode:
authorDana Powers <dana.powers@gmail.com>2017-10-07 18:18:59 -0700
committerDana Powers <dana.powers@gmail.com>2017-10-07 18:18:59 -0700
commit8e8f4878324b65a45e349a97c1404f0f4c3623ed (patch)
tree8b02e4a7e0cabb99171fdf29207da599ca2237f6 /build_integration.sh
parent8f211805c40a446c74c62a8b3558c75a33eaa161 (diff)
downloadkafka-python-0_11_0_1.tar.gz
Update to 0.11.0.1 for travis test fixture; use as default if unspecified0_11_0_1
Diffstat (limited to 'build_integration.sh')
-rwxr-xr-xbuild_integration.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build_integration.sh b/build_integration.sh
index 28e501d..7ea22ef 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.0"}
+: ${ALL_RELEASES:="0.8.2.2 0.9.0.1 0.10.1.1 0.10.2.1 0.11.0.1"}
: ${SCALA_VERSION:=2.11}
: ${DIST_BASE_URL:=https://archive.apache.org/dist/kafka/}
: ${KAFKA_SRC_GIT:=https://github.com/apache/kafka.git}