docs: upgrade pom for devkit-bom
This commit is contained in:
@@ -55,8 +55,8 @@ publishing {
|
||||
version = artefactVersion
|
||||
|
||||
pom {
|
||||
name = "DevKit BOM"
|
||||
description = "Using BOM could use unified OnixByte JDevKit."
|
||||
name = "OnixByte DevKit BOM"
|
||||
description = "OnixByte DevKit BOM is designed to manage dependency versions centrally."
|
||||
url = projectUrl
|
||||
|
||||
licenses {
|
||||
@@ -67,8 +67,8 @@ publishing {
|
||||
}
|
||||
|
||||
scm {
|
||||
connection = "scm:git:git://github.com:OnixByte/devkit-bom.git"
|
||||
developerConnection = "scm:git:git://github.com:OnixByte/devkit-bom.git"
|
||||
connection = "scm:git:git://github.com:onixbyte/java-dev-kit.git"
|
||||
developerConnection = "scm:git:git://github.com:OnixByte/java-dev-kit.git"
|
||||
url = projectGithubUrl
|
||||
}
|
||||
|
||||
@@ -89,8 +89,6 @@ publishing {
|
||||
}
|
||||
}
|
||||
|
||||
print(components)
|
||||
|
||||
from(components["javaPlatform"])
|
||||
|
||||
signing {
|
||||
@@ -109,4 +107,4 @@ publishing {
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user