Skip to content

Commit

Permalink
Rename other identifiers from opendistro or elasticsearch to OpenSear…
Browse files Browse the repository at this point in the history
…ch (opensearch-project#28)

Signed-off-by: Tianli Feng <ftianli@amazon.com>
  • Loading branch information
Tianli Feng committed May 20, 2021
1 parent 69b52c4 commit 0adf231
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion .github/draft-release-notes-config.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# The overall template of the release notes
template: |
Compatible with Elasticsearch (**set version here**).
Compatible with OpenSearch (**set version here**).
$CHANGES
# Setting the formatting and sorting for the release notes body
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-workflow.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Release workflow
# This workflow is triggered on creating tags to main or an opendistro release branch
# This workflow is triggered on creating tags to main or an OpenSearch release branch
on:
push:
tags:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ create/delete jobs.

## Code of Conduct

This project has adopted an [Open Source Code of Conduct](https://opendistro.github.io/for-elasticsearch/codeofconduct.html).
This project has adopted an [Open Source Code of Conduct](https://www.opensearch.org/codeofconduct.html).


## Security issue notifications
Expand Down
10 changes: 5 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -131,18 +131,18 @@ afterEvaluate {
fileMode 0644
dirMode 0755

requires('opensearch-oss', versions.elasticsearch, EQUAL)
requires('opensearch', versions.opensearch, EQUAL)
packager = 'Amazon'
vendor = 'Amazon'
os = 'LINUX'
prefix '/usr'

license 'ASL-2.0'
maintainer 'OpenDistro for Elasticsearch Team <opendistro@amazon.com>'
url 'https://opendistro.github.io/for-elasticsearch/downloads.html'
maintainer 'OpenSearch Team <opensearch@amazon.com>'
url 'https://opensearch.org/downloads.html'
summary '''
JobScheduler plugin for OpenDistro for Elasticsearch.
Reference documentation can be found at https://opendistro.github.io/for-elasticsearch-docs/.
JobScheduler plugin for OpenSearch.
Reference documentation can be found at https://docs-beta.opensearch.org/.
'''.stripIndent().replace('\n', ' ').trim()
}

Expand Down
12 changes: 6 additions & 6 deletions spi/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -120,14 +120,14 @@ publishing {
artifact javadocJar

pom {
name = "ElasticSearch Job Scheduler SPI"
name = "OpenSearch Job Scheduler SPI"
packaging = "jar"
url = "https://github.com/opendistro-for-elasticsearch/job-scheduler"
description = "Open Distro for Elasticsearch Job Scheduler"
url = "https://github.com/opensearch-project/job-scheduler"
description = "OpenSearch Job Scheduler"
scm {
connection = "scm:git@github.com:opendistro-for-elasticsearch/job-scheduler.git"
developerConnection = "scm:git@github.com:opendistro-for-elasticsearch/job-scheduler.git"
url = "git@github.com:opendistro-for-elasticsearch/job-scheduler.git"
connection = "scm:git@github.com:opensearch-project/job-scheduler.git"
developerConnection = "scm:git@github.com:opensearch-project/job-scheduler.git"
url = "git@github.com:opensearch-project/job-scheduler.git"
}
licenses {
license {
Expand Down

0 comments on commit 0adf231

Please sign in to comment.