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 dd4ba1b ATLAS-4013: Update elasticsearch version to be compatible with JanusGraph 0.5.2 dd4ba1b is described below commit dd4ba1b194e2157a0e4cd1c17fccf0b5ac010161 Author: Radhika Kundam <rkun...@cloudera.com> AuthorDate: Tue Nov 17 20:33:38 2020 -0800 ATLAS-4013: Update elasticsearch version to be compatible with JanusGraph 0.5.2 Signed-off-by: Sarath Subramanian <sar...@apache.org> --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index c0db4b1..c75c9ea 100644 --- a/pom.xml +++ b/pom.xml @@ -675,7 +675,7 @@ <curator.version>4.0.1</curator.version> <doxia.version>1.8</doxia.version> <dropwizard-metrics>3.2.2</dropwizard-metrics> - <elasticsearch.version>5.6.4</elasticsearch.version> + <elasticsearch.version>6.6.0</elasticsearch.version> <entity.repository.impl>org.apache.atlas.repository.audit.InMemoryEntityAuditRepository</entity.repository.impl> <enunciate-maven-plugin.version>2.11.1</enunciate-maven-plugin.version> <failsafe.version>2.18.1</failsafe.version>