You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by rn...@apache.org on 2023/06/27 21:24:19 UTC

[couchdb] branch lucene-9.7.0 created (now d9b4c199e)

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

rnewson pushed a change to branch lucene-9.7.0
in repository https://gitbox.apache.org/repos/asf/couchdb.git


      at d9b4c199e upgrade nouveau to lucene 9.7.0

This branch includes the following new commits:

     new d9b4c199e upgrade nouveau to lucene 9.7.0

The 1 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.



[couchdb] 01/01: upgrade nouveau to lucene 9.7.0

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

rnewson pushed a commit to branch lucene-9.7.0
in repository https://gitbox.apache.org/repos/asf/couchdb.git

commit d9b4c199e543e4dccbaee4627eb74ba51879e561
Author: Robert Newson <rn...@apache.org>
AuthorDate: Tue Jun 27 22:24:09 2023 +0100

    upgrade nouveau to lucene 9.7.0
---
 nouveau/build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/nouveau/build.gradle b/nouveau/build.gradle
index 0b4957689..0a6a602c9 100644
--- a/nouveau/build.gradle
+++ b/nouveau/build.gradle
@@ -25,7 +25,7 @@ dependencies {
     implementation 'io.dropwizard.metrics:metrics-jersey2'
     testImplementation 'io.dropwizard:dropwizard-testing'
 
-    def luceneVersion = '9.6.0'
+    def luceneVersion = '9.7.0'
     implementation group: 'org.apache.lucene', name: 'lucene-core', version: luceneVersion
     implementation group: 'org.apache.lucene', name: 'lucene-queryparser', version: luceneVersion
     implementation group: 'org.apache.lucene', name: 'lucene-analysis-common', version: luceneVersion