Skip to content

Commit

Permalink
Bump bwc version -> 2.15 (#574)
Browse files Browse the repository at this point in the history
* Add .vscode to .gitignore.

Signed-off-by: Finn Carroll <[email protected]>

* Bump bwc version -> 2.15.0.0.

Signed-off-by: Finn Carroll <[email protected]>

---------

Signed-off-by: Finn Carroll <[email protected]>
  • Loading branch information
finnegancarroll authored May 17, 2024
1 parent bf2d727 commit b800443
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,7 @@ out/
build

# OSX files
.DS_Store
.DS_Store

# VSCode
.vscode
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ ext.getPluginResource = { download_to_folder, download_from_src ->
}

String baseName = "asynSearchCluster"
String bwcVersionShort = "2.14.0"
String bwcVersionShort = "2.15.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

0 comments on commit b800443

Please sign in to comment.