Skip to content

Commit

Permalink
[AUTO] Increment version to 2.16.0-SNAPSHOT (#791)
Browse files Browse the repository at this point in the history
* Increment version to 2.16.0-SNAPSHOT

Signed-off-by: opensearch-ci-bot <[email protected]>
---------

Signed-off-by: opensearch-ci-bot <[email protected]>
Signed-off-by: Martin Gaievski <[email protected]>
Co-authored-by: opensearch-ci-bot <[email protected]>
Co-authored-by: Martin Gaievski <[email protected]>
  • Loading branch information
3 people committed Jul 2, 2024
1 parent 57cf215 commit 3bbd63a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/backwards_compatibility_tests_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ 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"]
opensearch_version : [ "2.15.0-SNAPSHOT" ]
bwc_version : ["2.9.0","2.10.0","2.11.0","2.12.0","2.13.0","2.14.0","2.15.0"]
opensearch_version : [ "2.16.0-SNAPSHOT" ]

name: NeuralSearch Restart-Upgrade BWC Tests
runs-on: ${{ matrix.os }}
Expand All @@ -42,8 +42,8 @@ jobs:
matrix:
java: [ 11, 17, 21 ]
os: [ubuntu-latest,windows-latest]
bwc_version: [ "2.11.0","2.12.0","2.13.0","2.14.0" ]
opensearch_version: [ "2.15.0-SNAPSHOT" ]
bwc_version: [ "2.11.0","2.12.0","2.13.0","2.14.0","2.15.0" ]
opensearch_version: [ "2.16.0-SNAPSHOT" ]

name: NeuralSearch Rolling-Upgrade BWC Tests
runs-on: ${{ matrix.os }}
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import java.util.concurrent.Callable

buildscript {
ext {
opensearch_version = System.getProperty("opensearch.version", "2.15.0-SNAPSHOT")
opensearch_version = System.getProperty("opensearch.version", "2.16.0-SNAPSHOT")
buildVersionQualifier = System.getProperty("build.version_qualifier", "")
isSnapshot = "true" == System.getProperty("build.snapshot", "true")
version_tokens = opensearch_version.tokenize('-')
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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.15.0-SNAPSHOT
systemProp.bwc.bundle.version=2.14.0
systemProp.bwc.version=2.16.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 \
Expand Down

0 comments on commit 3bbd63a

Please sign in to comment.