Skip to content

Commit f62b4a1

Browse files
committed
fix: publication's poms for serialization artifacts
1 parent a37b4b5 commit f62b4a1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

router-serialization/cbor/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ mavenPublishing {
1818
)
1919

2020
pom {
21-
name.set("Router Serialization (Json)")
21+
name.set("Router Serialization (Cbor)")
2222
description.set(
2323
"""
2424
Kotlin RSocket library for type-safe serializable routing. Provides Cbor implementation of `ContentSerializer`.

router-serialization/protobuf/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ mavenPublishing {
1818
)
1919

2020
pom {
21-
name.set("Router Serialization (Json)")
21+
name.set("Router Serialization (ProtoBuf)")
2222
description.set(
2323
"""
2424
Kotlin RSocket library for type-safe serializable routing. Provides ProtoBuf implementation of `ContentSerializer`.

0 commit comments

Comments
 (0)