Skip to content

Commit 8d03e41

Browse files
committed
chore: fix urls in pom for maven central
1 parent 3ef39d2 commit 8d03e41

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

build.gradle.kts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -72,12 +72,12 @@ fun Project.configurePublishing() {
7272
name.set(project.name)
7373
description.set(provider { project.description })
7474

75-
url.set("https://github.com/clutcher/spring-modulith-module-archunit")
75+
url.set("https://github.com/clutcher/spring-security-exception-handler")
7676

7777
licenses {
7878
license {
7979
name.set("MIT License")
80-
url.set("https://github.com/clutcher/spring-modulith-module-archunit/blob/main/LICENSE")
80+
url.set("https://github.com/clutcher/spring-security-exception-handler/blob/main/LICENSE")
8181
distribution.set("repo")
8282
}
8383
}
@@ -91,9 +91,9 @@ fun Project.configurePublishing() {
9191
}
9292

9393
scm {
94-
connection.set("scm:git:git://github.com/clutcher/spring-modulith-module-archunit.git")
95-
developerConnection.set("scm:git:ssh://github.com/clutcher/spring-modulith-module-archunit.git")
96-
url.set("https://github.com/clutcher/spring-modulith-module-archunit")
94+
connection.set("scm:git:git://github.com/clutcher/spring-security-exception-handler.git")
95+
developerConnection.set("scm:git:ssh://github.com/clutcher/spring-security-exception-handler.git")
96+
url.set("https://github.com/clutcher/spring-security-exception-handler")
9797
}
9898
}
9999
}

0 commit comments

Comments
 (0)