Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 37b9654

Browse files
committed
Check newest kafka releases
1 parent 9ac3cb1 commit 37b9654

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build_integration.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22

3-
: ${ALL_RELEASES:="0.8.2.2 0.9.0.1 0.10.1.1 0.10.2.1 0.11.0.2 1.0.1"}
3+
: ${ALL_RELEASES:="1.1.0 1.1.1 2.0.0"}
44
: ${SCALA_VERSION:=2.11}
55
: ${DIST_BASE_URL:=https://archive.apache.org/dist/kafka/}
66
: ${KAFKA_SRC_GIT:=https://github.com/apache/kafka.git}

0 commit comments

Comments
 (0)