From abd43230cc27ebf185f65cc53929ea32d8395ad9 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 12:23:00 -0700 Subject: [PATCH] add group = org.opensearch.plugin (#552) (#553) --- notifications/notifications/build.gradle | 1 + 1 file changed, 1 insertion(+) diff --git a/notifications/notifications/build.gradle b/notifications/notifications/build.gradle index 8d851294..d5934a22 100644 --- a/notifications/notifications/build.gradle +++ b/notifications/notifications/build.gradle @@ -41,6 +41,7 @@ publishing { pom { name = "opensearch-notifications" description = "OpenSearch Notifications Plugin" + groupId = "org.opensearch.plugin" licenses { license { name = "The Apache License, Version 2.0"