Skip to content

Commit 746c7df

Browse files
Increment version to 3.9.0-SNAPSHOT (#1936)
Signed-off-by: opensearch-ci-bot <opensearch-infra@amazon.com>
1 parent 33acce9 commit 746c7df

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/backwards_compatibility_tests_workflow.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ jobs:
2525
matrix:
2626
java: [21, 25]
2727
os: [ubuntu-latest]
28-
bwc_version : ["2.9.0","2.10.0","2.11.0","2.12.0","2.13.0","2.14.0","2.15.0","2.16.0","2.17.0","2.18.0","2.19.1","3.0.0", "3.1.0", "3.2.0", "3.3.0", "3.4.0", "3.5.0", "3.6.0", "3.7.0"]
29-
opensearch_version : ["3.8.0-SNAPSHOT"]
28+
bwc_version : ["2.9.0","2.10.0","2.11.0","2.12.0","2.13.0","2.14.0","2.15.0","2.16.0","2.17.0","2.18.0","2.19.1","3.0.0", "3.1.0", "3.2.0", "3.3.0", "3.4.0", "3.5.0", "3.6.0", "3.7.0", "3.8.0"]
29+
opensearch_version : ["3.9.0-SNAPSHOT"]
3030

3131
name: NeuralSearch Restart-Upgrade BWC Tests
3232
runs-on: ${{ matrix.os }}
@@ -67,8 +67,8 @@ jobs:
6767
matrix:
6868
java: [21, 25]
6969
os: [ubuntu-latest]
70-
bwc_version: ["2.19.1","3.0.0", "3.1.0", "3.2.0", "3.3.0","3.4.0", "3.5.0", "3.6.0", "3.7.0"]
71-
opensearch_version : ["3.8.0-SNAPSHOT"]
70+
bwc_version: ["2.19.1","3.0.0", "3.1.0", "3.2.0", "3.3.0","3.4.0", "3.5.0", "3.6.0", "3.7.0", "3.8.0"]
71+
opensearch_version : ["3.9.0-SNAPSHOT"]
7272

7373
name: NeuralSearch Rolling-Upgrade BWC Tests
7474
runs-on: ${{ matrix.os }}

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import java.util.concurrent.Callable
1414

1515
buildscript {
1616
ext {
17-
opensearch_version = System.getProperty("opensearch.version", "3.8.0-SNAPSHOT")
17+
opensearch_version = System.getProperty("opensearch.version", "3.9.0-SNAPSHOT")
1818
buildVersionQualifier = System.getProperty("build.version_qualifier", "")
1919
isSnapshot = "true" == System.getProperty("build.snapshot", "true")
2020
version_tokens = opensearch_version.tokenize('-')

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# https://github.com/opensearch-project/OpenSearch/blob/main/libs/core/src/main/java/org/opensearch/Version.java .
88
# Wired compatibility of OpenSearch works like 3.x version is compatible with 2.(latest-major) version.
99
# Therefore, to run rolling-upgrade BWC Test on local machine the BWC version here should be set 2.(latest-major).
10-
systemProp.bwc.version=3.8.0-SNAPSHOT
10+
systemProp.bwc.version=3.9.0-SNAPSHOT
1111
systemProp.bwc.bundle.version=3.6.0
1212

1313
# For fixing Spotless check with Java 17

0 commit comments

Comments
 (0)