Jelajahi Sumber

修改描述

hubin 7 tahun lalu
induk
melakukan
8f3c431374
1 mengubah file dengan 4 tambahan dan 4 penghapusan
  1. 4 4
      build.gradle

+ 4 - 4
build.gradle

@@ -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 {