From 8d83e76a98ea21b0e88d2784f875c6252f9bd997 Mon Sep 17 00:00:00 2001 From: Hailong Cui Date: Mon, 16 Oct 2023 12:01:04 +0800 Subject: [PATCH] bump bwc version to 2.12 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 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"