Updated plugin version to 1.1.0-SNAPSHOT +Using MapR v4.1.0 dependencies
Project: http://git-wip-us.apache.org/repos/asf/drill/repo Commit: http://git-wip-us.apache.org/repos/asf/drill/commit/a19d0164 Tree: http://git-wip-us.apache.org/repos/asf/drill/tree/a19d0164 Diff: http://git-wip-us.apache.org/repos/asf/drill/diff/a19d0164 Branch: refs/heads/master Commit: a19d0164a17952d44ece1e98b0f6192ecfb5b2e8 Parents: d7fe782 Author: Patrick Wong <pw...@maprtech.com> Authored: Wed May 20 14:52:48 2015 -0700 Committer: Aditya Kishore <a...@apache.org> Committed: Fri Sep 9 10:08:27 2016 -0700 ---------------------------------------------------------------------- contrib/format-maprdb/pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/drill/blob/a19d0164/contrib/format-maprdb/pom.xml ---------------------------------------------------------------------- diff --git a/contrib/format-maprdb/pom.xml b/contrib/format-maprdb/pom.xml index 7fa7691..2e4ef35 100644 --- a/contrib/format-maprdb/pom.xml +++ b/contrib/format-maprdb/pom.xml @@ -21,7 +21,7 @@ <parent> <artifactId>drill-contrib-parent</artifactId> <groupId>org.apache.drill.contrib</groupId> - <version>1.0.0-SNAPSHOT</version> + <version>1.1.0-SNAPSHOT</version> </parent> <artifactId>drill-storage-maprdb</artifactId> @@ -50,7 +50,7 @@ <dependency> <groupId>com.mapr.fs</groupId> <artifactId>mapr-hbase</artifactId> - <version>4.0.1.28318-mapr</version> + <version>4.1.0-mapr</version> </dependency> <!-- Test dependencies --> @@ -79,7 +79,7 @@ <repositories> <repository> <id>mapr-releases</id> - <url>http://maven.corp.maprtech.com/nexus/content/repositories/public</url> + <url>http://repository.mapr.com/nexus/content/repositories/releases</url> <snapshots> <enabled>true</enabled> </snapshots>