Skip to content

Commit

Permalink
Update the version of OSD from 2.2.0.0 to 2.3.0.0 (#43)
Browse files Browse the repository at this point in the history
Signed-off-by: Navneet Verma <navneev@amazon.com>
  • Loading branch information
navneet1v committed Sep 7, 2022
1 parent aa7a551 commit 905aa80
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cypress-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ on:
- main
- 2.*
env:
OPENSEARCH_DASHBOARDS_VERSION: '2.2'
OPENSEARCH_VERSION: '2.2.0-SNAPSHOT'
OPENSEARCH_DASHBOARDS_VERSION: '2.3'
OPENSEARCH_VERSION: '2.3.0-SNAPSHOT'
jobs:
tests:
name: Run Cypress E2E tests
Expand Down
4 changes: 2 additions & 2 deletions src/plugins/custom_import_map/opensearch_dashboards.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "customImportMapDashboards",
"version": "2.2.1.0",
"opensearchDashboardsVersion": "2.2.1",
"version": "2.3.0.0",
"opensearchDashboardsVersion": "2.3.0",
"server": true,
"ui": true,
"requiredPlugins": ["regionMap", "opensearchDashboardsReact"],
Expand Down
2 changes: 1 addition & 1 deletion src/plugins/custom_import_map/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "customImportMap",
"version": "2.2.1.0",
"version": "2.3.0.0",
"license": "Apache-2.0",
"config": {
"id": "customImportMapDashboards"
Expand Down

0 comments on commit 905aa80

Please sign in to comment.