Skip to content

Commit

Permalink
Remove rc1 qualifier (opensearch-project#257)
Browse files Browse the repository at this point in the history
Signed-off-by: Amit Galitzky <[email protected]>
  • Loading branch information
amitgalitz authored May 16, 2022
1 parent 74b644c commit b25860d
Show file tree
Hide file tree
Showing 4 changed files with 239 additions and 209 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/remote-integ-tests-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ on:
branches:
- main
env:
OPENSEARCH_DASHBOARDS_VERSION: 'main'
OPENSEARCH_VERSION: '2.0.0-rc1-SNAPSHOT'
OPENSEARCH_DASHBOARDS_VERSION: '2.0'
OPENSEARCH_VERSION: '2.0.0-SNAPSHOT'
jobs:
test-without-security:
name: Run integ tests without security
Expand Down
2 changes: 1 addition & 1 deletion opensearch_dashboards.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "anomalyDetectionDashboards",
"version": "2.0.0.0-rc1",
"version": "2.0.0.0",
"opensearchDashboardsVersion": "2.0.0",
"configPath": ["anomaly_detection_dashboards"],
"requiredPlugins": ["navigation"],
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "anomaly-detection-dashboards",
"version": "2.0.0.0-rc1",
"version": "2.0.0.0",
"description": "OpenSearch Anomaly Detection Dashboards Plugin",
"main": "index.js",
"config": {
"plugin_version": "2.0.0.0-rc1",
"plugin_version": "2.0.0.0",
"plugin_name": "anomalyDetectionDashboards",
"plugin_zip_name": "anomaly-detection-dashboards"
},
Expand Down
Loading

0 comments on commit b25860d

Please sign in to comment.