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:30 UTC

[atlas] branch branch-2.0 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 branch-2.0
in repository https://gitbox.apache.org/repos/asf/atlas.git


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

commit fb28e8318815e24f1c9c8e48021cea982e32a658
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>
    (cherry picked from commit f0bab76e8ec18ccbdf98c1d2fa8cc765ffb346e7)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index e179c7d..46eedd1 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>