Repository: incubator-drill Updated Branches: refs/heads/master 129cb9c84 -> fde819cee
DRILL-1445: Fix is in Optiq. Upgrade Optiq version to 0.9-drill-r6. Project: http://git-wip-us.apache.org/repos/asf/incubator-drill/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-drill/commit/fde819ce Tree: http://git-wip-us.apache.org/repos/asf/incubator-drill/tree/fde819ce Diff: http://git-wip-us.apache.org/repos/asf/incubator-drill/diff/fde819ce Branch: refs/heads/master Commit: fde819ceef931d3533a4b13cf5ddb4a45545cc59 Parents: 129cb9c Author: Aman Sinha <asi...@maprtech.com> Authored: Tue Nov 4 14:28:47 2014 -0800 Committer: Aman Sinha <asi...@maprtech.com> Committed: Tue Nov 4 14:28:47 2014 -0800 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-drill/blob/fde819ce/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index a2c0749..cf57823 100644 --- a/pom.xml +++ b/pom.xml @@ -900,7 +900,7 @@ <dependency> <groupId>net.hydromatic</groupId> <artifactId>optiq-core</artifactId> - <version>0.9-drill-r5</version> + <version>0.9-drill-r6</version> <exclusions> <exclusion> <groupId>org.jgrapht</groupId>