You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@calcite.apache.org by fr...@apache.org on 2018/05/31 00:34:50 UTC

calcite-avatica git commit: Bump HSQLDB to 2.4.1 in dockerfiles

Repository: calcite-avatica
Updated Branches:
  refs/heads/master 3ab9ec6f8 -> 110f1818f


Bump HSQLDB to 2.4.1 in dockerfiles


Project: http://git-wip-us.apache.org/repos/asf/calcite-avatica/repo
Commit: http://git-wip-us.apache.org/repos/asf/calcite-avatica/commit/110f1818
Tree: http://git-wip-us.apache.org/repos/asf/calcite-avatica/tree/110f1818
Diff: http://git-wip-us.apache.org/repos/asf/calcite-avatica/diff/110f1818

Branch: refs/heads/master
Commit: 110f1818f40ccc17b6c4fcde6f58c6f330e590c0
Parents: 3ab9ec6
Author: Francis Chuang <fr...@apache.org>
Authored: Thu May 31 10:29:50 2018 +1000
Committer: francis Chuang <fr...@apache.org>
Committed: Thu May 31 10:34:05 2018 +1000

----------------------------------------------------------------------
 docker/src/main/docker/hypersql/Dockerfile    | 2 +-
 docker/src/main/dockerhub-hypersql/Dockerfile | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/calcite-avatica/blob/110f1818/docker/src/main/docker/hypersql/Dockerfile
----------------------------------------------------------------------
diff --git a/docker/src/main/docker/hypersql/Dockerfile b/docker/src/main/docker/hypersql/Dockerfile
index 0adb574..7f92fc4 100644
--- a/docker/src/main/docker/hypersql/Dockerfile
+++ b/docker/src/main/docker/hypersql/Dockerfile
@@ -16,7 +16,7 @@
 FROM avatica-server:latest
 MAINTAINER Apache Avatica <de...@calcite.apache.org>
 
-ARG HSQLDB_VERSION="2.4.0"
+ARG HSQLDB_VERSION="2.4.1"
 
 # Dependencies
 ADD https://repo1.maven.org/maven2/net/hydromatic/scott-data-hsqldb/0.1/scott-data-hsqldb-0.1.jar /home/avatica/classpath/

http://git-wip-us.apache.org/repos/asf/calcite-avatica/blob/110f1818/docker/src/main/dockerhub-hypersql/Dockerfile
----------------------------------------------------------------------
diff --git a/docker/src/main/dockerhub-hypersql/Dockerfile b/docker/src/main/dockerhub-hypersql/Dockerfile
index e09d519..f0b4d85 100644
--- a/docker/src/main/dockerhub-hypersql/Dockerfile
+++ b/docker/src/main/dockerhub-hypersql/Dockerfile
@@ -17,7 +17,7 @@ ARG AVATICA_VERSION=1.11.0
 FROM apache/calcite-avatica:$AVATICA_VERSION
 MAINTAINER Apache Avatica <de...@calcite.apache.org>
 
-ARG HSQLDB_VERSION="2.4.0"
+ARG HSQLDB_VERSION="2.4.1"
 
 # Dependencies
 ADD https://repo1.maven.org/maven2/net/hydromatic/scott-data-hsqldb/0.1/scott-data-hsqldb-0.1.jar /home/avatica/classpath/