summaryrefslogtreecommitdiff
path: root/build_integration.sh
diff options
context:
space:
mode:
authorDana Powers <dana.powers@rd.io>2018-03-09 10:49:27 -0500
committerDana Powers <dana.powers@rd.io>2018-03-10 11:54:04 -0500
commitddc0b96b2d26cf6fc11204acb3e7ac38177fca84 (patch)
tree2b9002c05c0532d13774343696839e6fb6b95759 /build_integration.sh
parentec9049c60794785ab6c7babc90759678e665ccd8 (diff)
downloadkafka-python-1_0_1.tar.gz
Add kafka 1.0.1 release to test fixtures1_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 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}