Repository: drill Updated Branches: refs/heads/master a52889cdb -> a915085e8
Update sqlline version to drill-r5 Project: http://git-wip-us.apache.org/repos/asf/drill/repo Commit: http://git-wip-us.apache.org/repos/asf/drill/commit/e659f014 Tree: http://git-wip-us.apache.org/repos/asf/drill/tree/e659f014 Diff: http://git-wip-us.apache.org/repos/asf/drill/diff/e659f014 Branch: refs/heads/master Commit: e659f0149f3255997324f415d7a1a535c5bf1573 Parents: a52889c Author: Jason Altekruse <[email protected]> Authored: Mon May 18 17:01:28 2015 -0700 Committer: Jason Altekruse <[email protected]> Committed: Sun Jun 28 20:39:33 2015 -0700 ---------------------------------------------------------------------- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/drill/blob/e659f014/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 724bcb2..ba7047f 100644 --- a/pom.xml +++ b/pom.xml @@ -1220,7 +1220,7 @@ <dependency> <groupId>sqlline</groupId> <artifactId>sqlline</artifactId> - <version>1.1.9-drill-r4</version> + <version>1.1.9-drill-r5</version> </dependency> <dependency> @@ -1564,7 +1564,7 @@ <dependency> <groupId>sqlline</groupId> <artifactId>sqlline</artifactId> - <version>1.1.9-drill-r4</version> + <version>1.1.9-drill-r5</version> </dependency> <!-- Test Dependencies --> <dependency>
