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 2018/02/28 03:14:49 UTC

carbondata git commit: [CARBONDATA-2213][DataMap] Fixed wrong version for module datamap-example

Repository: carbondata
Updated Branches:
  refs/heads/datamap b6880e148 -> 47ae31bce


[CARBONDATA-2213][DataMap] Fixed wrong version for module datamap-example

The version of Module ‘carbondata-datamap-example’ should be 1.4.0-snapshot instead of 1.3.0-snapshot, otherwise compilation will failed.

This closes #2011


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

Branch: refs/heads/datamap
Commit: 47ae31bce1e1c12e07437a7011f529b046505757
Parents: b6880e1
Author: xuchuanyin <xu...@hust.edu.cn>
Authored: Wed Feb 28 10:31:02 2018 +0800
Committer: Jacky Li <ja...@qq.com>
Committed: Wed Feb 28 11:14:37 2018 +0800

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


http://git-wip-us.apache.org/repos/asf/carbondata/blob/47ae31bc/datamap/examples/pom.xml
----------------------------------------------------------------------
diff --git a/datamap/examples/pom.xml b/datamap/examples/pom.xml
index 6832e62..0049950 100644
--- a/datamap/examples/pom.xml
+++ b/datamap/examples/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.carbondata</groupId>
         <artifactId>carbondata-parent</artifactId>
-        <version>1.3.0-SNAPSHOT</version>
+        <version>1.4.0-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>