You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@carbondata.apache.org by ja...@apache.org on 2017/03/10 13:00:53 UTC

[2/3] incubator-carbondata git commit: fix

fix


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

Branch: refs/heads/master
Commit: 41b08249947a789274eea28fba563d606686c198
Parents: 214147c
Author: jackylk <ja...@huawei.com>
Authored: Fri Mar 10 20:58:31 2017 +0800
Committer: jackylk <ja...@huawei.com>
Committed: Fri Mar 10 20:58:31 2017 +0800

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-carbondata/blob/41b08249/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 270d64b..95a3ff4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -93,7 +93,7 @@
 
   <modules>
     <module>common</module>
-	  <module>core</module>
+    <module>core</module>
     <module>processing</module>
     <module>hadoop</module>
     <module>integration/spark-common</module>