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 2019/01/07 09:19:10 UTC

[camel] branch master updated (9658658 -> a97c735)

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

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


    from 9658658  Upgrade Infinispan to version 9.4.5.Final
     new 39dc725  Upgrade Lucene and related bundle to version 7.6.0
     new a97c735  Upgrade Solr and related bundle to version 7.6.0

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.


Summary of changes:
 parent/pom.xml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)


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

Posted by ac...@apache.org.
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 39dc7258ea84271a7ed6dc412a9f07bc9c6289f6
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Jan 7 10:13:27 2019 +0100

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

diff --git a/parent/pom.xml b/parent/pom.xml
index 80e0fba..7b37de9 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -464,9 +464,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.5.0_1</lucene-bundle-version>
+    <lucene-bundle-version>7.6.0_1</lucene-bundle-version>
     <!-- lucene aligned with elasticsearch version of lucene in use -->
-    <lucene-version>7.5.0</lucene-version>
+    <lucene-version>7.6.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>


[camel] 02/02: Upgrade Solr and related bundle to version 7.6.0

Posted by ac...@apache.org.
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 a97c735be40985a9f47b94ead763f53259a2ab20
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Jan 7 10:18:43 2019 +0100

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

diff --git a/parent/pom.xml b/parent/pom.xml
index 7b37de9..b0a4e00 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -630,9 +630,9 @@
     <snakeyaml-version>1.23</snakeyaml-version>
     <snappy-version>1.1.4</snappy-version>
     <snmp4j-version>2.6.3_1</snmp4j-version>
-    <solr-bundle-version>7.5.0_1</solr-bundle-version>
+    <solr-bundle-version>7.6.0_1</solr-bundle-version>
     <!-- solr version aligned with lucene -->
-    <solr-version>7.5.0</solr-version>
+    <solr-version>7.6.0</solr-version>
     <solr-version-range>[7,8)</solr-version-range>
     <spark-version>2.3.2</spark-version>
     <spark-rest-version>2.8.0</spark-rest-version>