This is an automated email from the ASF dual-hosted git repository.
bbejeck pushed a commit to branch 2.2
in repository https://gitbox.apache.org/repos/asf/kafka.git
The following commit(s) were added to refs/heads/2.2 by this push:
new 9618c5b MINOR: Fix version in environment setup (#7004)
9618c5b is described below
commit 9618c5bfa403907d51bee13f09575ab8c1771581
Author: cadonna <[email protected]>
AuthorDate: Wed Jun 26 20:26:55 2019 +0200
MINOR: Fix version in environment setup (#7004)
Reviewers: Guozhang Wang <[email protected]>, John Roesler
<[email protected]>, Boyang Chen <[email protected]>, Bill Bejeck
<[email protected]>
---
vagrant/base.sh | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/vagrant/base.sh b/vagrant/base.sh
index 6ee9660..433cdc3 100755
--- a/vagrant/base.sh
+++ b/vagrant/base.sh
@@ -129,8 +129,8 @@ get_kafka 1.1.1 2.11
chmod a+rw /opt/kafka-1.1.1
get_kafka 2.0.1 2.12
chmod a+rw /opt/kafka-2.0.1
-get_kafka 2.1.0 2.12
-chmod a+rw /opt/kafka-2.1.0
+get_kafka 2.1.1 2.12
+chmod a+rw /opt/kafka-2.1.1
# For EC2 nodes, we want to use /mnt, which should have the local disk. On
local