Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
Signed-off-by: Bharathwaj G <[email protected]>
  • Loading branch information
bharath-techie committed Mar 26, 2024
1 parent f501953 commit 4115eee
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
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.12.0.0")
opensearch_plugin_version = System.getProperty("bwc.version", "2.13.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 @@ -261,7 +261,7 @@ ext.getPluginResource = { download_to_folder, download_from_src ->
}

String baseName = "asynSearchCluster"
String bwcVersionShort = "2.12.0"
String bwcVersionShort = "2.13.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
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
## Version 2.11.0.0 2023-10-18
## Version 2.12.0.0 2024-02-13

Compatible with OpenSearch 2.11.0
Compatible with OpenSearch 2.12.0

### Infrastructure
* Updates admin credentials used in github workflow and upgrade to Gradle 8.5 ([#522](https://github.com/opensearch-project/asynchronous-search/pull/522))

### Maintenance
* Increment version to 2.11.0 ([#446](https://github.com/opensearch-project/asynchronous-search/pull/446))
* Increment version to 2.12.0 ([#466](https://github.com/opensearch-project/asynchronous-search/pull/466))
Binary file not shown.
Binary file not shown.

0 comments on commit 4115eee

Please sign in to comment.