From 2132785a86428872de77e14111d1f03e33c5166e Mon Sep 17 00:00:00 2001 From: xieshuang <1312544013@qq.com> Date: Mon, 13 Jan 2025 10:14:28 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E8=B7=9F=E9=9A=8F=20mybatis-plus=20?= =?UTF-8?q?=E5=8D=87=E7=BA=A7=E7=89=88=E6=9C=AC=E5=88=B0=203.5.10?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.gradle | 2 +- gradle.properties | 8 +------- pom.xml | 18 +++++++++++++++--- 3 files changed, 17 insertions(+), 11 deletions(-) diff --git a/build.gradle b/build.gradle index da9c609..36a5724 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 5ab8631..d558537 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 a7af200..f43939b 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 + + + + -- Gitee