Skip to content
This repository has been archived by the owner on Jan 5, 2022. It is now read-only.

Commit

Permalink
bump to 1.0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Nihal Harish committed Jul 11, 2019
1 parent 7f2d35a commit da17474
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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")) {
Expand All @@ -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'
Expand Down
4 changes: 4 additions & 0 deletions opendistro-elasticsearch-security-parent.release-notes
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit da17474

Please sign in to comment.