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 ae9272b Bump Flink version to 1.10.0
ae9272b is described below
commit ae9272bf8c05720a331f7189243552e6dd8ea595
Author: Marton Balassi <[email protected]>
AuthorDate: Fri Apr 17 14:42:54 2020 +0200
Bump Flink version to 1.10.0
---
.travis.yml | 8 ++++----
pom.xml | 2 +-
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/.travis.yml b/.travis.yml
index bc016ee..a75578d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -38,10 +38,10 @@ jdk:
- openjdk8
env:
- - FLINK_VERSION="1.9.0" SCALA_VERSION="2.11"
- - FLINK_VERSION="1.9.0" SCALA_VERSION="2.11" PROJECT="flink-connector-flume"
DOCKER="true"
- - FLINK_VERSION="1.9.0" SCALA_VERSION="2.12"
- - FLINK_VERSION="1.9.0" SCALA_VERSION="2.12" PROJECT="flink-connector-flume"
DOCKER="true"
+ - FLINK_VERSION="1.10.0" SCALA_VERSION="2.11"
+ - FLINK_VERSION="1.10.0" SCALA_VERSION="2.11"
PROJECT="flink-connector-flume" DOCKER="true"
+ - FLINK_VERSION="1.10.0" SCALA_VERSION="2.12"
+ - FLINK_VERSION="1.10.0" SCALA_VERSION="2.12"
PROJECT="flink-connector-flume" DOCKER="true"
before_install:
- ./dev/change-scala-version.sh $SCALA_VERSION
diff --git a/pom.xml b/pom.xml
index a94a516..ec334fc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -95,7 +95,7 @@
<log4j.version>1.2.17</log4j.version>
<!-- Flink version -->
- <flink.version>1.9.0</flink.version>
+ <flink.version>1.10.0</flink.version>
<junit.jupiter.version>5.4.1</junit.jupiter.version>
<junit.groups></junit.groups>