From ff446bc8e41bfdc29b43375866727f2a7beac4f6 Mon Sep 17 00:00:00 2001 From: Hailong Cui Date: Mon, 16 Oct 2023 14:27:23 +0800 Subject: [PATCH] bump bwc version to 2.12 (#793) Signed-off-by: Hailong Cui Signed-off-by: Aniruddh Srivastava Signed-off-by: Aniruddh --- 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 0024ef0c..0db0b393 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.11.0" +def bwcVersionShort = "2.12.0" def bwcVersion = bwcVersionShort + ".0" def bwcOpenSearchVesion= bwcVersionShort + "-SNAPSHOT" def bwcPluginVersion = bwcVersion + "-SNAPSHOT"