Skip to content

Commit

Permalink
add group = org.opensearch.plugin
Browse files Browse the repository at this point in the history
Signed-off-by: prudhvigodithi <[email protected]>
  • Loading branch information
prudhvigodithi committed Oct 12, 2022
1 parent b6e4661 commit 5823b52
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"
group = "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 5823b52

Please sign in to comment.