From c65a3608f8c7cb43eb5d95f72548f60eac68b51b Mon Sep 17 00:00:00 2001 From: pbnoyz <11922388+pbnoyz@users.noreply.github.com> Date: Tue, 26 Aug 2025 22:34:28 +0800 Subject: [PATCH] fix: use ${project.version} for module deps --- mybatis-flex-codegen/pom.xml | 6 +++--- mybatis-flex-core/pom.xml | 11 ++--------- mybatis-flex-dependencies/pom.xml | 17 ++++++++--------- mybatis-flex-loveqq-starter/pom.xml | 2 +- mybatis-flex-processor/pom.xml | 4 +--- mybatis-flex-solon-plugin/pom.xml | 2 +- mybatis-flex-spring-boot-starter/pom.xml | 4 ++-- mybatis-flex-spring-boot3-starter/pom.xml | 2 +- mybatis-flex-spring/pom.xml | 2 +- .../mybatis-flex-loveqq-test/pom.xml | 2 +- .../mybatis-flex-native-test/pom.xml | 2 +- .../mybatis-flex-seata-test/pom.xml | 2 +- .../mybatis-flex-solon-test/pom.xml | 4 ++-- .../mybatis-flex-spring-boot-test/pom.xml | 2 +- .../mybatis-flex-spring-cloud-test/pom.xml | 5 +++-- .../mybatis-flex-spring-test/pom.xml | 4 ++-- mybatis-flex-test/pom.xml | 2 +- pom.xml | 3 +++ 18 files changed, 35 insertions(+), 41 deletions(-) diff --git a/mybatis-flex-codegen/pom.xml b/mybatis-flex-codegen/pom.xml index d08a5a86..f8ad97f9 100644 --- a/mybatis-flex-codegen/pom.xml +++ b/mybatis-flex-codegen/pom.xml @@ -25,7 +25,7 @@ com.mybatis-flex mybatis-flex-core - ${revision} + ${project.version} com.mybatis-flex @@ -122,7 +122,7 @@ com.mybatis-flex mybatis-flex-spring - ${revision} + ${project.version} com.mybatis-flex @@ -136,7 +136,7 @@ com.mybatis-flex mybatis-flex-solon-plugin - ${revision} + ${project.version} com.mybatis-flex diff --git a/mybatis-flex-core/pom.xml b/mybatis-flex-core/pom.xml index 0f27f41b..65c88295 100644 --- a/mybatis-flex-core/pom.xml +++ b/mybatis-flex-core/pom.xml @@ -25,13 +25,13 @@ com.mybatis-flex mybatis-flex-annotation - ${revision} + ${project.version} com.mybatis-flex mybatis-flex-processor - ${revision} + ${project.version} @@ -100,13 +100,6 @@ test - - com.mybatis-flex - mybatis-flex-annotation - ${revision} - compile - - diff --git a/mybatis-flex-dependencies/pom.xml b/mybatis-flex-dependencies/pom.xml index 868735ed..cb069fe5 100644 --- a/mybatis-flex-dependencies/pom.xml +++ b/mybatis-flex-dependencies/pom.xml @@ -12,7 +12,6 @@ mybatis-flex-dependencies - ${revision} pom @@ -61,42 +60,42 @@ com.mybatis-flex mybatis-flex-annotation - ${revision} + ${project.version} com.mybatis-flex mybatis-flex-codegen - ${revision} + ${project.version} com.mybatis-flex mybatis-flex-core - ${revision} + ${project.version} com.mybatis-flex mybatis-flex-processor - ${revision} + ${project.version} com.mybatis-flex mybatis-flex-solon-plugin - ${revision} + ${project.version} com.mybatis-flex mybatis-flex-spring - ${revision} + ${project.version} com.mybatis-flex mybatis-flex-spring-boot-starter - ${revision} + ${project.version} com.mybatis-flex mybatis-flex-spring-boot3-starter - ${revision} + ${project.version} diff --git a/mybatis-flex-loveqq-starter/pom.xml b/mybatis-flex-loveqq-starter/pom.xml index 7e085a97..445e288f 100644 --- a/mybatis-flex-loveqq-starter/pom.xml +++ b/mybatis-flex-loveqq-starter/pom.xml @@ -35,7 +35,7 @@ com.mybatis-flex mybatis-flex-core - ${revision} + ${project.version} diff --git a/mybatis-flex-processor/pom.xml b/mybatis-flex-processor/pom.xml index 991ddc7d..384bdb14 100644 --- a/mybatis-flex-processor/pom.xml +++ b/mybatis-flex-processor/pom.xml @@ -13,8 +13,6 @@ mybatis-flex-processor mybatis-flex-processor jar - ${revision} - 8 @@ -25,7 +23,7 @@ com.mybatis-flex mybatis-flex-annotation - ${revision} + ${project.version} diff --git a/mybatis-flex-solon-plugin/pom.xml b/mybatis-flex-solon-plugin/pom.xml index 4cb22020..bf5bd253 100644 --- a/mybatis-flex-solon-plugin/pom.xml +++ b/mybatis-flex-solon-plugin/pom.xml @@ -30,7 +30,7 @@ com.mybatis-flex mybatis-flex-core - ${revision} + ${project.version} diff --git a/mybatis-flex-spring-boot-starter/pom.xml b/mybatis-flex-spring-boot-starter/pom.xml index cabe91f9..16dd2373 100644 --- a/mybatis-flex-spring-boot-starter/pom.xml +++ b/mybatis-flex-spring-boot-starter/pom.xml @@ -25,7 +25,7 @@ com.mybatis-flex mybatis-flex-spring - ${revision} + ${project.version} @@ -106,7 +106,7 @@ com.mybatis-flex mybatis-flex-core - ${revision} + ${project.version} diff --git a/mybatis-flex-spring-boot3-starter/pom.xml b/mybatis-flex-spring-boot3-starter/pom.xml index ec9dde32..d4d42b1c 100644 --- a/mybatis-flex-spring-boot3-starter/pom.xml +++ b/mybatis-flex-spring-boot3-starter/pom.xml @@ -22,7 +22,7 @@ com.mybatis-flex mybatis-flex-spring-boot-starter - ${revision} + ${project.version} org.mybatis diff --git a/mybatis-flex-spring/pom.xml b/mybatis-flex-spring/pom.xml index 87b5fb62..f324950f 100644 --- a/mybatis-flex-spring/pom.xml +++ b/mybatis-flex-spring/pom.xml @@ -24,7 +24,7 @@ com.mybatis-flex mybatis-flex-core - ${revision} + ${project.version} diff --git a/mybatis-flex-test/mybatis-flex-loveqq-test/pom.xml b/mybatis-flex-test/mybatis-flex-loveqq-test/pom.xml index 7210a83a..cddb515e 100644 --- a/mybatis-flex-test/mybatis-flex-loveqq-test/pom.xml +++ b/mybatis-flex-test/mybatis-flex-loveqq-test/pom.xml @@ -29,7 +29,7 @@ com.mybatis-flex mybatis-flex-loveqq-starter - ${revision} + ${project.version diff --git a/mybatis-flex-test/mybatis-flex-native-test/pom.xml b/mybatis-flex-test/mybatis-flex-native-test/pom.xml index 55385a7a..d2235abc 100644 --- a/mybatis-flex-test/mybatis-flex-native-test/pom.xml +++ b/mybatis-flex-test/mybatis-flex-native-test/pom.xml @@ -24,7 +24,7 @@ com.mybatis-flex mybatis-flex-core - ${revision} + ${project.version} diff --git a/mybatis-flex-test/mybatis-flex-seata-test/pom.xml b/mybatis-flex-test/mybatis-flex-seata-test/pom.xml index 0f5f2e5a..e94e917c 100644 --- a/mybatis-flex-test/mybatis-flex-seata-test/pom.xml +++ b/mybatis-flex-test/mybatis-flex-seata-test/pom.xml @@ -22,7 +22,7 @@ com.mybatis-flex mybatis-flex-spring-boot-starter - ${revision} + ${project.version diff --git a/mybatis-flex-test/mybatis-flex-solon-test/pom.xml b/mybatis-flex-test/mybatis-flex-solon-test/pom.xml index 8b623c2c..9120d4dd 100644 --- a/mybatis-flex-test/mybatis-flex-solon-test/pom.xml +++ b/mybatis-flex-test/mybatis-flex-solon-test/pom.xml @@ -26,7 +26,7 @@ com.mybatis-flex mybatis-flex-solon-plugin - ${revision} + ${project.version @@ -97,7 +97,7 @@ com.mybatis-flex mybatis-flex-processor - ${revision} + ${project.version} diff --git a/mybatis-flex-test/mybatis-flex-spring-boot-test/pom.xml b/mybatis-flex-test/mybatis-flex-spring-boot-test/pom.xml index 2ba2cc11..ef7c510d 100644 --- a/mybatis-flex-test/mybatis-flex-spring-boot-test/pom.xml +++ b/mybatis-flex-test/mybatis-flex-spring-boot-test/pom.xml @@ -24,7 +24,7 @@ com.mybatis-flex mybatis-flex-spring-boot-starter - ${revision} + ${project.version} diff --git a/mybatis-flex-test/mybatis-flex-spring-cloud-test/pom.xml b/mybatis-flex-test/mybatis-flex-spring-cloud-test/pom.xml index e428c967..21bbabfa 100644 --- a/mybatis-flex-test/mybatis-flex-spring-cloud-test/pom.xml +++ b/mybatis-flex-test/mybatis-flex-spring-cloud-test/pom.xml @@ -58,7 +58,7 @@ com.mybatis-flex mybatis-flex-spring-boot-starter - ${revision} + ${project.version} @@ -85,7 +85,7 @@ com.mybatis-flex mybatis-flex-spring-test - ${revision} + ${project.version} compile @@ -95,6 +95,7 @@ org.springframework.boot spring-boot-maven-plugin + ${spring-boot.version} diff --git a/mybatis-flex-test/mybatis-flex-spring-test/pom.xml b/mybatis-flex-test/mybatis-flex-spring-test/pom.xml index d86eb7ac..ef9bdba5 100644 --- a/mybatis-flex-test/mybatis-flex-spring-test/pom.xml +++ b/mybatis-flex-test/mybatis-flex-spring-test/pom.xml @@ -24,13 +24,13 @@ com.mybatis-flex mybatis-flex-core - ${revision} + ${project.version} com.mybatis-flex mybatis-flex-spring - ${revision} + ${project.version} diff --git a/mybatis-flex-test/pom.xml b/mybatis-flex-test/pom.xml index bae5c207..312737cf 100644 --- a/mybatis-flex-test/pom.xml +++ b/mybatis-flex-test/pom.xml @@ -77,7 +77,7 @@ com.mybatis-flex mybatis-flex-processor - ${revision} + ${project.version} diff --git a/pom.xml b/pom.xml index 78ac0ced..e4d1666e 100644 --- a/pom.xml +++ b/pom.xml @@ -62,6 +62,9 @@ + UTF-8 + UTF-8 + UTF-8 8 8