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:06:36 UTC

incubator-carbondata git commit: fix style in pom.xml This closes #643 [Forced Update!]

Repository: incubator-carbondata
Updated Branches:
  refs/heads/master 754e3ed15 -> 3172d5b36 (forced update)


fix style in pom.xml This closes #643


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

Branch: refs/heads/master
Commit: 3172d5b36900cb52eaa0395c90670b3da87a7d3f
Parents: 1f8e83f
Author: jackylk <ja...@huawei.com>
Authored: Fri Mar 10 21:06:16 2017 +0800
Committer: jackylk <ja...@huawei.com>
Committed: Fri Mar 10 21:06:16 2017 +0800

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


http://git-wip-us.apache.org/repos/asf/incubator-carbondata/blob/3172d5b3/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index cf37b50..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>