Skip to content

Commit b296d16

Browse files
committed
Merge pull request #377 from harlowja/use-zookeeper-3.4.7
Zookeeper 3.4.6 seems no longer existent on http://apache.osuosl.org
2 parents 4961c6c + 7dd9906 commit b296d16

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ensure-zookeeper-env.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ set -e
44

55
HERE=`pwd`
66
ZOO_BASE_DIR="$HERE/zookeeper"
7-
ZOOKEEPER_VERSION=${ZOOKEEPER_VERSION:-3.4.6}
7+
ZOOKEEPER_VERSION=${ZOOKEEPER_VERSION:-3.4.7}
88
ZOOKEEPER_PATH="$ZOO_BASE_DIR/$ZOOKEEPER_VERSION"
99
ZOO_MIRROR_URL="http://apache.osuosl.org/"
1010

0 commit comments

Comments
 (0)