Skip to content

Commit 20c7f05

Browse files
authored
Bump verison 2.4.0 (#499)
Signed-off-by: Rupal Mahajan <[email protected]> Signed-off-by: Rupal Mahajan <[email protected]>
1 parent b118a27 commit 20c7f05

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

.github/workflows/dashboards-reports-test-and-build-workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ env:
66
PLUGIN_NAME: reportsDashboards
77
ARTIFACT_NAME: reports-dashboards
88
OPENSEARCH_VERSION: 'main'
9-
OPENSEARCH_PLUGIN_VERSION: 2.3.0.0
9+
OPENSEARCH_PLUGIN_VERSION: 2.4.0.0
1010

1111
jobs:
1212
build:

.github/workflows/draft-release-notes-workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ jobs:
1616
with:
1717
config-name: draft-release-notes-config.yml
1818
tag: (None)
19-
version: 2.3.0.0
19+
version: 2.4.0.0
2020
env:
2121
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

dashboards-reports/opensearch_dashboards.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "reportsDashboards",
3-
"version": "2.3.0.0",
4-
"opensearchDashboardsVersion": "2.3.0",
3+
"version": "2.4.0.0",
4+
"opensearchDashboardsVersion": "2.4.0",
55
"requiredPlugins": ["navigation", "data", "opensearchDashboardsUtils"],
66
"optionalPlugins": ["share"],
77
"server": true,

dashboards-reports/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "reports-dashboards",
3-
"version": "2.3.0.0",
3+
"version": "2.4.0.0",
44
"description": "OpenSearch Dashboards Reports Plugin",
55
"license": "Apache-2.0",
66
"main": "index.ts",

reports-scheduler/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ buildscript {
1212
opensearch_group = "org.opensearch"
1313

1414
isSnapshot = "true" == System.getProperty("build.snapshot", "true")
15-
opensearch_version = System.getProperty("opensearch.version", "2.3.0-SNAPSHOT")
15+
opensearch_version = System.getProperty("opensearch.version", "2.4.0-SNAPSHOT")
1616
buildVersionQualifier = System.getProperty("build.version_qualifier", "")
1717
// 2.0.0-rc1-SNAPSHOT -> 2.0.0.0-rc1-SNAPSHOT
1818
version_tokens = opensearch_version.tokenize('-')

0 commit comments

Comments
 (0)