You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by bb...@apache.org on 2019/06/26 18:27:25 UTC

[kafka] branch 2.2 updated: MINOR: Fix version in environment setup (#7004)

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 <br...@confluent.io>
AuthorDate: Wed Jun 26 20:26:55 2019 +0200

    MINOR: Fix version in environment setup (#7004)
    
    Reviewers: Guozhang Wang <wa...@gmail.com>, John Roesler <jo...@confluent.io>, Boyang Chen <bo...@confluent.io>, Bill Bejeck <bb...@gmail.com>
---
 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