Skip to content

Commit

Permalink
Updating BWC test to use JS version 2.5.0 (#285)
Browse files Browse the repository at this point in the history
Signed-off-by: Joshua Palis <jpalis@amazon.com>

Signed-off-by: Joshua Palis <jpalis@amazon.com>
  • Loading branch information
joshpalis authored Dec 15, 2022
1 parent 9506b98 commit 33fc0e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sample-extension-plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ testClusters.integTest {
}

String baseName = "jobSchedulerBwcCluster"
String bwcOpenSearchVersion = "2.4.0"
String bwcOpenSearchVersion = "2.5.0"
String bwcPluginVersion = bwcOpenSearchVersion + ".0"
String bwcFilePath = "src/test/resources/bwc/job-scheduler/"
String bwcFileName = "opensearch-job-scheduler-" + bwcPluginVersion + ".zip"
Expand Down

0 comments on commit 33fc0e6

Please sign in to comment.