Skip to content

Commit

Permalink
Merge dec858a into 9524c08
Browse files Browse the repository at this point in the history
  • Loading branch information
khushbr authored May 17, 2023
2 parents 9524c08 + dec858a commit 52a5c16
Show file tree
Hide file tree
Showing 9 changed files with 6 additions and 7 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 @@ -616,7 +616,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
1 change: 0 additions & 1 deletion licenses/fastdoubleparser-0.8.0.jar.sha1

This file was deleted.

1 change: 0 additions & 1 deletion licenses/jackson-annotations-2.15.0.jar.sha1

This file was deleted.

1 change: 1 addition & 0 deletions licenses/jackson-annotations-2.15.1.jar.sha1
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
092a90d3739e970e03b5971839e4fe51f13c1fa3
1 change: 0 additions & 1 deletion licenses/jackson-databind-2.15.0.jar.sha1

This file was deleted.

1 change: 1 addition & 0 deletions licenses/jackson-databind-2.15.1.jar.sha1
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ac9ba74d208faf356e4719a49e59c6ea9237c01d
1 change: 0 additions & 1 deletion licenses/jackson-module-paranamer-2.15.0.jar.sha1

This file was deleted.

1 change: 1 addition & 0 deletions licenses/jackson-module-paranamer-2.15.1.jar.sha1
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
1eee39f6a814b12d92a936cd198657ff26970215
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 @@
1328e960851fa7948368c94fbd092216b2df752b
eacd62d0cd99ff8c43f613911c4f1c24dca17c1d

0 comments on commit 52a5c16

Please sign in to comment.