summaryrefslogtreecommitdiff
path: root/build_integration.sh
diff options
context:
space:
mode:
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 7ea22ef..dd87540 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.1"}
+: ${ALL_RELEASES:="0.8.2.2 0.9.0.1 0.10.1.1 0.10.2.1 0.11.0.2"}
: ${SCALA_VERSION:=2.11}
: ${DIST_BASE_URL:=https://archive.apache.org/dist/kafka/}
: ${KAFKA_SRC_GIT:=https://github.com/apache/kafka.git}