diff --git a/build.gradle b/build.gradle index da9c6096cc370a836b832a52e77e7666cda753d1..36a5724e21508795d5fa91299f0f2f3a4b954bcd 100644 --- a/build.gradle +++ b/build.gradle @@ -5,7 +5,7 @@ apply plugin: 'signing' // 编译脚本 buildscript { ext { - mybatisPlusVersion = "3.5.9" + mybatisPlusVersion = "3.5.10" solonVersion = "3.0.2" } diff --git a/gradle.properties b/gradle.properties index 5ab86316728afb3f3a5484247292f246ba8a646a..d55853762771c488f798a0c5686ef61ff74164ca 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,26 +1,20 @@ APP_GROUP=com.baomidou -APP_VERSION=3.5.9 - +APP_VERSION=3.5.10 SONATYPE_HOST=CENTRAL_PORTAL RELEASE_SIGNING_ENABLED=true - POM_NAME=mybatis-plus-solon-plugin POM_DESCRIPTION=MybatisPlus Solon Plugin POM_INCEPTION_YEAR=2024 POM_URL=https://github.com/baomidou/mybatis-plus-solon-plugin - POM_LICENSE_NAME=The Apache License, Version 2.0 POM_LICENSE_URL=https://www.apache.org/licenses/LICENSE-2.0 POM_LICENSE_DIST=repo - POM_SCM_URL=https://github.com/baomidou/mybatis-plus-solon-plugin POM_SCM_CONNECTION=scm:git:git://github.com/baomidou/mybatis-plus-solon-plugin.git POM_SCM_DEV_CONNECTION=scm:git:ssh://git@github.com/baomidou/mybatis-plus-solon-plugin.git - POM_DEVELOPER_ID=jobob@qq.com POM_DEVELOPER_NAME=Jobob POM_DEVELOPER_URL=https://github.com/baomidou/mybatis-plus-solon-plugin - signing.keyId=1FD337F9 signing.password=243194995 signing.secretKeyRingFile=C:/signing.gpg diff --git a/pom.xml b/pom.xml index a7af2001befe504065f01017a9cd46cc2771f6aa..f43939b02cab88dfbd29bf70cd48d12058dd60e9 100644 --- a/pom.xml +++ b/pom.xml @@ -1,12 +1,12 @@ - 4.0.0 com.baomidou mybatis-plus-solon-plugin - 3.5.9 + 3.5.10 jar @@ -82,5 +82,17 @@ test + + + + org.apache.maven.plugins + maven-compiler-plugin + + 8 + 8 + + + +