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 2020/09/09 06:30:13 UTC

[camel] branch master updated (84544f7 -> 8477585)

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 84544f7  Upgrade hbase
     new 88b6ef7  Upgrade Elasticsearch to version 7.9.0
     new 8477585  Sync Properties

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:
 camel-dependencies/pom.xml | 6 +++---
 parent/pom.xml             | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)


[camel] 02/02: Sync Properties

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 8477585ef33acfde2ee6ec4c9479f1b329cad57a
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Sep 9 08:23:55 2020 +0200

    Sync Properties
---
 camel-dependencies/pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/camel-dependencies/pom.xml b/camel-dependencies/pom.xml
index 0263375..dd6f301 100644
--- a/camel-dependencies/pom.xml
+++ b/camel-dependencies/pom.xml
@@ -181,9 +181,9 @@
     <dropbox-version>3.1.5</dropbox-version>
     <egit-github-core-version>2.1.5</egit-github-core-version>
     <ehcache3-version>3.9.0</ehcache3-version>
-    <elasticsearch-rest-cluster-runner-version>7.8.0.0</elasticsearch-rest-cluster-runner-version>
-    <elasticsearch-rest-sniffer-version>7.8.0</elasticsearch-rest-sniffer-version>
-    <elasticsearch-rest-version>7.8.0</elasticsearch-rest-version>
+    <elasticsearch-rest-cluster-runner-version>7.9.0.0</elasticsearch-rest-cluster-runner-version>
+    <elasticsearch-rest-sniffer-version>7.9.0</elasticsearch-rest-sniffer-version>
+    <elasticsearch-rest-version>7.9.0</elasticsearch-rest-version>
     <elsql-version>1.3</elsql-version>
     <elytron-web>1.7.0.CR3</elytron-web>
     <etcd4j-version>2.18.0</etcd4j-version>


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

commit 88b6ef790c4606b39d0a51d67880790e2a66e5d7
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Sep 9 08:04:18 2020 +0200

    Upgrade Elasticsearch to version 7.9.0
---
 parent/pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index b53f572..e469b4b 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -162,9 +162,9 @@
         <debezium-mysql-connector-version>8.0.16</debezium-mysql-connector-version>
         <egit-github-core-version>2.1.5</egit-github-core-version>
         <ehcache3-version>3.9.0</ehcache3-version>
-        <elasticsearch-rest-sniffer-version>7.8.0</elasticsearch-rest-sniffer-version>
-        <elasticsearch-rest-cluster-runner-version>7.8.0.0</elasticsearch-rest-cluster-runner-version>
-        <elasticsearch-rest-version>7.8.0</elasticsearch-rest-version>
+        <elasticsearch-rest-sniffer-version>7.9.0</elasticsearch-rest-sniffer-version>
+        <elasticsearch-rest-cluster-runner-version>7.9.0.0</elasticsearch-rest-cluster-runner-version>
+        <elasticsearch-rest-version>7.9.0</elasticsearch-rest-version>
         <elsql-version>1.3</elsql-version>
         <elytron-web>1.7.0.CR3</elytron-web>
         <etcd4j-version>2.18.0</etcd4j-version>