You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by jb...@apache.org on 2020/08/29 12:29:57 UTC

[camel-karaf] branch master updated: [CAMEL-15440] Use released elasticsearch 7.8.0_2 bundle version

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

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


The following commit(s) were added to refs/heads/master by this push:
     new b0fe21e  [CAMEL-15440] Use released elasticsearch 7.8.0_2 bundle version
b0fe21e is described below

commit b0fe21e1a4615c65019776cd0cf24a92c17a68d2
Author: jbonofre <jb...@apache.org>
AuthorDate: Sat Aug 29 14:28:24 2020 +0200

    [CAMEL-15440] Use released elasticsearch 7.8.0_2 bundle version
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 781dfb3..898c033 100644
--- a/pom.xml
+++ b/pom.xml
@@ -148,7 +148,7 @@
         <debezium-version>1.0.0.Final</debezium-version>
         <egit-github-core-bundle-version>2.1.5_1</egit-github-core-bundle-version>
         <ehcache-version>2.10.6</ehcache-version>
-        <elasticsearch-rest-bundle-version>7.8.0_2-SNAPSHOT</elasticsearch-rest-bundle-version>
+        <elasticsearch-rest-bundle-version>7.8.0_2</elasticsearch-rest-bundle-version>
         <eddsa-version>0.3.0</eddsa-version>
         <facebook4j-core-bundle-version>2.4.13_1</facebook4j-core-bundle-version>
         <fastjson-bundle-version>1.2.73_1</fastjson-bundle-version>