Repository: phoenix Updated Branches: refs/heads/4.5-HBase-1.0 381e448d5 -> d6d5c758f
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/d6d5c758 Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/d6d5c758 Diff: http://git-wip-us.apache.org/repos/asf/phoenix/diff/d6d5c758 Branch: refs/heads/4.5-HBase-1.0 Commit: d6d5c758f0ae6821aa9eb448df2929059bc0681d Parents: 381e448 Author: Nick Dimiduk <[email protected]> Authored: Wed Aug 12 15:33:18 2015 -0700 Committer: Nick Dimiduk <[email protected]> Committed: Wed Aug 12 15:50:25 2015 -0700 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/phoenix/blob/d6d5c758/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 10826f3..4b79bec 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>
