You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@drill.apache.org by ja...@apache.org on 2014/09/12 17:17:13 UTC

[04/37] git commit: DRILL-1379: MapR profile - use MapR v4.0.1 release

DRILL-1379: MapR profile - use MapR v4.0.1 release


Project: http://git-wip-us.apache.org/repos/asf/incubator-drill/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-drill/commit/caf2329f
Tree: http://git-wip-us.apache.org/repos/asf/incubator-drill/tree/caf2329f
Diff: http://git-wip-us.apache.org/repos/asf/incubator-drill/diff/caf2329f

Branch: refs/heads/master
Commit: caf2329f415bb25a2e1deb4736186e0377e63203
Parents: 036fe4c
Author: Patrick Wong <pw...@maprtech.com>
Authored: Mon Sep 8 21:49:20 2014 -0700
Committer: Aditya Kishore <ad...@maprtech.com>
Committed: Thu Sep 11 19:24:08 2014 -0700

----------------------------------------------------------------------
 pom.xml | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-drill/blob/caf2329f/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 941083e..0d4194a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -914,7 +914,7 @@
           <dependency>
             <groupId>org.apache.hadoop</groupId>
             <artifactId>hadoop-common</artifactId>
-            <version>2.4.1-mapr-1408-SNAPSHOT</version>
+            <version>2.4.1-mapr-1408</version>
             <exclusions>
               <exclusion>
                 <artifactId>commons-logging</artifactId>
@@ -1001,7 +1001,7 @@
           <dependency>
             <groupId>org.apache.hadoop</groupId>
             <artifactId>hadoop-client</artifactId>
-            <version>2.4.1-mapr-1408-SNAPSHOT</version>
+            <version>2.4.1-mapr-1408</version>
             <exclusions>
               <exclusion>
                 <artifactId>commons-logging</artifactId>
@@ -1088,12 +1088,12 @@
           <dependency>
             <groupId>com.mapr.fs</groupId>
             <artifactId>libprotodefs</artifactId>
-            <version>4.0.1-mapr-SNAPSHOT</version>
+            <version>4.0.1-mapr</version>
           </dependency>
           <dependency>
             <groupId>com.mapr.fs</groupId>
             <artifactId>mapr-hbase</artifactId>
-            <version>2.3.0-mapr-4.0.0-FCS</version>
+            <version>4.0.1-mapr</version>
             <exclusions>
               <exclusion>
                 <artifactId>slf4j-log4j12</artifactId>
@@ -1124,7 +1124,7 @@
           <dependency>
             <groupId>com.mapr.hadoop</groupId>
             <artifactId>maprfs</artifactId>
-            <version>4.0.1-mapr-SNAPSHOT</version>
+            <version>4.0.1-mapr</version>
           </dependency>
           <dependency>
             <groupId>xerces</groupId>
@@ -1145,7 +1145,7 @@
           <dependency>
             <groupId>org.apache.hadoop</groupId>
             <artifactId>hadoop-hdfs</artifactId>
-            <version>2.4.1-mapr-1408-SNAPSHOT</version>
+            <version>2.4.1-mapr-1408</version>
             <scope>test</scope>
             <exclusions>
               <exclusion>
@@ -1157,7 +1157,7 @@
           <dependency>
             <groupId>org.apache.hbase</groupId>
             <artifactId>hbase</artifactId>
-            <version>0.94.17-mapr-1405-m7-4.0.0-FCS</version>
+            <version>0.94.17-mapr-1405-m7-4.0.1</version>
             <exclusions>
               <exclusion>
                 <groupId>commons-logging</groupId>