Skip to content
This repository was archived by the owner on Jun 24, 2025. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions java-sdk/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,12 @@ publishing {
from(components["java"])

pom {
name = "Iggy Java Client SDK"
description = "Official Java client SDK for Iggy.rs message streaming"
name = "Apache Iggy Java Client SDK"
description = "Official Java client SDK for Apache Iggy message streaming"
url = "https://github.com/iggy-rs/iggy-java-client"
licenses {
license {
name = "MIT License"
name = "Apache License, Version 2.0"
url = "https://github.com/iggy-rs/iggy-java-client/blob/main/LICENSE"
}
}
Expand Down
Loading