Skip to content

Commit

Permalink
Remove opendistro in dashboards visualizations
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuali925 committed Apr 14, 2021
1 parent a6dde16 commit a87e6f7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
- 'v*'

env:
PLUGIN_NAME: opendistroGanttChartOpenSearchDashboards
PLUGIN_NAME: ganttChartDashboards
OD_VERSION: 1.15.0.0

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-and-build-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: Test and Build Gantt Chart
on: [pull_request, push]

env:
PLUGIN_NAME: opendistroGanttChartOpenSearchDashboards
PLUGIN_NAME: ganttChartDashboards
OD_VERSION: 1.15.0.0

jobs:
Expand Down
2 changes: 1 addition & 1 deletion gantt-chart/opensearch_dashboards.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"id": "opendistroGanttChartOpenSearchDashboards",
"id": "ganttChartDashboards",
"version": "1.15.0.0",
"opensearchDashboardsVersion": "7.10.2",
"requiredPlugins": [
Expand Down
2 changes: 1 addition & 1 deletion gantt-chart/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "opendistro-gantt-chart-opensearch-dashboards",
"name": "gantt-chart-dashboards",
"version": "1.15.0.0",
"opensearchDashboards": {
"version": "7.10.2",
Expand Down

0 comments on commit a87e6f7

Please sign in to comment.