You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@calcite.apache.org by mm...@apache.org on 2018/02/26 03:06:18 UTC

calcite git commit: [CALCITE-2193] Update version of Cassandra driver

Repository: calcite
Updated Branches:
  refs/heads/master 3ce09bdb2 -> 1118ccd7f


[CALCITE-2193] Update version of Cassandra driver


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

Branch: refs/heads/master
Commit: 1118ccd7ff5a6f3766e395cec4e631c69a4ae629
Parents: 3ce09bd
Author: Michael Mior <mm...@uwaterloo.ca>
Authored: Sun Feb 25 22:05:45 2018 -0500
Committer: Michael Mior <mm...@uwaterloo.ca>
Committed: Sun Feb 25 22:06:13 2018 -0500

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/calcite/blob/1118ccd7/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index b1c81b8..85b7187 100644
--- a/pom.xml
+++ b/pom.xml
@@ -60,7 +60,7 @@ limitations under the License.
     <airlift-tpch.version>0.1</airlift-tpch.version>
     <avatica.version>1.10.0</avatica.version>
     <build-helper-maven-plugin.version>1.9</build-helper-maven-plugin.version>
-    <cassandra-driver-core.version>3.1.4</cassandra-driver-core.version>
+    <cassandra-driver-core.version>3.4.0</cassandra-driver-core.version>
     <checksum-maven-plugin.version>1.2</checksum-maven-plugin.version>
     <commons-dbcp.version>1.4</commons-dbcp.version>
     <commons-lang3.version>3.2</commons-lang3.version>