Skip to content

Commit

Permalink
fix: publication's poms for serialization artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
y9vad9 committed Oct 13, 2023
1 parent a37b4b5 commit f62b4a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion router-serialization/cbor/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ mavenPublishing {
)

pom {
name.set("Router Serialization (Json)")
name.set("Router Serialization (Cbor)")
description.set(
"""
Kotlin RSocket library for type-safe serializable routing. Provides Cbor implementation of `ContentSerializer`.
Expand Down
2 changes: 1 addition & 1 deletion router-serialization/protobuf/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ mavenPublishing {
)

pom {
name.set("Router Serialization (Json)")
name.set("Router Serialization (ProtoBuf)")
description.set(
"""
Kotlin RSocket library for type-safe serializable routing. Provides ProtoBuf implementation of `ContentSerializer`.
Expand Down

0 comments on commit f62b4a1

Please sign in to comment.