Skip to content

Commit

Permalink
Merge 3e7809b into 22a0906
Browse files Browse the repository at this point in the history
  • Loading branch information
khushbr committed Sep 6, 2023
2 parents 22a0906 + 3e7809b commit c42e26f
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.8.0.0")
default_bwc_version = System.getProperty("bwc.version", "2.9.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.8.0-SNAPSHOT", opensearch_version]
versions = ["2.9.0-SNAPSHOT", opensearch_version]
numberOfNodes = 3
plugin(provider(new Callable<RegularFile>() {
@Override
Expand Down

0 comments on commit c42e26f

Please sign in to comment.