diff --git a/mybatis-flex-annotation/pom.xml b/mybatis-flex-annotation/pom.xml index 31b7ae36..2bffef15 100644 --- a/mybatis-flex-annotation/pom.xml +++ b/mybatis-flex-annotation/pom.xml @@ -5,7 +5,7 @@ parent com.mybatis-flex - 1.4.7 + 1.4.8 4.0.0 @@ -24,4 +24,4 @@ mybatis - \ No newline at end of file + diff --git a/mybatis-flex-codegen/pom.xml b/mybatis-flex-codegen/pom.xml index d50793d6..d7c03002 100644 --- a/mybatis-flex-codegen/pom.xml +++ b/mybatis-flex-codegen/pom.xml @@ -5,7 +5,7 @@ parent com.mybatis-flex - 1.4.7 + 1.4.8 4.0.0 @@ -118,4 +118,4 @@ - \ No newline at end of file + diff --git a/mybatis-flex-core/pom.xml b/mybatis-flex-core/pom.xml index e2babf6d..65977141 100644 --- a/mybatis-flex-core/pom.xml +++ b/mybatis-flex-core/pom.xml @@ -5,7 +5,7 @@ parent com.mybatis-flex - 1.4.7 + 1.4.8 4.0.0 @@ -93,4 +93,4 @@ - \ No newline at end of file + diff --git a/mybatis-flex-core/src/main/java/com/mybatisflex/core/FlexConsts.java b/mybatis-flex-core/src/main/java/com/mybatisflex/core/FlexConsts.java index d23168b0..c673099c 100644 --- a/mybatis-flex-core/src/main/java/com/mybatisflex/core/FlexConsts.java +++ b/mybatis-flex-core/src/main/java/com/mybatisflex/core/FlexConsts.java @@ -23,7 +23,7 @@ public class FlexConsts { private FlexConsts() {} public static final String NAME = "MyBatis-Flex"; - public static final String VERSION = "1.4.7"; + public static final String VERSION = "1.4.8"; public static final String DEFAULT_PRIMARY_FIELD = "id"; diff --git a/mybatis-flex-processor/pom.xml b/mybatis-flex-processor/pom.xml index a7e8f870..5b8d46a1 100644 --- a/mybatis-flex-processor/pom.xml +++ b/mybatis-flex-processor/pom.xml @@ -5,7 +5,7 @@ parent com.mybatis-flex - 1.4.7 + 1.4.8 4.0.0 @@ -58,4 +58,4 @@ - \ No newline at end of file + diff --git a/mybatis-flex-solon-plugin/pom.xml b/mybatis-flex-solon-plugin/pom.xml index 6908535a..f0c513c1 100644 --- a/mybatis-flex-solon-plugin/pom.xml +++ b/mybatis-flex-solon-plugin/pom.xml @@ -5,7 +5,7 @@ parent com.mybatis-flex - 1.4.7 + 1.4.8 4.0.0 @@ -32,4 +32,4 @@ - \ No newline at end of file + diff --git a/mybatis-flex-spring-boot-starter/pom.xml b/mybatis-flex-spring-boot-starter/pom.xml index 42c97470..fd111341 100644 --- a/mybatis-flex-spring-boot-starter/pom.xml +++ b/mybatis-flex-spring-boot-starter/pom.xml @@ -5,7 +5,7 @@ parent com.mybatis-flex - 1.4.7 + 1.4.8 4.0.0 @@ -109,4 +109,4 @@ - \ No newline at end of file + diff --git a/mybatis-flex-spring/pom.xml b/mybatis-flex-spring/pom.xml index 25394fa3..0cc04f87 100644 --- a/mybatis-flex-spring/pom.xml +++ b/mybatis-flex-spring/pom.xml @@ -5,7 +5,7 @@ parent com.mybatis-flex - 1.4.7 + 1.4.8 4.0.0 @@ -43,4 +43,4 @@ - \ No newline at end of file + diff --git a/mybatis-flex-test/mybatis-flex-native-test/pom.xml b/mybatis-flex-test/mybatis-flex-native-test/pom.xml index d4f11600..dc41d794 100644 --- a/mybatis-flex-test/mybatis-flex-native-test/pom.xml +++ b/mybatis-flex-test/mybatis-flex-native-test/pom.xml @@ -5,7 +5,7 @@ mybatis-flex-test com.mybatis-flex - 1.4.7 + 1.4.8 4.0.0 @@ -130,4 +130,4 @@ - \ No newline at end of file + 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 4f5a56bf..2841d6a4 100644 --- a/mybatis-flex-test/mybatis-flex-spring-boot-test/pom.xml +++ b/mybatis-flex-test/mybatis-flex-spring-boot-test/pom.xml @@ -5,7 +5,7 @@ mybatis-flex-test com.mybatis-flex - 1.4.7 + 1.4.8 4.0.0 @@ -85,4 +85,4 @@ - \ No newline at end of file + 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 94daf3d9..7b4af058 100644 --- a/mybatis-flex-test/mybatis-flex-spring-cloud-test/pom.xml +++ b/mybatis-flex-test/mybatis-flex-spring-cloud-test/pom.xml @@ -4,7 +4,7 @@ mybatis-flex-test com.mybatis-flex - 1.4.7 + 1.4.8 4.0.0 diff --git a/mybatis-flex-test/mybatis-flex-spring-test/pom.xml b/mybatis-flex-test/mybatis-flex-spring-test/pom.xml index 951ab27d..3a9d5f43 100644 --- a/mybatis-flex-test/mybatis-flex-spring-test/pom.xml +++ b/mybatis-flex-test/mybatis-flex-spring-test/pom.xml @@ -5,7 +5,7 @@ mybatis-flex-test com.mybatis-flex - 1.4.7 + 1.4.8 4.0.0 @@ -68,4 +68,4 @@ - \ No newline at end of file + diff --git a/mybatis-flex-test/pom.xml b/mybatis-flex-test/pom.xml index ecea6958..5fa66c14 100644 --- a/mybatis-flex-test/pom.xml +++ b/mybatis-flex-test/pom.xml @@ -5,7 +5,7 @@ parent com.mybatis-flex - 1.4.7 + 1.4.8 4.0.0 @@ -54,4 +54,4 @@ - \ No newline at end of file +