Skip to content

Commit

Permalink
chore(release): Update POM metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
gnarea committed Apr 9, 2021
1 parent 540900d commit 88b0fe5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions release.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ publishing {
pom {
name.set(rootProject.name)
description.set("DNS-over-HTTPS library")
url.set("https://github.com/relaycorp/doh-jvm")
url.set("https://github.com/relaycorp/awala-poweb-jvm")
developers {
developer {
id.set("relaycorp")
Expand All @@ -29,11 +29,11 @@ publishing {
}
}
scm {
connection.set("scm:git:https://github.com/relaycorp/doh-jvm.git")
connection.set("scm:git:https://github.com/relaycorp/awala-poweb-jvm.git")
developerConnection.set(
"scm:git:https://github.com/relaycorp/doh-jvm.git"
"scm:git:https://github.com/relaycorp/awala-poweb-jvm.git"
)
url.set("https://github.com/relaycorp/doh-jvm")
url.set("https://github.com/relaycorp/awala-poweb-jvm")
}
}
}
Expand Down

0 comments on commit 88b0fe5

Please sign in to comment.