Skip to content

Commit

Permalink
Zookeeper 3.4.6 seems no longer existent on http://apache.osuosl.org
Browse files Browse the repository at this point in the history
Move to using 3.4.7 which is on http://apache.osuosl.org

Fixes issue python-zk#375
  • Loading branch information
harlowja committed Jan 9, 2016
1 parent 9d43660 commit 7dd9906
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ensure-zookeeper-env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -e

HERE=`pwd`
ZOO_BASE_DIR="$HERE/zookeeper"
ZOOKEEPER_VERSION=${ZOOKEEPER_VERSION:-3.4.6}
ZOOKEEPER_VERSION=${ZOOKEEPER_VERSION:-3.4.7}
ZOOKEEPER_PATH="$ZOO_BASE_DIR/$ZOOKEEPER_VERSION"
ZOO_MIRROR_URL="http://apache.osuosl.org/"

Expand Down

0 comments on commit 7dd9906

Please sign in to comment.