From 2a19be4e398f4403c6499bb805fcfb1ce8a00632 Mon Sep 17 00:00:00 2001 From: "opensearch-trigger-bot[bot]" <98922864+opensearch-trigger-bot[bot]@users.noreply.github.com> Date: Wed, 5 Apr 2023 16:54:15 -0700 Subject: [PATCH] Increment version to 2.6.1-SNAPSHOT (#639) Signed-off-by: opensearch-ci-bot Co-authored-by: opensearch-ci-bot --- dashboards-notifications/opensearch_dashboards.json | 4 ++-- dashboards-notifications/package.json | 2 +- notifications/build.gradle | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dashboards-notifications/opensearch_dashboards.json b/dashboards-notifications/opensearch_dashboards.json index c63c33ea..4e754b60 100644 --- a/dashboards-notifications/opensearch_dashboards.json +++ b/dashboards-notifications/opensearch_dashboards.json @@ -1,7 +1,7 @@ { "id": "notificationsDashboards", - "version": "2.6.0.0", - "opensearchDashboardsVersion": "2.6.0", + "version": "2.6.1.0", + "opensearchDashboardsVersion": "2.6.1", "requiredPlugins": ["navigation", "data"], "optionalPlugins": ["share"], "server": true, diff --git a/dashboards-notifications/package.json b/dashboards-notifications/package.json index 732d00c0..3e07cbf2 100644 --- a/dashboards-notifications/package.json +++ b/dashboards-notifications/package.json @@ -1,6 +1,6 @@ { "name": "notifications-dashboards", - "version": "2.6.0.0", + "version": "2.6.1.0", "description": "OpenSearch Dashboards Notifications Plugin", "license": "Apache-2.0", "main": "index.ts", diff --git a/notifications/build.gradle b/notifications/build.gradle index df96a8c1..7ae5e117 100644 --- a/notifications/build.gradle +++ b/notifications/build.gradle @@ -6,7 +6,7 @@ buildscript { ext { - opensearch_version = System.getProperty("opensearch.version", "2.6.0-SNAPSHOT") + opensearch_version = System.getProperty("opensearch.version", "2.6.1-SNAPSHOT") isSnapshot = "true" == System.getProperty("build.snapshot", "true") buildVersionQualifier = System.getProperty("build.version_qualifier", "") // 2.3.0-SNAPSHOT -> 2.3.0.0-SNAPSHOT