From 4697d6788f5780a6c42cadd9c5adf761aa66f832 Mon Sep 17 00:00:00 2001 From: Marc Handalian Date: Tue, 10 Sep 2024 14:21:52 -0700 Subject: [PATCH] bump bwc version on main to 2.18.0.0 Signed-off-by: Marc Handalian --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 29b8eaa2..f00dfafd 100644 --- a/build.gradle +++ b/build.gradle @@ -264,10 +264,10 @@ Boolean bwcBundleTest = (project.findProperty('customDistributionDownloadType') project.properties['customDistributionDownloadType'] == "bundle"); /* -When testing between major versions note that ONLY the latest minor release of the previous version is api compatible. +When testing between major versions note that ONLY the latest minor release of the previous version is api compatible. */ -String bwcVersion = "2.17.0.0" +String bwcVersion = "2.18.0.0" String bwcVersionShort = bwcVersion.replaceAll(/\.0+$/, "") String nxtVersionShort = opensearch_version.replaceAll(/\.0+$/, "").replaceAll("-SNAPSHOT", "")