From 70783bb50b07f0a9e29605a755a98ecc4cbc1d90 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=80=E6=BA=90=E6=B5=B7=E5=93=A5?= Date: Sat, 24 Jun 2023 15:29:15 +0800 Subject: [PATCH] v1.4.2 release (^.^)YYa!! --- mybatis-flex-codegen/pom.xml | 2 +- mybatis-flex-core/pom.xml | 4 ++-- .../src/main/java/com/mybatisflex/core/FlexConsts.java | 2 +- mybatis-flex-processor/pom.xml | 2 +- mybatis-flex-solon-plugin/pom.xml | 2 +- mybatis-flex-spring-boot-starter/pom.xml | 2 +- mybatis-flex-spring/pom.xml | 2 +- 7 files changed, 8 insertions(+), 8 deletions(-) diff --git a/mybatis-flex-codegen/pom.xml b/mybatis-flex-codegen/pom.xml index 39c8cdd0..8818c613 100644 --- a/mybatis-flex-codegen/pom.xml +++ b/mybatis-flex-codegen/pom.xml @@ -27,7 +27,7 @@ com.mybatis-flex mybatis-flex-spring - 1.4.1 + ${revision} diff --git a/mybatis-flex-core/pom.xml b/mybatis-flex-core/pom.xml index fc0745ff..51df3aca 100644 --- a/mybatis-flex-core/pom.xml +++ b/mybatis-flex-core/pom.xml @@ -22,13 +22,13 @@ com.mybatis-flex mybatis-flex-annotation - 1.4.1 + ${revision} com.mybatis-flex mybatis-flex-processor - 1.4.1 + ${revision} 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 e3e32851..683536cb 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.1"; + public static final String VERSION = "1.4.2"; public static final String DEFAULT_PRIMARY_FIELD = "id"; diff --git a/mybatis-flex-processor/pom.xml b/mybatis-flex-processor/pom.xml index 9120a7ca..def8b67c 100644 --- a/mybatis-flex-processor/pom.xml +++ b/mybatis-flex-processor/pom.xml @@ -15,7 +15,7 @@ com.mybatis-flex mybatis-flex-annotation - 1.4.1 + ${revision} diff --git a/mybatis-flex-solon-plugin/pom.xml b/mybatis-flex-solon-plugin/pom.xml index 2fdf3203..5e5b4b24 100644 --- a/mybatis-flex-solon-plugin/pom.xml +++ b/mybatis-flex-solon-plugin/pom.xml @@ -21,7 +21,7 @@ com.mybatis-flex mybatis-flex-core - 1.4.1 + ${revision} diff --git a/mybatis-flex-spring-boot-starter/pom.xml b/mybatis-flex-spring-boot-starter/pom.xml index 94ce744c..2768eff7 100644 --- a/mybatis-flex-spring-boot-starter/pom.xml +++ b/mybatis-flex-spring-boot-starter/pom.xml @@ -21,7 +21,7 @@ com.mybatis-flex mybatis-flex-spring - 1.4.1 + ${revision} diff --git a/mybatis-flex-spring/pom.xml b/mybatis-flex-spring/pom.xml index fa1c1dc0..501e14a2 100644 --- a/mybatis-flex-spring/pom.xml +++ b/mybatis-flex-spring/pom.xml @@ -20,7 +20,7 @@ com.mybatis-flex mybatis-flex-core - 1.4.1 + ${revision}