Skip to content

Commit 72bd477

Browse files
committed
docs: upgrade pom for devkit-utils
1 parent faa9c21 commit 72bd477

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

devkit-utils/build.gradle.kts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ publishing {
7070
version = artefactVersion
7171

7272
pom {
73-
name = "DevKit - Utils"
73+
name = "OnixByte DevKit Utils"
7474
description = "The utils module of JDevKit."
7575
url = projectUrl
7676

@@ -82,8 +82,8 @@ publishing {
8282
}
8383

8484
scm {
85-
connection = "scm:git:git://github.com:OnixByte/JDevKit.git"
86-
developerConnection = "scm:git:git://github.com:OnixByte/JDevKit.git"
85+
connection = "scm:git:git://github.com:onixbyte/java-dev-kit.git"
86+
developerConnection = "scm:git:git://github.com:onixbyte/java-dev-kit.git"
8787
url = projectGithubUrl
8888
}
8989

@@ -122,4 +122,4 @@ publishing {
122122
}
123123
}
124124
}
125-
}
125+
}

0 commit comments

Comments
 (0)