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:34 UTC

[bahir-flink] branch master updated (a58ef9a -> cdaec61)

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

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


    from a58ef9a  [BAHIR-191] uddate flume version to 1.9.0
     new 2e6d743  [BAHIR-194] bump kudu version to 1.8.0
     new cdaec61  [BAHIR-195] bump flink version to 1.7.1

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 flink-connector-kudu/pom.xml | 2 +-
 pom.xml                      | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)


[bahir-flink] 02/02: [BAHIR-195] bump flink version to 1.7.1

Posted by lr...@apache.org.
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 cdaec613c98834ac5cd9f3c08e5c21e1efe7c8e5
Author: Joao Boto <bo...@boto.pro>
AuthorDate: Sun Feb 10 23:41:47 2019 +0100

    [BAHIR-195] bump flink version to 1.7.1
    
    Closes #45
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 45892c5..150862a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -97,7 +97,7 @@
     <log4j.version>1.2.17</log4j.version>
 
     <!-- Flink version -->
-    <flink.version>1.7.0</flink.version>
+    <flink.version>1.7.1</flink.version>
 
     <junit.jupiter.version>5.3.1</junit.jupiter.version>
     <junit.groups></junit.groups>


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

Posted by lr...@apache.org.
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>