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/09/05 09:29:16 UTC

[camel] 02/03: Upgrade Elasticsearch cluster runner to version 7.3.1

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 08bc41c9e9f53936b6066740770e14afeef81590
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Sep 5 10:40:07 2019 +0200

    Upgrade Elasticsearch cluster runner to version 7.3.1
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 84f3af6..4b6ca7e 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -177,7 +177,7 @@
         <ehcache3-version>3.7.0</ehcache3-version>
         <ekstazi-maven-plugin-version>5.3.0</ekstazi-maven-plugin-version>
         <elasticsearch-rest-sniffer-version>7.3.1</elasticsearch-rest-sniffer-version>
-        <elasticsearch-rest-cluster-runner-version>7.1.1.0</elasticsearch-rest-cluster-runner-version>
+        <elasticsearch-rest-cluster-runner-version>7.3.1.0</elasticsearch-rest-cluster-runner-version>
         <elasticsearch-rest-version>7.3.1</elasticsearch-rest-version>
         <elasticsearch-rest-bundle-version>7.3.1_1</elasticsearch-rest-bundle-version>
         <elsql-version>1.3</elsql-version>