diff --git a/.github/workflows/cypress-workflow.yml b/.github/workflows/cypress-workflow.yml index 8acefb2cc..d73a908ca 100644 --- a/.github/workflows/cypress-workflow.yml +++ b/.github/workflows/cypress-workflow.yml @@ -7,7 +7,7 @@ on: branches: - "*" env: - OPENSEARCH_DASHBOARDS_VERSION: '2.x' + OPENSEARCH_DASHBOARDS_VERSION: '2.5' OPENSEARCH_VERSION: '2.5.0-SNAPSHOT' jobs: tests: diff --git a/opensearch_dashboards.json b/opensearch_dashboards.json index e5cd8bf6d..25abc640e 100644 --- a/opensearch_dashboards.json +++ b/opensearch_dashboards.json @@ -1,6 +1,6 @@ { "id": "indexManagementDashboards", - "version": "2.5.0", + "version": "2.5.0.0", "opensearchDashboardsVersion": "2.5.0", "configPath": ["opensearch_index_management"], "requiredPlugins": ["navigation", "opensearchDashboardsReact"], diff --git a/package.json b/package.json index 69c0dfc37..46c1fdba8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "opensearch_index_management_dashboards", - "version": "2.5.0", + "version": "2.5.0.0", "description": "Opensearch Dashboards plugin for Index Management", "main": "index.js", "license": "Apache-2.0",