You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by ja...@apache.org on 2019/05/30 08:26:14 UTC

[flink] branch master updated: [hotfix] Fix the version number in NOTICE and pom in table-planner-blink

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 0c99d3d  [hotfix] Fix the version number in NOTICE and pom in table-planner-blink
0c99d3d is described below

commit 0c99d3dbb01f12de5a96065261d71b9138ba6d25
Author: Jark Wu <im...@gmail.com>
AuthorDate: Thu May 30 16:25:26 2019 +0800

    [hotfix] Fix the version number in NOTICE and pom in table-planner-blink
---
 flink-table/flink-table-planner-blink/pom.xml                       | 6 +++---
 .../flink-table-planner-blink/src/main/resources/META-INF/NOTICE    | 4 ++--
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/flink-table/flink-table-planner-blink/pom.xml b/flink-table/flink-table-planner-blink/pom.xml
index 5fdada9..f960b47 100644
--- a/flink-table/flink-table-planner-blink/pom.xml
+++ b/flink-table/flink-table-planner-blink/pom.xml
@@ -131,11 +131,11 @@ under the License.
 
 				Dependencies that are not needed for how we use Calcite right now.
 
-				"mvn dependency:tree" as of Calcite 1.18:
+				"mvn dependency:tree" as of Calcite 1.19:
 
-				[INFO] +- org.apache.calcite:calcite-core:jar:1.18.0:compile
+				[INFO] +- org.apache.calcite:calcite-core:jar:1.19.0:compile
 				[INFO] |  +- org.apache.calcite.avatica:avatica-core:jar:1.13.0:compile
-				[INFO] |  +- org.apache.calcite:calcite-linq4j:jar:1.18.0:compile
+				[INFO] |  +- org.apache.calcite:calcite-linq4j:jar:1.19.0:compile
 				[INFO] |  +- org.apache.commons:commons-lang3:jar:3.3.2:compile
 				[INFO] |  +- com.fasterxml.jackson.core:jackson-core:jar:2.9.6:compile
 				[INFO] |  +- com.fasterxml.jackson.core:jackson-annotations:jar:2.9.6:compile
diff --git a/flink-table/flink-table-planner-blink/src/main/resources/META-INF/NOTICE b/flink-table/flink-table-planner-blink/src/main/resources/META-INF/NOTICE
index f6a41ac..a87ebf7 100644
--- a/flink-table/flink-table-planner-blink/src/main/resources/META-INF/NOTICE
+++ b/flink-table/flink-table-planner-blink/src/main/resources/META-INF/NOTICE
@@ -12,8 +12,8 @@ This project bundles the following dependencies under the Apache Software Licens
 - com.fasterxml.jackson.core:jackson-databind:2.9.6
 - com.jayway.jsonpath:json-path:2.4.0
 - joda-time:joda-time:2.5
-- org.apache.calcite:calcite-core:1.18.0
-- org.apache.calcite:calcite-linq4j:1.18.0
+- org.apache.calcite:calcite-core:1.19.0
+- org.apache.calcite:calcite-linq4j:1.19.0
 - org.apache.calcite.avatica:avatica-core:1.13.0
 
 This project bundles the following dependencies under the BSD license.