Skip to content

Commit

Permalink
Increment version to 1.3.16-SNAPSHOT
Browse files Browse the repository at this point in the history
Signed-off-by: opensearch-ci-bot <opensearch-infra@amazon.com>
  • Loading branch information
opensearch-ci-bot committed Mar 12, 2024
1 parent 5c4590d commit 7c664ef
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/sql-test-and-build-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: SQL Java CI
on: [push, pull_request]

env:
OPENSEARCH_VERSION: '1.3.15-SNAPSHOT'
OPENSEARCH_VERSION: '1.3.16-SNAPSHOT'

jobs:
build:
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_version = System.getProperty("opensearch.version", "1.3.15-SNAPSHOT")
opensearch_version = System.getProperty("opensearch.version", "1.3.16-SNAPSHOT")
spring_version = "5.3.27"
}

Expand Down
2 changes: 1 addition & 1 deletion doctest/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ task stopOpenSearch(type: KillProcessTask)
doctest.dependsOn startOpenSearch
doctest.finalizedBy stopOpenSearch

// disable doctest for 1.3.x in case no opensearch-ml-1.3.15 snapshot.
// disable doctest for 1.3.x in case no opensearch-ml-1.3.16 snapshot.
// https://github.com/opensearch-project/sql/issues/942
// build.dependsOn doctest
clean.dependsOn(cleanBootstrap)
Expand Down

0 comments on commit 7c664ef

Please sign in to comment.