Skip to content

Commit

Permalink
Fix publication group and project Github coordinates
Browse files Browse the repository at this point in the history
Signed-off-by: Andriy Redko <andriy.redko@aiven.io>
  • Loading branch information
reta committed Sep 8, 2023
1 parent 4693a76 commit 6eeccf4
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 6eeccf4

Please sign in to comment.