summaryrefslogtreecommitdiff
path: root/build_integration.sh
diff options
context:
space:
mode:
authorDana Powers <dana.powers@rd.io>2015-06-04 23:50:10 -0700
committerDana Powers <dana.powers@rd.io>2015-06-10 12:56:11 -0700
commit6fde9236d40f1f8df30b84d93ee1dbc1038f5ea7 (patch)
treeef4726b2893a3f197649555be749fd70951403e3 /build_integration.sh
parent04cf4b36686131af392f401a32be7bf5567fb7c2 (diff)
downloadkafka-python-6fde9236d40f1f8df30b84d93ee1dbc1038f5ea7.tar.gz
Add kafka 0.8.2.1 to integration tests, remove 0.8.2.0
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 2b81745..5395bb8 100755
--- a/build_integration.sh
+++ b/build_integration.sh
@@ -1,7 +1,7 @@
#!/bin/bash
# Versions available for testing via binary distributions
-OFFICIAL_RELEASES="0.8.0 0.8.1 0.8.1.1 0.8.2.0"
+OFFICIAL_RELEASES="0.8.0 0.8.1 0.8.1.1 0.8.2.1"
# Useful configuration vars, with sensible defaults
if [ -z "$SCALA_VERSION" ]; then