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 0467041  [BAHIR-198] Bump flink version to 1.7.2
0467041 is described below

commit 04670412e65e430677bb02ccf72b4210cbcabc86
Author: Joao Boto <[email protected]>
AuthorDate: Thu Mar 7 21:47:56 2019 +0100

    [BAHIR-198] Bump flink version to 1.7.2
    
    Closes #47
---
 .travis.yml | 6 +++---
 pom.xml     | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index e0230d8..191591d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -37,13 +37,13 @@ jdk:
 
 env:
   - |
-    FLINK_VERSION="1.7.1" SCALA_VERSION="2.11" DOCKER="false"
+    FLINK_VERSION="1.7.2" SCALA_VERSION="2.11" DOCKER="false"
     
PROJECTS="flink-connector-activemq,flink-connector-akka,flink-connector-influxdb,flink-connector-netty,flink-connector-redis,flink-library-siddhi"
   - |
-    FLINK_VERSION="1.7.1" SCALA_VERSION="2.11" DOCKER="true"
+    FLINK_VERSION="1.7.2" SCALA_VERSION="2.11" DOCKER="true"
     PROJECTS="flink-connector-flume"
   - |
-    FLINK_VERSION="1.7.1" SCALA_VERSION="2.11" DOCKER="true"
+    FLINK_VERSION="1.7.2" SCALA_VERSION="2.11" DOCKER="true"
     PROJECTS="flink-connector-kudu"
 
 before_install:
diff --git a/pom.xml b/pom.xml
index 109154d..8c5e717 100644
--- a/pom.xml
+++ b/pom.xml
@@ -96,7 +96,7 @@
     <log4j.version>1.2.17</log4j.version>
 
     <!-- Flink version -->
-    <flink.version>1.7.1</flink.version>
+    <flink.version>1.7.2</flink.version>
 
     <junit.jupiter.version>5.3.1</junit.jupiter.version>
     <junit.groups></junit.groups>

Reply via email to