-
Notifications
You must be signed in to change notification settings - Fork 104
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* update plugin install name Signed-off-by: Ashish Agrawal <[email protected]>
- Loading branch information
Showing
4 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ apply plugin: 'nebula.ospackage' | |
// This is afterEvaluate because the bundlePlugin ZIP task is updated afterEvaluate and changes the ZIP name to match the plugin name | ||
afterEvaluate { | ||
ospackage { | ||
packageName = "opendistro-${name}" | ||
packageName = "opensearch-${name}" | ||
release = isSnapshot ? "0.1" : '1' | ||
version = "${project.version}" - "-SNAPSHOT" | ||
|
||
|
@@ -27,7 +27,7 @@ afterEvaluate { | |
maintainer 'OpenDistro for Elasticsearch Team <[email protected]>' | ||
url 'https://opendistro.github.io/for-elasticsearch/downloads.html' | ||
summary ''' | ||
Open Distro for Elasticsearch Alerting. | ||
OpenSearch Alerting. | ||
Reference documentation can be found at https://opendistro.github.io/for-elasticsearch-docs/. | ||
'''.stripIndent().replace('\n', ' ').trim() | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters