You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@atlas.apache.org by sa...@apache.org on 2021/02/02 20:44:06 UTC

[atlas] branch master updated: ATLAS-4052: Upgrade elasticsearch version to 6.8.3

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

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


The following commit(s) were added to refs/heads/master by this push:
     new f0bab76  ATLAS-4052: Upgrade elasticsearch version to 6.8.3
f0bab76 is described below

commit f0bab76e8ec18ccbdf98c1d2fa8cc765ffb346e7
Author: chaitali borole <ch...@cloudera.com>
AuthorDate: Tue Jan 19 20:05:39 2021 +0530

    ATLAS-4052: Upgrade elasticsearch version to 6.8.3
    
    Signed-off-by: Sarath Subramanian <sa...@apache.org>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 7bfd68b..df4dec5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -686,7 +686,7 @@
         <curator.version>4.0.1</curator.version>
         <doxia.version>1.8</doxia.version>
         <dropwizard-metrics>3.2.2</dropwizard-metrics>
-        <elasticsearch.version>6.6.0</elasticsearch.version>
+        <elasticsearch.version>6.8.3</elasticsearch.version>
         <entity.repository.impl>org.apache.atlas.repository.audit.InMemoryEntityAuditRepository</entity.repository.impl>
         <enunciate-maven-plugin.version>2.13.2</enunciate-maven-plugin.version>
         <failsafe.version>2.18.1</failsafe.version>