|
@@ -118,15 +118,15 @@ uploadArchives {
|
|
|
pom.artifactId = "$project.name"
|
|
|
pom.groupId = "$project.group"
|
|
|
pom.project {
|
|
|
- name 'kisso'
|
|
|
+ name 'mybatis-plus'
|
|
|
packaging 'jar'
|
|
|
- description 'kisso is a lightweight Java SSO Framework and reusable components.'
|
|
|
- url 'https://github.com/baomidou/kisso'
|
|
|
+ description 'An enhanced toolkit of Mybatis to simplify development.'
|
|
|
+ url 'https://github.com/baomidou/mybatis-plus'
|
|
|
|
|
|
scm {
|
|
|
connection 'scm:git@github.com:Codearte/gradle-nexus-staging-plugin.git'
|
|
|
developerConnection 'scm:git@github.com:Codearte/gradle-nexus-staging-plugin.git'
|
|
|
- url 'https://github.com/baomidou/kisso'
|
|
|
+ url 'https://github.com/baomidou/mybatis-plus'
|
|
|
}
|
|
|
|
|
|
licenses {
|