From 3b233b92e7260536e3e3ae7f7aa507f3b46987ba Mon Sep 17 00:00:00 2001 From: ticheng Date: Tue, 6 Aug 2019 19:43:19 -0700 Subject: [PATCH] Support for ES 7.2.0 --- build.gradle | 4 ++-- opendistro-elasticsearch-security-parent.release-notes | 6 +++++- pom.xml | 4 ++-- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/build.gradle b/build.gradle index e828bcf..85655af 100644 --- a/build.gradle +++ b/build.gradle @@ -7,7 +7,7 @@ plugins { buildDir = 'gradle-build' ext { - opendistroVersion = '1.1.0' + opendistroVersion = '1.2.0' isSnapshot = "true" == System.getProperty("build.snapshot", "true") } @@ -39,7 +39,7 @@ ospackage { fileMode 0644 dirMode 0755 - requires('elasticsearch-oss', "7.1.1", EQUAL) + requires('elasticsearch-oss', "7.2.0", EQUAL) packager = 'Amazon' vendor = 'Amazon' os = 'LINUX' diff --git a/opendistro-elasticsearch-security-parent.release-notes b/opendistro-elasticsearch-security-parent.release-notes index 1a0ce51..8cdd8bf 100644 --- a/opendistro-elasticsearch-security-parent.release-notes +++ b/opendistro-elasticsearch-security-parent.release-notes @@ -1,4 +1,8 @@ -## 2019-06-21, Version 1.1.0.0 (Current) +## 2019-08-07, Version 1.2.0.0 (Current) + +-Support For Elasticsearch 7.2 + +## 2019-06-21, Version 1.1.0.0 - Support For Elasticsearch 7.1 diff --git a/pom.xml b/pom.xml index e36ca68..0a9c25c 100644 --- a/pom.xml +++ b/pom.xml @@ -34,7 +34,7 @@ com.amazon.opendistroforelasticsearch opendistro_security_parent - 1.1.0.0 + 1.2.0.0 pom Open Distro For Elasticsearch Security Parent @@ -409,6 +409,6 @@ https://github.com/opendistro-for-elasticsearch/security-parent scm:git:git@github.com:opendistro-for-elasticsearch/security-parent.git scm:git:git@github.com:opendistro-for-elasticsearch/security-parent.git - v1.1.0.0 + v1.2.0.0