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/05/17 21:09:19 UTC

[bahir-flink] branch master updated: [BAHIR-206] bump flink 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


The following commit(s) were added to refs/heads/master by this push:
     new 86ad89f  [BAHIR-206] bump flink version to 1.8.0
86ad89f is described below

commit 86ad89f4e9c0644a725673fdad8a5548ca837fcc
Author: eskabetxe <bo...@boto.pro>
AuthorDate: Thu May 16 15:57:17 2019 +0200

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

diff --git a/pom.xml b/pom.xml
index 8c5e717..2706d50 100644
--- a/pom.xml
+++ b/pom.xml
@@ -96,7 +96,7 @@
     <log4j.version>1.2.17</log4j.version>
 
     <!-- Flink version -->
-    <flink.version>1.7.2</flink.version>
+    <flink.version>1.8.0</flink.version>
 
     <junit.jupiter.version>5.3.1</junit.jupiter.version>
     <junit.groups></junit.groups>