Skip to content

Commit

Permalink
add group = org.opensearch.plugin (opensearch-project#192) (opensearc…
Browse files Browse the repository at this point in the history
…h-project#193)

Signed-off-by: prudhvigodithi <[email protected]>

Signed-off-by: prudhvigodithi <[email protected]>
(cherry picked from commit d0794cd)
Signed-off-by: Prudhvi Godithi <[email protected]>

Signed-off-by: prudhvigodithi <[email protected]>
Signed-off-by: Prudhvi Godithi <[email protected]>
Co-authored-by: Prudhvi Godithi <[email protected]>
  • Loading branch information
1 parent 38e2ff3 commit f7485bb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ publishing {
pom {
name = "opensearch-asynchronous-search"
description = "OpenSearch Asynchronous Search plugin"
groupId = "org.opensearch.plugin"
licenses {
license {
name = "The Apache License, Version 2.0"
Expand Down Expand Up @@ -419,4 +420,4 @@ task updateVersion {
// String tokenization to support -SNAPSHOT
ant.replaceregexp(file:'build.gradle', match: '"opensearch.version", "\\d.*"', replace: '"opensearch.version", "' + newVersion.tokenize('-')[0] + '-SNAPSHOT"', flags:'g', byline:true)
}
}
}

0 comments on commit f7485bb

Please sign in to comment.