Skip to content

Commit

Permalink
Remove rc1 reference (#730) (#737)
Browse files Browse the repository at this point in the history
Signed-off-by: Eugene Lee <[email protected]>
(cherry picked from commit 40dff8b)

Co-authored-by: Eugene Lee <[email protected]>
  • Loading branch information
opensearch-trigger-bot[bot] and eugenesk24 authored May 13, 2022
1 parent bacb5b2 commit b0ee26c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion dashboards-observability/opensearch_dashboards.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "observabilityDashboards",
"version": "2.0.0.0-rc1",
"version": "2.0.0.0",
"opensearchDashboardsVersion": "2.0.0",
"server": true,
"ui": true,
Expand Down
2 changes: 1 addition & 1 deletion dashboards-observability/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "observability-dashboards",
"version": "2.0.0.0-rc1",
"version": "2.0.0.0",
"main": "index.ts",
"license": "Apache-2.0",
"scripts": {
Expand Down
5 changes: 2 additions & 3 deletions opensearch-observability/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,8 @@ import org.opensearch.gradle.testclusters.StandaloneRestIntegTestTask
buildscript {
ext {
isSnapshot = "true" == System.getProperty("build.snapshot", "true")
opensearch_version = System.getProperty("opensearch.version", "2.0.0-rc1-SNAPSHOT")
buildVersionQualifier = System.getProperty("build.version_qualifier", "rc1")
// 2.0.0-rc1-SNAPSHOT -> 2.0.0.0-rc1-SNAPSHOT
opensearch_version = System.getProperty("opensearch.version", "2.0.0-SNAPSHOT")
buildVersionQualifier = System.getProperty("build.version_qualifier", "")
version_tokens = opensearch_version.tokenize('-')
opensearch_build = version_tokens[0] + '.0'
if (buildVersionQualifier) {
Expand Down

0 comments on commit b0ee26c

Please sign in to comment.