summaryrefslogtreecommitdiff
path: root/build_integration.sh
diff options
context:
space:
mode:
authorDana Powers <dana.powers@gmail.com>2015-06-10 13:46:49 -0700
committerDana Powers <dana.powers@gmail.com>2015-06-10 13:46:49 -0700
commit08daf324b21eb9ba237f057058ef918f4e24d16b (patch)
treea37ca26900dc4af5653776775810661eea6fe450 /build_integration.sh
parent2727a07be2d80ea1601c9a78bf3a3486e6b02281 (diff)
parent92da259539cc31bf5bba859286a8b098ea242b80 (diff)
downloadkafka-python-08daf324b21eb9ba237f057058ef918f4e24d16b.tar.gz
Merge pull request #402 from dpkp/kafka_0_8_2_1
Use kafka 0.8.2.1 in integration tests
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