From 5c51f3179bcd594de1a3f3513cff77d75866a11d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=80=E6=BA=90=E6=B5=B7=E5=93=A5?= Date: Wed, 29 Mar 2023 15:19:45 +0800 Subject: [PATCH] v1.0.5 release (^.^)YYa!! --- mybatis-flex-annotation/pom.xml | 2 +- mybatis-flex-codegen/pom.xml | 4 ++-- mybatis-flex-core/pom.xml | 4 ++-- .../src/main/java/com/mybatisflex/core/FlexConsts.java | 2 +- mybatis-flex-spring-boot-starter/pom.xml | 4 ++-- mybatis-flex-spring/pom.xml | 4 ++-- mybatis-flex-test/mybatis-flex-native-test/pom.xml | 4 ++-- mybatis-flex-test/mybatis-flex-spring-boot-test/pom.xml | 4 ++-- mybatis-flex-test/mybatis-flex-spring-test/pom.xml | 6 +++--- mybatis-flex-test/pom.xml | 2 +- 10 files changed, 18 insertions(+), 18 deletions(-) diff --git a/mybatis-flex-annotation/pom.xml b/mybatis-flex-annotation/pom.xml index 6d1e1af7..860a4bab 100644 --- a/mybatis-flex-annotation/pom.xml +++ b/mybatis-flex-annotation/pom.xml @@ -5,7 +5,7 @@ parent com.mybatis-flex - 1.0.4 + 1.0.5 4.0.0 diff --git a/mybatis-flex-codegen/pom.xml b/mybatis-flex-codegen/pom.xml index 781518a1..1abbba1c 100644 --- a/mybatis-flex-codegen/pom.xml +++ b/mybatis-flex-codegen/pom.xml @@ -5,7 +5,7 @@ parent com.mybatis-flex - 1.0.4 + 1.0.5 4.0.0 @@ -27,7 +27,7 @@ com.mybatis-flex mybatis-flex-core - 1.0.4 + 1.0.5 diff --git a/mybatis-flex-core/pom.xml b/mybatis-flex-core/pom.xml index c5c0bf2c..886aa780 100644 --- a/mybatis-flex-core/pom.xml +++ b/mybatis-flex-core/pom.xml @@ -5,7 +5,7 @@ parent com.mybatis-flex - 1.0.4 + 1.0.5 4.0.0 @@ -21,7 +21,7 @@ com.mybatis-flex mybatis-flex-annotation - 1.0.4 + 1.0.5 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 a23bec6a..ddec3b00 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 @@ -19,7 +19,7 @@ package com.mybatisflex.core; * Mybatis-Flex 可能用到的静态常量 */ public class FlexConsts { - public static final String VERSION = "1.0.4"; + public static final String VERSION = "1.0.5"; public static final String DEFAULT_PRIMARY_FIELD = "id"; diff --git a/mybatis-flex-spring-boot-starter/pom.xml b/mybatis-flex-spring-boot-starter/pom.xml index 7abf3ae9..a64e1b8d 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.0.4 + 1.0.5 4.0.0 @@ -21,7 +21,7 @@ com.mybatis-flex mybatis-flex-spring - 1.0.4 + 1.0.5 diff --git a/mybatis-flex-spring/pom.xml b/mybatis-flex-spring/pom.xml index 5083a5f5..90d57c92 100644 --- a/mybatis-flex-spring/pom.xml +++ b/mybatis-flex-spring/pom.xml @@ -5,7 +5,7 @@ parent com.mybatis-flex - 1.0.4 + 1.0.5 4.0.0 @@ -20,7 +20,7 @@ com.mybatis-flex mybatis-flex-core - 1.0.4 + 1.0.5 diff --git a/mybatis-flex-test/mybatis-flex-native-test/pom.xml b/mybatis-flex-test/mybatis-flex-native-test/pom.xml index 08cc457f..8ee62f6b 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.0.4 + 1.0.5 4.0.0 @@ -20,7 +20,7 @@ com.mybatis-flex mybatis-flex-core - 1.0.4 + 1.0.5 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 2f6b46b3..66fca1c3 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.0.4 + 1.0.5 4.0.0 @@ -21,7 +21,7 @@ com.mybatis-flex mybatis-flex-spring-boot-starter - 1.0.4 + 1.0.5 diff --git a/mybatis-flex-test/mybatis-flex-spring-test/pom.xml b/mybatis-flex-test/mybatis-flex-spring-test/pom.xml index 3ba5dcfa..d8af28ee 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.0.4 + 1.0.5 4.0.0 @@ -20,13 +20,13 @@ com.mybatis-flex mybatis-flex-core - 1.0.4 + 1.0.5 com.mybatis-flex mybatis-flex-spring - 1.0.4 + 1.0.5 diff --git a/mybatis-flex-test/pom.xml b/mybatis-flex-test/pom.xml index a68dcdca..4a9ad543 100644 --- a/mybatis-flex-test/pom.xml +++ b/mybatis-flex-test/pom.xml @@ -5,7 +5,7 @@ parent com.mybatis-flex - 1.0.4 + 1.0.5 4.0.0