Skip to content

Commit

Permalink
Update distribution package license (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
mmodzelewski authored Feb 17, 2025
1 parent 92d40de commit 6db0e8d
Showing 1 changed file with 3 additions and 3 deletions.
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

0 comments on commit 6db0e8d

Please sign in to comment.