Skip to content

Commit

Permalink
Update BWC version for v2.11 (#564)
Browse files Browse the repository at this point in the history
Update BWC version for v2.11

Signed-off-by: Khushboo Rajput <59671881+khushbr@users.noreply.github.com>
  • Loading branch information
khushbr committed Oct 6, 2023
1 parent 9f6695e commit 6893b1b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ buildscript {
isSnapshot = "true" == System.getProperty("build.snapshot", "true")
buildVersionQualifier = System.getProperty("build.version_qualifier", "")

default_bwc_version = System.getProperty("bwc.version", "2.9.0.0")
default_bwc_version = System.getProperty("bwc.version", "2.10.0.0")
pa_bwc_version = System.getProperty("tests.bwc.version", default_bwc_version)
baseName = "paBwcCluster"

Expand Down Expand Up @@ -669,7 +669,7 @@ task integTestRemote(type: RestIntegTestTask) {
testClusters {
"${baseName}$i" {
testDistribution = "ARCHIVE"
versions = ["2.9.0-SNAPSHOT", opensearch_version]
versions = ["2.10.0-SNAPSHOT", opensearch_version]
numberOfNodes = 3
plugin(provider(new Callable<RegularFile>() {
@Override
Expand Down

0 comments on commit 6893b1b

Please sign in to comment.