summaryrefslogtreecommitdiff
path: root/build_integration.sh
diff options
context:
space:
mode:
authorDana Powers <dana.powers@rd.io>2015-12-04 10:40:56 -0800
committerDana Powers <dana.powers@rd.io>2015-12-04 10:40:56 -0800
commiteab0a55962c2578fb90fb80b5e78b3bdbd56dbcd (patch)
treeac73fe2cc21152131cf153e104f783a8abfde40b /build_integration.sh
parent770a9bb4da5839ff4fd7d6f62732f000a1bb88bf (diff)
downloadkafka-python-eab0a55962c2578fb90fb80b5e78b3bdbd56dbcd.tar.gz
Add 0.8.2.2 and 0.9.0.0 resources for integration tests; update default official releases
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 5395bb8..aa9c399 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.1"
+OFFICIAL_RELEASES="0.8.1.1 0.8.2.2 0.9.0.0"
# Useful configuration vars, with sensible defaults
if [ -z "$SCALA_VERSION" ]; then