Skip to content

Commit

Permalink
releng: Use server-sdk artifactId
Browse files Browse the repository at this point in the history
  • Loading branch information
SMadani committed Nov 7, 2023
1 parent ee2fb0d commit 494123c
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ plugins {
}

group = "com.vonage"
archivesBaseName = "client"
archivesBaseName = "server-sdk"
version = "8.0.0-rc2"
sourceCompatibility = "1.8"
targetCompatibility = "1.8"
Expand Down Expand Up @@ -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"
}
}
}
}
}
Expand Down

0 comments on commit 494123c

Please sign in to comment.