Skip to content

Commit cf47a70

Browse files
committed
fix(build): Update artifactId for Maven publication to follow naming conventions
1 parent 1296b42 commit cf47a70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ publishing {
2323
publications.create<MavenPublication>("maven") {
2424

2525
version = rootProject.version as String
26-
artifactId = "Otis Client Library"
26+
artifactId = "otis-client"
2727
groupId = rootProject.group as String
2828
pom {
2929
name = "Otis Client Library"

0 commit comments

Comments
 (0)