From 2ece1830b9fcdb4e605d0876e5892e827fd05f9d Mon Sep 17 00:00:00 2001 From: "opensearch-trigger-bot[bot]" <98922864+opensearch-trigger-bot[bot]@users.noreply.github.com> Date: Mon, 20 May 2024 10:15:07 -0700 Subject: [PATCH] Increment version to 2.15.0-SNAPSHOT (#730) Signed-off-by: opensearch-ci-bot Signed-off-by: Martin Gaievski Co-authored-by: opensearch-ci-bot (cherry picked from commit 398a46534cae7c4c06423d6dad6207163c916b46) --- .github/workflows/backwards_compatibility_tests_workflow.yml | 4 ++-- gradle.properties | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/backwards_compatibility_tests_workflow.yml b/.github/workflows/backwards_compatibility_tests_workflow.yml index 4300ee443..f298c4a82 100644 --- a/.github/workflows/backwards_compatibility_tests_workflow.yml +++ b/.github/workflows/backwards_compatibility_tests_workflow.yml @@ -15,7 +15,7 @@ jobs: matrix: java: [ 11, 17, 21 ] os: [ubuntu-latest,windows-latest] - bwc_version : ["2.9.0","2.10.0","2.11.0","2.12.0","2.13.0","2.14.0-SNAPSHOT"] + bwc_version : ["2.9.0","2.10.0","2.11.0","2.12.0","2.13.0","2.14.0"] opensearch_version : [ "3.0.0-SNAPSHOT" ] name: NeuralSearch Restart-Upgrade BWC Tests @@ -42,7 +42,7 @@ jobs: matrix: java: [ 11, 17, 21 ] os: [ubuntu-latest,windows-latest] - bwc_version: [ "2.14.0-SNAPSHOT" ] + bwc_version: [ "2.15.0-SNAPSHOT" ] opensearch_version: [ "3.0.0-SNAPSHOT" ] name: NeuralSearch Rolling-Upgrade BWC Tests diff --git a/gradle.properties b/gradle.properties index e8734438a..b333f226c 100644 --- a/gradle.properties +++ b/gradle.properties @@ -7,8 +7,8 @@ # https://github.com/opensearch-project/OpenSearch/blob/main/libs/core/src/main/java/org/opensearch/Version.java . # Wired compatibility of OpenSearch works like 3.x version is compatible with 2.(latest-major) version. # Therefore, to run rolling-upgrade BWC Test on local machine the BWC version here should be set 2.(latest-major). -systemProp.bwc.version=2.14.0-SNAPSHOT -systemProp.bwc.bundle.version=2.14.0 +systemProp.bwc.version=2.15.0-SNAPSHOT +systemProp.bwc.bundle.version=2.15.0 # For fixing Spotless check with Java 17 org.gradle.jvmargs=--add-exports jdk.compiler/com.sun.tools.javac.api=ALL-UNNAMED \