You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gora.apache.org by ma...@apache.org on 2022/04/19 07:29:38 UTC

[gora] branch master updated: GORA-691 upgrade Lucene driver

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

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


The following commit(s) were added to refs/heads/master by this push:
     new b04a2398 GORA-691 upgrade Lucene driver
     new 4672568e Merge pull request #253 from trisha-melani/GORA-691
b04a2398 is described below

commit b04a239866d010d4850e6558f435c9cb1009f13c
Author: trisha-melani <pr...@gmail.com>
AuthorDate: Fri Nov 5 00:06:28 2021 +0530

    GORA-691 upgrade Lucene driver
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index b3b27f9b..304f4009 100755
--- a/pom.xml
+++ b/pom.xml
@@ -847,7 +847,7 @@
     <!-- Kudu Dependencies -->
     <kudu.version>1.9.0</kudu.version>
     <!-- Solr Dependencies -->
-    <lucene-solr.version>8.5.0</lucene-solr.version>
+    <lucene-solr.version>8.10.1</lucene-solr.version>
     <solr-solrj.version>8.0.0</solr-solrj.version>
     <jetty.version>9.4.14.v20181114</jetty.version>
     <tika.version>1.12</tika.version>