Skip to content

Commit

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

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

Signed-off-by: prudhvigodithi <[email protected]>
(cherry picked from commit 197eb97)
Signed-off-by: Joshua Palis <[email protected]>

Signed-off-by: prudhvigodithi <[email protected]>
Signed-off-by: Joshua Palis <[email protected]>
Co-authored-by: Prudhvi Godithi <[email protected]>
Signed-off-by: Prudhvi Godithi <[email protected]>
  • Loading branch information
1 parent 9968727 commit 075f190
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 @@ -122,6 +122,7 @@ publishing {
pom {
name = "opensearch-job-scheduler"
description = "OpenSearch Job Scheduler plugin"
groupId = "org.opensearch.plugin"
}
}
}
Expand Down Expand Up @@ -312,4 +313,4 @@ task updateVersion {
// Include the required files that needs to be updated with new Version
ant.replaceregexp(file:'build.gradle', match: '"opensearch.version", "\\d.*"', replace: '"opensearch.version", "' + newVersion.tokenize('-')[0] + '-SNAPSHOT"', flags:'g', byline:true)
}
}
}

0 comments on commit 075f190

Please sign in to comment.