Skip to content

Commit

Permalink
[1.3] Increment version to 1.3.6-SNAPSHOT (#881)
Browse files Browse the repository at this point in the history
* Increment version to 1.3.6-SNAPSHOT

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

* Bump jackson version

Signed-off-by: Joshua Li <[email protected]>

Signed-off-by: opensearch-ci-bot <[email protected]>
Signed-off-by: Joshua Li <[email protected]>
Co-authored-by: opensearch-ci-bot <[email protected]>
  • Loading branch information
joshuali925 and opensearch-ci-bot authored Oct 3, 2022
1 parent 7e12bff commit ef0bce3
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 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.5-SNAPSHOT'
OPENSEARCH_VERSION: '1.3.6-SNAPSHOT'

jobs:
build:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on: [pull_request, push]
env:
PLUGIN_NAME: query-workbench-dashboards
OPENSEARCH_VERSION: '1.3'
OPENSEARCH_PLUGIN_VERSION: 1.3.5.0
OPENSEARCH_PLUGIN_VERSION: 1.3.6.0

jobs:

Expand Down
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@

buildscript {
ext {
opensearch_version = System.getProperty("opensearch.version", "1.3.5-SNAPSHOT")
opensearch_version = System.getProperty("opensearch.version", "1.3.6-SNAPSHOT")
spring_version = "5.3.22"
jackson_version = "2.13.2"
jackson_databind_version = "2.13.2.2"
jackson_version = "2.13.4"
jackson_databind_version = "2.13.4"
}

repositories {
Expand Down
2 changes: 1 addition & 1 deletion doctest/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ doctest.finalizedBy stopOpenSearch
build.dependsOn doctest
clean.dependsOn(cleanBootstrap)

String mlCommonsRemoteFile = 'https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/1.3.5/latest/linux/x64/tar/builds/opensearch/plugins/opensearch-ml-1.3.5.0.zip'
String mlCommonsRemoteFile = 'https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/1.3.6/latest/linux/x64/tar/builds/opensearch/plugins/opensearch-ml-1.3.6.0.zip'
String mlCommonsPlugin = "ml-commons"

testClusters {
Expand Down
4 changes: 2 additions & 2 deletions workbench/opensearch_dashboards.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "queryWorkbenchDashboards",
"version": "1.3.5.0",
"opensearchDashboardsVersion": "1.3.5",
"version": "1.3.6.0",
"opensearchDashboardsVersion": "1.3.6",
"server": true,
"ui": true,
"requiredPlugins": ["navigation"],
Expand Down
2 changes: 1 addition & 1 deletion workbench/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "opensearch-query-workbench",
"version": "1.3.5.0",
"version": "1.3.6.0",
"description": "Query Workbench",
"main": "index.js",
"license": "Apache-2.0",
Expand Down

0 comments on commit ef0bce3

Please sign in to comment.