Skip to content

Commit

Permalink
Updating maintainers file
Browse files Browse the repository at this point in the history
Signed-off-by: RS146BIJAY <[email protected]>
  • Loading branch information
RS146BIJAY committed Dec 20, 2023
1 parent e70aa78 commit 696fe0e
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
14 changes: 7 additions & 7 deletions MAINTAINERS.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ This document contains a list of maintainers in this repo. See [opensearch-proje

## Current Maintainers

| Maintainer | GitHub ID | Affiliation |
|-----------------|----------------------------------------------------------|-------------|
| Bharathwaj G | [bharath-techie](https://github.com/bharath-techie) | Amazon |
| Arpit Bandejiya | [Arpit-Bandejiya](https://github.com/Arpit-Bandejiya) | Amazon |
| Dhrubajyoti Das | [dhruv16dhr](https://github.com/dhruv16dhr) | Amazon |
| Pranit Kumar | [pranikum](https://github.com/pranikum) | Amazon |
| Bukhtawar Khan | [Bukhtawar](https://github.com/Bukhtawar) | Amazon |
| Maintainer | GitHub ID | Affiliation |
|-----------------|-------------------------------------------------------|-------------|
| Rishav Sagar | [RS146BIJAY](https://github.com/RS146BIJAY) | Amazon |
| Bharathwaj G | [bharath-techie](https://github.com/bharath-techie) | Amazon |
| Arpit Bandejiya | [Arpit-Bandejiya](https://github.com/Arpit-Bandejiya) | Amazon |
| Pranit Kumar | [pranikum](https://github.com/pranikum) | Amazon |
| Bukhtawar Khan | [Bukhtawar](https://github.com/Bukhtawar) | Amazon |

## Emeritus

Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ buildscript {
opensearch_group = "org.opensearch"
isSnapshot = "true" == System.getProperty("build.snapshot", "true")
opensearch_version = System.getProperty("opensearch.version", "3.0.0-SNAPSHOT")
opensearch_plugin_version = System.getProperty("bwc.version", "2.11.0.0")
opensearch_plugin_version = System.getProperty("bwc.version", "2.12.0.0")
buildVersionQualifier = System.getProperty("build.version_qualifier", "")
// 2.0.0-rc1-SNAPSHOT -> 2.0.0.0-rc1-SNAPSHOT
version_tokens = opensearch_version.tokenize('-')
Expand Down Expand Up @@ -259,7 +259,7 @@ ext.getPluginResource = { download_to_folder, download_from_src ->
}

String baseName = "asynSearchCluster"
String bwcVersionShort = "2.11.0"
String bwcVersionShort = "2.12.0"
String bwcVersion = bwcVersionShort + ".0"
String bwcFilePath = "src/test/resources/org/opensearch/search/asynchronous/bwc/"
String bwcRemoteFile = "https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/"+ bwcVersionShort + "/latest/linux/x64/tar/builds/opensearch/plugins/opensearch-asynchronous-search-"+ bwcVersion +".zip"
Expand Down
Binary file not shown.
Binary file not shown.

0 comments on commit 696fe0e

Please sign in to comment.