Skip to content

Commit

Permalink
Changing the BWC version to 2.8.0 (#446) (#465)
Browse files Browse the repository at this point in the history
* Changing the BWC version to 2.8.0

Signed-off-by: Khushboo Rajput <[email protected]>

* nit: Changing the BWC version to 2.8.0

Signed-off-by: Khushboo Rajput <[email protected]>

---------

Signed-off-by: Khushboo Rajput <[email protected]>
(cherry picked from commit 92ab90b)

Co-authored-by: Khushboo Rajput <[email protected]>
  • Loading branch information
ansjcy and khushbr authored Jun 28, 2023
1 parent 5840ff6 commit 030d919
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.7.0.0")
default_bwc_version = System.getProperty("bwc.version", "2.8.0.0")
pa_bwc_version = System.getProperty("tests.bwc.version", default_bwc_version)
baseName = "paBwcCluster"

Expand Down Expand Up @@ -667,7 +667,7 @@ task integTestRemote(type: RestIntegTestTask) {
testClusters {
"${baseName}$i" {
testDistribution = "ARCHIVE"
versions = ["2.7.0-SNAPSHOT", opensearch_version]
versions = ["2.8.0-SNAPSHOT", opensearch_version]
numberOfNodes = 3
plugin(provider(new Callable<RegularFile>() {
@Override
Expand Down
2 changes: 1 addition & 1 deletion licenses/performanceanalyzer-rca-3.0.0.0-SNAPSHOT.jar.sha1
Original file line number Diff line number Diff line change
@@ -1 +1 @@
763fed1fb35a016fdba53d3c66bd611d823090c0
eacd62d0cd99ff8c43f613911c4f1c24dca17c1d

0 comments on commit 030d919

Please sign in to comment.