From 5e7e9e6b66629a37c7212bd9702dd4e3e2a20bae Mon Sep 17 00:00:00 2001 From: Hailong Cui Date: Mon, 11 Sep 2023 12:05:12 +0800 Subject: [PATCH] bump bwc version to 2.11 (#763) Signed-off-by: Hailong Cui --- notifications/notifications/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notifications/notifications/build.gradle b/notifications/notifications/build.gradle index b29dcdf2..0024ef0c 100644 --- a/notifications/notifications/build.gradle +++ b/notifications/notifications/build.gradle @@ -265,7 +265,7 @@ testClusters.integTest { } // Always be minimumCompatibilityVersion of current opensearch version(3.0.0) -def bwcVersionShort = "2.10.0" +def bwcVersionShort = "2.11.0" def bwcVersion = bwcVersionShort + ".0" def bwcOpenSearchVesion= bwcVersionShort + "-SNAPSHOT" def bwcPluginVersion = bwcVersion + "-SNAPSHOT"