diff --git a/README.md b/README.md index bd12708..73eeea0 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,11 @@ -# JDevKit +# OnixByte Toolbox ![Static Badge](https://img.shields.io/badge/dynamic/xml?url=https%3A%2F%2Frepo1.maven.org%2Fmaven2%2Fcom%2Fonixbyte%2Fdevkit-bom%2Fmaven-metadata.xml&query=%2F%2Fmetadata%2Fversioning%2Flatest&label=version) ![Static Badge](https://img.shields.io/badge/licence-Apache_2.0-green) ![Static Badge](https://img.shields.io/badge/JDK-%E2%89%A517-blue) -JDevKit is a Java Development Kit that offers a set of convenient tools for writing code efficiently. +OnixByte Toolbox is a Java Development Kit that offers a set of convenient tools for writing code efficiently. ## Installation and Usage @@ -40,4 +40,4 @@ This project is licensed under the [Apache License 2.0](LICENSE). ## Contact If you have any suggestions, ideas, don't hesitate contacting us via [GitHub Issues](https://github.com/CodeCraftersCN/jdevkit/issues/new) or [Discord Community](https://discord.gg/NQK9tjcBB8). -If you face any bugs while using our library and you are able to fix any bugs in our library, we would be happy to accept pull requests from you on [GitHub](https://github.com/CodeCraftersCN/jdevkit/compare). \ No newline at end of file +If you face any bugs while using our library and you are able to fix any bugs in our library, we would be happy to accept pull requests from you on [GitHub](https://github.com/CodeCraftersCN/jdevkit/compare). diff --git a/devkit-bom/build.gradle.kts b/devkit-bom/build.gradle.kts index 25a6def..e5c2ed2 100644 --- a/devkit-bom/build.gradle.kts +++ b/devkit-bom/build.gradle.kts @@ -67,8 +67,8 @@ publishing { } scm { - connection = "scm:git:git://github.com:onixbyte/java-dev-kit.git" - developerConnection = "scm:git:git://github.com:OnixByte/java-dev-kit.git" + connection = "scm:git:git://github.com:onixbyte/onixbyte-toolbox.git" + developerConnection = "scm:git:git://github.com:onixbyte/onixbyte-toolbox.git" url = projectGithubUrl } diff --git a/devkit-utils/build.gradle.kts b/devkit-utils/build.gradle.kts index 040bd3f..3d6bcd2 100644 --- a/devkit-utils/build.gradle.kts +++ b/devkit-utils/build.gradle.kts @@ -82,8 +82,8 @@ publishing { } scm { - connection = "scm:git:git://github.com:onixbyte/java-dev-kit.git" - developerConnection = "scm:git:git://github.com:onixbyte/java-dev-kit.git" + connection = "scm:git:git://github.com:onixbyte/onixbyte-toolbox.git" + developerConnection = "scm:git:git://github.com:onixbyte/onixbyte-toolbox.git" url = projectGithubUrl } diff --git a/gradle.properties b/gradle.properties index ed188bf..29c0ce1 100644 --- a/gradle.properties +++ b/gradle.properties @@ -16,7 +16,7 @@ # artefactVersion=2.4.0 -projectUrl=https://onixbyte.com/projects/java-dev-kit -projectGithubUrl=https://github.com/onixbyte/java-dev-kit +projectUrl=https://onixbyte.com/projects/onixbyte-toolbox +projectGithubUrl=https://github.com/onixbyte/onixbyte-toolbox licenseName=The Apache License, Version 2.0 -licenseUrl=https://onixbyte.com/projects/java-dev-kit/LICENSE.txt \ No newline at end of file +licenseUrl=https://onixbyte.com/projects/onixbyte-toolbox/LICENSE.txt diff --git a/guid/build.gradle.kts b/guid/build.gradle.kts index a65b0b7..6f357b2 100644 --- a/guid/build.gradle.kts +++ b/guid/build.gradle.kts @@ -82,8 +82,8 @@ publishing { } scm { - connection = "scm:git:git://github.com:onixbyte/java-dev-kit.git" - developerConnection = "scm:git:git://github.com:onixbyte/java-dev-kit.git" + connection = "scm:git:git://github.com:onixbyte/onixbyte-toolbox.git" + developerConnection = "scm:git:git://github.com:onixbyte/onixbyte-toolbox.git" url = projectGithubUrl } diff --git a/key-pair-loader/build.gradle.kts b/key-pair-loader/build.gradle.kts index e97043f..0ecec51 100644 --- a/key-pair-loader/build.gradle.kts +++ b/key-pair-loader/build.gradle.kts @@ -87,8 +87,8 @@ publishing { } scm { - connection = "scm:git:git://github.com:onixbyte/java-dev-kit.git" - developerConnection = "scm:git:git://github.com:onixbyte/java-dev-kit.git" + connection = "scm:git:git://github.com:onixbyte/onixbyte-toolbox.git" + developerConnection = "scm:git:git://github.com:onixbyte/onixbyte-toolbox.git" url = projectGithubUrl } diff --git a/num4j/build.gradle.kts b/num4j/build.gradle.kts index 5a1f76d..c1cf949 100644 --- a/num4j/build.gradle.kts +++ b/num4j/build.gradle.kts @@ -83,8 +83,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/onixbyte-toolbox.git" + developerConnection = "scm:git:git://github.com:onixbyte/onixbyte-toolbox.git" url = projectGithubUrl } diff --git a/simple-jwt-authzero/build.gradle.kts b/simple-jwt-authzero/build.gradle.kts index 91dc765..ccf4367 100644 --- a/simple-jwt-authzero/build.gradle.kts +++ b/simple-jwt-authzero/build.gradle.kts @@ -90,8 +90,8 @@ publishing { } scm { - connection = "scm:git:git://github.com:onixbyte/java-dev-kit.git" - developerConnection = "scm:git:git://github.com:onixbyte/java-dev-kit.git" + connection = "scm:git:git://github.com:onixbyte/onixbyte-toolbox.git" + developerConnection = "scm:git:git://github.com:onixbyte/onixbyte-toolbox.git" url = projectGithubUrl } diff --git a/simple-jwt-facade/build.gradle.kts b/simple-jwt-facade/build.gradle.kts index 0249159..b19f97b 100644 --- a/simple-jwt-facade/build.gradle.kts +++ b/simple-jwt-facade/build.gradle.kts @@ -86,8 +86,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/onixbyte-toolbox.git" + developerConnection = "scm:git:git://github.com:onixbyte/onixbyte-toolbox.git" url = projectGithubUrl } diff --git a/simple-jwt-spring-boot-starter/build.gradle.kts b/simple-jwt-spring-boot-starter/build.gradle.kts index db3f024..05e1b2b 100644 --- a/simple-jwt-spring-boot-starter/build.gradle.kts +++ b/simple-jwt-spring-boot-starter/build.gradle.kts @@ -99,8 +99,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/onixbyte-toolbox.git" + developerConnection = "scm:git:git://github.com:onixbyte/onixbyte-toolbox.git" url = projectGithubUrl }