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 2018/11/07 10:34:19 UTC

[camel] 01/02: Upgrade Lucene and related bundle to version 7.5.0

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

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

commit 3ca55ac03e9f1805007b35ca183a9e7e8fa73f4e
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Nov 7 10:17:12 2018 +0100

    Upgrade Lucene and related bundle to version 7.5.0
---
 parent/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index d6e5c18..480377b 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -459,9 +459,9 @@
     <log4j2-version>2.11.1</log4j2-version>
     <lucene3-bundle-version>3.6.0_1</lucene3-bundle-version>
     <lucene3-version>3.6.0</lucene3-version>
-    <lucene-bundle-version>7.2.1_1</lucene-bundle-version>
+    <lucene-bundle-version>7.5.0_1</lucene-bundle-version>
     <!-- lucene aligned with elasticsearch version of lucene in use -->
-    <lucene-version>7.2.1</lucene-version>
+    <lucene-version>7.5.0</lucene-version>
     <lucene-version-range>[7,8)</lucene-version-range>
     <lightcouch-version>0.2.0</lightcouch-version>
     <lightcouch-bundle-version>0.2.0_1</lightcouch-bundle-version>