Skip to content

Commit

Permalink
Fix publication group and project Github coordinates (#14)
Browse files Browse the repository at this point in the history
Signed-off-by: Andriy Redko <[email protected]>
(cherry picked from commit 7c1e9aa)
  • Loading branch information
reta committed Sep 8, 2023
1 parent 89597b8 commit 0692d19
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ buildscript {

plugins {
id 'java'

}

repositories {
Expand All @@ -42,7 +43,7 @@ repositories {
}

allprojects {
group 'org.opensearch'
group 'org.opensearch.plugin'
version = opensearch_version.tokenize('-')[0] + '.0'
if (buildVersionQualifier) {
version += "-${buildVersionQualifier}"
Expand Down Expand Up @@ -84,7 +85,7 @@ publishing {
developers {
developer {
name = "OpenSearch"
url = "https://github.com/opensearch-project/index-management"
url = "https://github.com/opensearch-project/custom-codecs"
}
}
}
Expand Down

0 comments on commit 0692d19

Please sign in to comment.