You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@carbondata.apache.org by zzcclp <gi...@git.apache.org> on 2018/11/22 15:31:04 UTC

[GitHub] carbondata pull request #2943: [CARBONDATA-3120]Fixed the parent version err...

Github user zzcclp commented on a diff in the pull request:

    https://github.com/apache/carbondata/pull/2943#discussion_r235763576
  
    --- Diff: datamap/mv/core/pom.xml ---
    @@ -22,7 +22,7 @@
       <parent>
         <groupId>org.apache.carbondata</groupId>
         <artifactId>carbondata-parent</artifactId>
    -    <version>1.5.0-SNAPSHOT</version>
    +    <version>1.5.1</version>
    --- End diff --
    
    please use 1.5.2-SNAPSHOT, not 1.5.1, the same as other module.


---