diff --git a/build.gradle b/build.gradle index 0082d9156..d755654b8 100644 --- a/build.gradle +++ b/build.gradle @@ -8,7 +8,7 @@ plugins { } group = "com.vonage" -archivesBaseName = "client" +archivesBaseName = "server-sdk" version = "8.0.0-rc2" sourceCompatibility = "1.8" targetCompatibility = "1.8" @@ -126,15 +126,6 @@ publishing { system = "GitHub" url = "https://github.com/$githubPath/issues" } - distributionManagement { - relocation { - // New artifact coordinates - groupId = "com.vonage" - artifactId = "server-sdk" - version = "8.0.0-rc2" - message = "Moved to avoid confusion with Client SDKs" - } - } } } }