docs: upgrade poms

This commit is contained in:
siujamo
2025-06-17 11:07:22 +08:00
parent 72bd4776ac
commit a491f32030
8 changed files with 20 additions and 20 deletions
+4 -4
View File
@@ -74,7 +74,7 @@ publishing {
version = artefactVersion
pom {
name = "Key Pair Loader"
name = "OnixByte Crypto Toolbox"
description =
"This module can easily load key pairs from a PEM content."
url = projectUrl
@@ -87,8 +87,8 @@ publishing {
}
scm {
connection = "scm:git:git://github.com:OnixByte/JDevKit.git"
developerConnection = "scm:git:git://github.com:OnixByte/JDevKit.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
}
@@ -127,4 +127,4 @@ publishing {
}
}
}
}
}