Skip to content

Commit b25860d

Browse files
authored
Remove rc1 qualifier (#257)
Signed-off-by: Amit Galitzky <amgalitz@amazon.com>
1 parent 74b644c commit b25860d

File tree

4 files changed

+239
-209
lines changed

4 files changed

+239
-209
lines changed

.github/workflows/remote-integ-tests-workflow.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ on:
1010
branches:
1111
- main
1212
env:
13-
OPENSEARCH_DASHBOARDS_VERSION: 'main'
14-
OPENSEARCH_VERSION: '2.0.0-rc1-SNAPSHOT'
13+
OPENSEARCH_DASHBOARDS_VERSION: '2.0'
14+
OPENSEARCH_VERSION: '2.0.0-SNAPSHOT'
1515
jobs:
1616
test-without-security:
1717
name: Run integ tests without security

opensearch_dashboards.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"id": "anomalyDetectionDashboards",
3-
"version": "2.0.0.0-rc1",
3+
"version": "2.0.0.0",
44
"opensearchDashboardsVersion": "2.0.0",
55
"configPath": ["anomaly_detection_dashboards"],
66
"requiredPlugins": ["navigation"],

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"name": "anomaly-detection-dashboards",
3-
"version": "2.0.0.0-rc1",
3+
"version": "2.0.0.0",
44
"description": "OpenSearch Anomaly Detection Dashboards Plugin",
55
"main": "index.js",
66
"config": {
7-
"plugin_version": "2.0.0.0-rc1",
7+
"plugin_version": "2.0.0.0",
88
"plugin_name": "anomalyDetectionDashboards",
99
"plugin_zip_name": "anomaly-detection-dashboards"
1010
},

0 commit comments

Comments
 (0)