Skip to content

Commit

Permalink
chore: Updated DIF Definitions Parser name and description in gradle …
Browse files Browse the repository at this point in the history
…build
  • Loading branch information
dinkar-jain committed Oct 8, 2024
1 parent d9d1b36 commit dedf1fc
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,10 @@ publishing {
publications {
create<MavenPublication>("mavenJava") {
pom {
name.set("walt.id verification policies")
name.set("walt.id DIF Definitions Parser")
description.set(
"""
Kotlin/Java library for Verification Policies
Kotlin/Java library for DIF definitions parsing
""".trimIndent()
)
url.set("https://walt.id")
Expand Down

0 comments on commit dedf1fc

Please sign in to comment.