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/06/26 13:23:34 UTC

[camel] branch lucene-9.7.0 created (now 78ef2f9c989)

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

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


      at 78ef2f9c989 Sync

This branch includes the following new commits:

     new e23e5778823 Upgrade Lucene to version 9.7.0
     new 78ef2f9c989 Sync

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.



[camel] 01/02: Upgrade Lucene to version 9.7.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.7.0
in repository https://gitbox.apache.org/repos/asf/camel.git

commit e23e57788230aefbf6331e3a8ff36f1cc51af449
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Jun 26 15:21:47 2023 +0200

    Upgrade Lucene to version 9.7.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 d08ab67ab8a..687cb1f9c4e 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -328,7 +328,7 @@
         <lifecycle-mapping-version>1.0.0</lifecycle-mapping-version>
         <log4j2-version>2.20.0</log4j2-version>
         <logback-version>1.4.8</logback-version>
-        <lucene-version>9.6.0</lucene-version>
+        <lucene-version>9.7.0</lucene-version>
         <lightcouch-version>0.2.0</lightcouch-version>
         <mapstruct-version>1.5.5.Final</mapstruct-version>
         <!-- needed from tooling/archetypes -->


[camel] 02/02: Sync

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.7.0
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 78ef2f9c9893d99c238f8cda4fa291293c27a5e8
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Jun 26 15:23:02 2023 +0200

    Sync
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 camel-dependencies/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/camel-dependencies/pom.xml b/camel-dependencies/pom.xml
index b8e884ba76f..044552b59cb 100644
--- a/camel-dependencies/pom.xml
+++ b/camel-dependencies/pom.xml
@@ -264,7 +264,7 @@
         <braintree-gateway-version>3.24.0</braintree-gateway-version>
         <compress-lzf-version>1.1</compress-lzf-version>
         <nitrite-version>3.4.4</nitrite-version>
-        <lucene-version>9.6.0</lucene-version>
+        <lucene-version>9.7.0</lucene-version>
         <vavr-version>0.10.4</vavr-version>
         <spring-security-version>6.1.1</spring-security-version>
         <google-mail-guava-version>32.0.0-jre</google-mail-guava-version>