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/27 07:56:26 UTC

[2/2] carbondata git commit: [HOTFIX] upgrade to 1.4.0-SNAPSHOT for processing and sdk

[HOTFIX] upgrade to 1.4.0-SNAPSHOT for processing and sdk


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

Branch: refs/heads/datamap
Commit: 06c572dee2faf509ac29f0287834227da857c548
Parents: d81495a
Author: Jacky Li <ja...@qq.com>
Authored: Tue Feb 27 15:51:16 2018 +0800
Committer: Jacky Li <ja...@qq.com>
Committed: Tue Feb 27 15:56:09 2018 +0800

----------------------------------------------------------------------
 processing/pom.xml | 2 +-
 store/sdk/pom.xml  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/carbondata/blob/06c572de/processing/pom.xml
----------------------------------------------------------------------
diff --git a/processing/pom.xml b/processing/pom.xml
index 365e08f..466a300 100644
--- a/processing/pom.xml
+++ b/processing/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>
 

http://git-wip-us.apache.org/repos/asf/carbondata/blob/06c572de/store/sdk/pom.xml
----------------------------------------------------------------------
diff --git a/store/sdk/pom.xml b/store/sdk/pom.xml
index 54fba55..b3dd464 100644
--- a/store/sdk/pom.xml
+++ b/store/sdk/pom.xml
@@ -7,7 +7,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>