Skip to content

Commit ccfa9a3

Browse files
committed
docs: update pom scm url
1 parent 3fc5f1d commit ccfa9a3

File tree

10 files changed

+22
-22
lines changed

10 files changed

+22
-22
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
# JDevKit
1+
# OnixByte Toolbox
22

33
![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)
44
![Static Badge](https://img.shields.io/badge/licence-Apache_2.0-green)
55
![Static Badge](https://img.shields.io/badge/JDK-%E2%89%A517-blue)
66

77

8-
JDevKit is a Java Development Kit that offers a set of convenient tools for writing code efficiently.
8+
OnixByte Toolbox is a Java Development Kit that offers a set of convenient tools for writing code efficiently.
99

1010
## Installation and Usage
1111

@@ -40,4 +40,4 @@ This project is licensed under the [Apache License 2.0](LICENSE).
4040
## Contact
4141
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).
4242

43-
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).
43+
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).

devkit-bom/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@ publishing {
6767
}
6868

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

devkit-utils/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,8 @@ publishing {
8282
}
8383

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

gradle.properties

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
#
1717

1818
artefactVersion=2.4.0
19-
projectUrl=https://onixbyte.com/projects/java-dev-kit
20-
projectGithubUrl=https://github.com/onixbyte/java-dev-kit
19+
projectUrl=https://onixbyte.com/projects/onixbyte-toolbox
20+
projectGithubUrl=https://github.com/onixbyte/onixbyte-toolbox
2121
licenseName=The Apache License, Version 2.0
22-
licenseUrl=https://onixbyte.com/projects/java-dev-kit/LICENSE.txt
22+
licenseUrl=https://onixbyte.com/projects/onixbyte-toolbox/LICENSE.txt

guid/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,8 @@ publishing {
8282
}
8383

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

key-pair-loader/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,8 @@ publishing {
8787
}
8888

8989
scm {
90-
connection = "scm:git:git://github.com:onixbyte/java-dev-kit.git"
91-
developerConnection = "scm:git:git://github.com:onixbyte/java-dev-kit.git"
90+
connection = "scm:git:git://github.com:onixbyte/onixbyte-toolbox.git"
91+
developerConnection = "scm:git:git://github.com:onixbyte/onixbyte-toolbox.git"
9292
url = projectGithubUrl
9393
}
9494

num4j/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,8 @@ publishing {
8383
}
8484

8585
scm {
86-
connection = "scm:git:git://github.com:OnixByte/JDevKit.git"
87-
developerConnection = "scm:git:git://github.com:OnixByte/JDevKit.git"
86+
connection = "scm:git:git://github.com:onixbyte/onixbyte-toolbox.git"
87+
developerConnection = "scm:git:git://github.com:onixbyte/onixbyte-toolbox.git"
8888
url = projectGithubUrl
8989
}
9090

simple-jwt-authzero/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,8 @@ publishing {
9090
}
9191

9292
scm {
93-
connection = "scm:git:git://github.com:onixbyte/java-dev-kit.git"
94-
developerConnection = "scm:git:git://github.com:onixbyte/java-dev-kit.git"
93+
connection = "scm:git:git://github.com:onixbyte/onixbyte-toolbox.git"
94+
developerConnection = "scm:git:git://github.com:onixbyte/onixbyte-toolbox.git"
9595
url = projectGithubUrl
9696
}
9797

simple-jwt-facade/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,8 @@ publishing {
8686
}
8787

8888
scm {
89-
connection = "scm:git:git://github.com:OnixByte/JDevKit.git"
90-
developerConnection = "scm:git:git://github.com:OnixByte/JDevKit.git"
89+
connection = "scm:git:git://github.com:onixbyte/onixbyte-toolbox.git"
90+
developerConnection = "scm:git:git://github.com:onixbyte/onixbyte-toolbox.git"
9191
url = projectGithubUrl
9292
}
9393

simple-jwt-spring-boot-starter/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,8 @@ publishing {
9999
}
100100

101101
scm {
102-
connection = "scm:git:git://github.com:OnixByte/JDevKit.git"
103-
developerConnection = "scm:git:git://github.com:OnixByte/JDevKit.git"
102+
connection = "scm:git:git://github.com:onixbyte/onixbyte-toolbox.git"
103+
developerConnection = "scm:git:git://github.com:onixbyte/onixbyte-toolbox.git"
104104
url = projectGithubUrl
105105
}
106106

0 commit comments

Comments
 (0)