Skip to content

Commit

Permalink
[AUTO] Increment version to 1.3.15-SNAPSHOT (opensearch-project#575)
Browse files Browse the repository at this point in the history
* Increment version to 1.3.15-SNAPSHOT

Signed-off-by: opensearch-ci-bot <opensearch-infra@amazon.com>

* Empty-Commit

Signed-off-by: Ashish Agrawal <ashisagr@amazon.com>

* Remove jdk 8 CI test

Signed-off-by: Ashish Agrawal <ashisagr@amazon.com>

---------

Signed-off-by: opensearch-ci-bot <opensearch-infra@amazon.com>
Signed-off-by: Ashish Agrawal <ashisagr@amazon.com>
Co-authored-by: opensearch-ci-bot <opensearch-infra@amazon.com>
Co-authored-by: Ashish Agrawal <ashisagr@amazon.com>
  • Loading branch information
3 people committed Feb 28, 2024
1 parent 02d6bfd commit 0a876ba
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ jobs:
strategy:
matrix:
java:
- 8
- 11
- 14
os: [ubuntu-latest, windows-latest]
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
buildscript {
ext {
opensearch_group = "org.opensearch"
opensearch_version = System.getProperty("opensearch.version", "1.3.14-SNAPSHOT")
opensearch_version = System.getProperty("opensearch.version", "1.3.15-SNAPSHOT")
kotlin_version = System.getProperty("kotlin.version", "1.6.0")
}

Expand Down

0 comments on commit 0a876ba

Please sign in to comment.