You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2023/12/05 08:43:37 UTC

(camel) branch lucene-9.9.0 created (now 6cc56af4047)

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

acosentino pushed a change to branch lucene-9.9.0
in repository https://gitbox.apache.org/repos/asf/camel.git


      at 6cc56af4047 Upgrade Lucene to version 9.9.0

This branch includes the following new commits:

     new 6cc56af4047 Upgrade Lucene to version 9.9.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.



(camel) 01/01: Upgrade Lucene to version 9.9.0

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

acosentino pushed a commit to branch lucene-9.9.0
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 6cc56af40479edfbc7b42f9a9ccfa980e3a4299f
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Dec 5 09:43:11 2023 +0100

    Upgrade Lucene to version 9.9.0
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index b6f6e09d40b..62075f12f46 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -307,7 +307,7 @@
         <lifecycle-mapping-version>1.0.0</lifecycle-mapping-version>
         <log4j2-version>2.22.0</log4j2-version>
         <logback-version>1.4.13</logback-version>
-        <lucene-version>9.8.0</lucene-version>
+        <lucene-version>9.9.0</lucene-version>
         <lightcouch-version>0.2.0</lightcouch-version>
         <littleproxy-version>2.1.0</littleproxy-version>
         <mapstruct-version>1.5.5.Final</mapstruct-version>