Skip to content

Commit

Permalink
fix: update groupdId for maven publication
Browse files Browse the repository at this point in the history
  • Loading branch information
diogomatsubara committed Nov 21, 2024
1 parent a1e9fef commit 1795ac4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zenoh-kotlin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ kotlin {

publishing {
publications.withType<MavenPublication> {
groupId = "io.zenoh"
groupId = "org.eclipse.zenoh"
artifactId = "zenoh-kotlin"
version = project.version.toString() + if (project.hasProperty("SNAPSHOT")) "-SNAPSHOT" else ""

Expand Down

0 comments on commit 1795ac4

Please sign in to comment.