Skip to content

Commit

Permalink
remove sub-folders which upgraded as new repositories
Browse files Browse the repository at this point in the history
 - sql-cli
 - sql-odbc
 - sql-jdbc
 - dashboards-query-workbench

Signed-off-by: YANG-DB <[email protected]>
  • Loading branch information
lior perry authored and YANG-DB committed Dec 1, 2022
1 parent a25ee96 commit 1242dc4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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.7.1
OPENSEARCH_PLUGIN_VERSION: 1.3.7.0

jobs:

Expand Down
2 changes: 1 addition & 1 deletion workbench/opensearch_dashboards.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "queryWorkbenchDashboards",
"version": "1.3.7.1",
"version": "1.3.7.0",
"opensearchDashboardsVersion": "1.3.7",
"server": true,
"ui": true,
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.7.1",
"version": "1.3.7.0",
"description": "Query Workbench",
"main": "index.js",
"license": "Apache-2.0",
Expand Down

0 comments on commit 1242dc4

Please sign in to comment.