You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bahir.apache.org by lr...@apache.org on 2019/02/11 02:40:35 UTC

[bahir-flink] 01/02: [BAHIR-194] bump kudu version to 1.8.0

This is an automated email from the ASF dual-hosted git repository.

lresende pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/bahir-flink.git

commit 2e6d7434d8ad461ffdd9f9a0d6feb09faefb1ebe
Author: Joao Boto <bo...@boto.pro>
AuthorDate: Sun Feb 10 23:38:43 2019 +0100

    [BAHIR-194] bump kudu version to 1.8.0
    
    Closes 44
---
 flink-connector-kudu/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/flink-connector-kudu/pom.xml b/flink-connector-kudu/pom.xml
index 61ab4a6..5540fc1 100644
--- a/flink-connector-kudu/pom.xml
+++ b/flink-connector-kudu/pom.xml
@@ -30,7 +30,7 @@
   <packaging>jar</packaging>
 
   <properties>
-    <kudu.version>1.7.1</kudu.version>
+    <kudu.version>1.8.0</kudu.version>
 
     <junit.groups>!DockerTest</junit.groups>
   </properties>