summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTincu Gabriel <gabi@aiven.io>2020-03-16 18:30:02 +0200
committerGitHub <noreply@github.com>2020-03-16 09:30:02 -0700
commit5d4b3ec4d6773740a036edb4103294a503a2a421 (patch)
treeb4903c4dd784781a176481f6705d8d759c4598c7
parent34dc36d755abe6ec647efff74e284595497634ea (diff)
downloadkafka-python-5d4b3ec4d6773740a036edb4103294a503a2a421.tar.gz
Add 2.1.1 to build_integration (#2019)
-rwxr-xr-xbuild_integration.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build_integration.sh b/build_integration.sh
index 45522a3..98b9b27 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.2 0.11.0.3 1.0.2 1.1.1 2.0.1"}
+: ${ALL_RELEASES:="0.8.2.2 0.9.0.1 0.10.1.1 0.10.2.2 0.11.0.3 1.0.2 1.1.1 2.0.1 2.1.1"}
: ${SCALA_VERSION:=2.11}
: ${DIST_BASE_URL:=https://archive.apache.org/dist/kafka/}
: ${KAFKA_SRC_GIT:=https://github.com/apache/kafka.git}