refactor: change repository owner to HighCapable

This commit is contained in:
2023-10-05 02:50:55 +08:00
parent 7a49112446
commit 6f26fbc73e
61 changed files with 82 additions and 81 deletions

View File

@@ -7,12 +7,12 @@ kotlin.incremental.useClasspathSnapshot=true
# Project Configuration
project.name=YukiReflection
project.description=An efficient Reflection API for Java and Android built in Kotlin.
project.url=https://github.com/fankes/YukiReflection
project.url=https://github.com/HighCapable/YukiReflection
project.groupName=com.highcapable.yukireflection
project.yukireflection-core.moduleName=api
project.yukireflection-core.version="1.0.2"
project.licence.name=MIT
project.licence.url=https://github.com/fankes/YukiReflection/blob/master/LICENSE
project.licence.url=https://github.com/HighCapable/YukiReflection/blob/master/LICENSE
project.developer.id="0"
project.developer.name=fankes
project.developer.email=qzmmcn@163.com
@@ -24,6 +24,6 @@ project.samples-demo-android.versionName=universal
project.samples-demo-android.versionCode=1
project.samples-demo-jvm.groupName=${project.groupName}.demo_jvm
# Maven Publish Configuration
maven.publish.scm.connection=scm:git:git://github.com/fankes/YukiReflection.git
maven.publish.scm.developerConnection=scm:git:ssh://github.com/fankes/YukiReflection.git
maven.publish.scm.url=https://github.com/fankes/YukiReflection
maven.publish.scm.connection=scm:git:git://github.com/HighCapable/YukiReflection.git
maven.publish.scm.developerConnection=scm:git:ssh://github.com/HighCapable/YukiReflection.git
maven.publish.scm.url=https://github.com/HighCapable/YukiReflection