From 8e8f4878324b65a45e349a97c1404f0f4c3623ed Mon Sep 17 00:00:00 2001 From: Dana Powers Date: Sat, 7 Oct 2017 18:18:59 -0700 Subject: Update to 0.11.0.1 for travis test fixture; use as default if unspecified --- build_integration.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build_integration.sh') 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} -- cgit v1.2.1