We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f9d183 commit 5e7e9e6Copy full SHA for 5e7e9e6
notifications/notifications/build.gradle
@@ -265,7 +265,7 @@ testClusters.integTest {
265
}
266
267
// Always be minimumCompatibilityVersion of current opensearch version(3.0.0)
268
-def bwcVersionShort = "2.10.0"
+def bwcVersionShort = "2.11.0"
269
def bwcVersion = bwcVersionShort + ".0"
270
def bwcOpenSearchVesion= bwcVersionShort + "-SNAPSHOT"
271
def bwcPluginVersion = bwcVersion + "-SNAPSHOT"
0 commit comments