Repository: phoenix Updated Branches: refs/heads/4.x-HBase-0.98 71eb9e656 -> 18d34381e
PHOENIX-2175 Bump calcite version to 1.3.0-incubating Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/18d34381 Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/18d34381 Diff: http://git-wip-us.apache.org/repos/asf/phoenix/diff/18d34381 Branch: refs/heads/4.x-HBase-0.98 Commit: 18d34381eab924a8edd45c8278afa560128792cf Parents: 71eb9e6 Author: Nick Dimiduk <[email protected]> Authored: Wed Aug 12 15:33:18 2015 -0700 Committer: Nick Dimiduk <[email protected]> Committed: Wed Aug 12 15:49:23 2015 -0700 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/phoenix/blob/18d34381/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 13e7cb1..e22b526 100644 --- a/pom.xml +++ b/pom.xml @@ -109,7 +109,7 @@ <collections.version>3.2.1</collections.version> <jodatime.version>2.7</jodatime.version> <joni.version>2.1.2</joni.version> - <calcite.version>1.2.0-incubating</calcite.version> + <calcite.version>1.3.0-incubating</calcite.version> <!-- Test Dependencies --> <mockito-all.version>1.8.5</mockito-all.version>
