Skip to content

Commit

Permalink
Merge pull request #2129 from opensearch-project/create-pull-request/…
Browse files Browse the repository at this point in the history
…1.3.14-SNAPSHOT

[AUTO] Increment version to 1.3.14-SNAPSHOT
  • Loading branch information
zelinh committed Dec 4, 2023
2 parents 3256e58 + 22f3d11 commit 1e4d12e
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.13-SNAPSHOT'
OPENSEARCH_VERSION: '1.3.14-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.13-SNAPSHOT")
opensearch_version = System.getProperty("opensearch.version", "1.3.14-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.13 snapshot.
// disable doctest for 1.3.x in case no opensearch-ml-1.3.14 snapshot.
// https://github.com/opensearch-project/sql/issues/942
// build.dependsOn doctest
clean.dependsOn(cleanBootstrap)
Expand Down

0 comments on commit 1e4d12e

Please sign in to comment.