From 89cd96c7e84d43425d8ddde40f5bd76092e4e659 Mon Sep 17 00:00:00 2001 From: "opensearch-trigger-bot[bot]" <98922864+opensearch-trigger-bot[bot]@users.noreply.github.com> Date: Thu, 13 Oct 2022 11:30:38 -0700 Subject: [PATCH] add group = org.opensearch.plugin (#549) (#551) Signed-off-by: prudhvigodithi Signed-off-by: prudhvigodithi (cherry picked from commit 7b15046d60324d185f8fdd20333298ee9f92393e) Co-authored-by: Prudhvi Godithi --- notifications/core/build.gradle | 1 + 1 file changed, 1 insertion(+) diff --git a/notifications/core/build.gradle b/notifications/core/build.gradle index 837fc935..3ab2265a 100644 --- a/notifications/core/build.gradle +++ b/notifications/core/build.gradle @@ -45,6 +45,7 @@ publishing { pom { name = "opensearch-notifications-core" description = "OpenSearch Notifications Core Plugin" + groupId = "org.opensearch.plugin" licenses { license { name = "The Apache License, Version 2.0"