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 2019/11/14 07:58:31 UTC

[carbondata] branch master updated (46f2d29 -> 6be86e3)

This is an automated email from the ASF dual-hosted git repository.

jackylk pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/carbondata.git.


    from 46f2d29  [Dependabot] Bump lucene.version from 6.3.0 to 8.3.0 in /datamap/lucene
     new ab0b7bb  Revert "[Dependabot] Bump lucene.version from 6.3.0 to 8.3.0 in /datamap/lucene"
     new 6be86e3  Revert "[Dependabot] Bump solr.version from 6.3.0 to 8.2.0 in /datamap/lucene"

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 datamap/lucene/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


[carbondata] 01/02: Revert "[Dependabot] Bump lucene.version from 6.3.0 to 8.3.0 in /datamap/lucene"

Posted by ja...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

jackylk pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/carbondata.git

commit ab0b7bb5645231e72af8f399c153aa8326377c91
Author: Jacky Li <ja...@qq.com>
AuthorDate: Thu Nov 14 15:57:34 2019 +0800

    Revert "[Dependabot] Bump lucene.version from 6.3.0 to 8.3.0 in /datamap/lucene"
    
    This reverts commit 46f2d295d93b11db9a49cea5a84ed6d8bc0db21c.
---
 datamap/lucene/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/datamap/lucene/pom.xml b/datamap/lucene/pom.xml
index 5c02212..f3c48ef 100644
--- a/datamap/lucene/pom.xml
+++ b/datamap/lucene/pom.xml
@@ -15,7 +15,7 @@
 
   <properties>
     <dev.path>${basedir}/../../dev</dev.path>
-    <lucene.version>8.3.0</lucene.version>
+    <lucene.version>6.3.0</lucene.version>
     <solr.version>8.2.0</solr.version>
   </properties>
 


[carbondata] 02/02: Revert "[Dependabot] Bump solr.version from 6.3.0 to 8.2.0 in /datamap/lucene"

Posted by ja...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

jackylk pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/carbondata.git

commit 6be86e35ff2bcdd973b37ab60575143325426400
Author: Jacky Li <ja...@qq.com>
AuthorDate: Thu Nov 14 15:57:37 2019 +0800

    Revert "[Dependabot] Bump solr.version from 6.3.0 to 8.2.0 in /datamap/lucene"
    
    This reverts commit de6d6c75bddb8b09be50e5a24bd27dde9e0caf19.
---
 datamap/lucene/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/datamap/lucene/pom.xml b/datamap/lucene/pom.xml
index f3c48ef..3e93a83 100644
--- a/datamap/lucene/pom.xml
+++ b/datamap/lucene/pom.xml
@@ -16,7 +16,7 @@
   <properties>
     <dev.path>${basedir}/../../dev</dev.path>
     <lucene.version>6.3.0</lucene.version>
-    <solr.version>8.2.0</solr.version>
+    <solr.version>6.3.0</solr.version>
   </properties>
 
   <dependencies>