diff --git a/build.gradle b/build.gradle index 37ef2e0..4b2ace7 100644 --- a/build.gradle +++ b/build.gradle @@ -14,7 +14,7 @@ ext { group = "com.amazon.opendistroforelasticsearch" // Increment the final digit when there's a new plugin versions for the same opendistro version // Reset the final digit to 0 when upgrading to a new opendistro version -version = "${opendistroVersion}.0" + (isSnapshot ? "-SNAPSHOT" : "") +version = "${opendistroVersion}.1" + (isSnapshot ? "-SNAPSHOT" : "") if (!project.hasProperty("archivePath")) { @@ -26,7 +26,7 @@ if (!project.file(archivePath).exists()) { ospackage { packageName = "opendistro-security" - release = isSnapshot ? "0.0" : '0' + release = isSnapshot ? "0.1" : '1' version = "${project.version}" - "-SNAPSHOT" into '/usr/share/elasticsearch/plugins' diff --git a/opendistro-elasticsearch-security-parent.release-notes b/opendistro-elasticsearch-security-parent.release-notes index c1ffbce..325cbbe 100644 --- a/opendistro-elasticsearch-security-parent.release-notes +++ b/opendistro-elasticsearch-security-parent.release-notes @@ -1,3 +1,7 @@ +## 2019-07-11, Version 1.0.0.1 ( Current ) + +- Support For Elasticsearch 7.0 + ## 2019-06-21, Version 1.0.0.0 - Support For Elasticsearch 7.0