Skip to content

Commit

Permalink
Rename remaining identifiers to OpenSearch
Browse files Browse the repository at this point in the history
Signed-off-by: Vacha Shah <vachshah@amazon.com>
  • Loading branch information
VachaShah committed May 20, 2021
1 parent 44f1059 commit ca283fc
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 8 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,9 @@ logger.commons.level = debug

## 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 the [Amazon Open Source Code of Conduct](https://aws.github.io/code-of-conduct).
For more information see the [Code of Conduct FAQ](https://aws.github.io/code-of-conduct-faq) or contact
opensource-codeofconduct@amazon.com with any additional questions or comments.


## Security issue notifications
Expand Down
12 changes: 6 additions & 6 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -93,14 +93,14 @@ publishing {
artifact javadocJar

pom {
name = "Open Distro for OpenSearch Common Utils"
name = "OpenSearch Common Utils"
packaging = "jar"
url = "https://github.com/opendistro-for-elasticsearch/common-utils"
description = "Open Distro for OpenSearch Common Utils"
url = "https://github.com/opensearch-project/common-utils"
description = "OpenSearch Common Utils"
scm {
connection = "scm:git@github.com:opendistro-for-elasticsearch/common-utils.git"
developerConnection = "scm:git@github.com:opendistro-for-elasticsearch/common-utils.git"
url = "git@github.com:opendistro-for-elasticsearch/common-utils.git"
connection = "scm:git@github.com:opensearch-project/common-utils.git"
developerConnection = "scm:git@github.com:opensearch-project/common-utils.git"
url = "git@github.com:opensearch-project/common-utils.git"
}
licenses {
license {
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/org/opensearch/commons/InjectSecurity.java
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
* For background jobs usage only. User or Roles injection can be done using transport layer only.
* You can't inject using REST api.
*
* Roles injection is based this new feature in security plugin: https://github.com/opendistro-for-elasticsearch/security/pull/560
* Roles injection is based on this new feature in security plugin: https://github.com/opensearch-project/security/pull/560
*
* Java example Usage:
*
Expand Down

0 comments on commit ca283fc

Please sign in to comment.