Skip to content

Commit faa9c21

Browse files
committed
docs: upgrade pom for devkit-bom
1 parent 9013b62 commit faa9c21

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

devkit-bom/build.gradle.kts

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ publishing {
5555
version = artefactVersion
5656

5757
pom {
58-
name = "DevKit BOM"
59-
description = "Using BOM could use unified OnixByte JDevKit."
58+
name = "OnixByte DevKit BOM"
59+
description = "OnixByte DevKit BOM is designed to manage dependency versions centrally."
6060
url = projectUrl
6161

6262
licenses {
@@ -67,8 +67,8 @@ publishing {
6767
}
6868

6969
scm {
70-
connection = "scm:git:git://github.com:OnixByte/devkit-bom.git"
71-
developerConnection = "scm:git:git://github.com:OnixByte/devkit-bom.git"
70+
connection = "scm:git:git://github.com:onixbyte/java-dev-kit.git"
71+
developerConnection = "scm:git:git://github.com:OnixByte/java-dev-kit.git"
7272
url = projectGithubUrl
7373
}
7474

@@ -89,8 +89,6 @@ publishing {
8989
}
9090
}
9191

92-
print(components)
93-
9492
from(components["javaPlatform"])
9593

9694
signing {
@@ -109,4 +107,4 @@ publishing {
109107
}
110108
}
111109
}
112-
}
110+
}

0 commit comments

Comments
 (0)