From 6363cb391ef78c08fba0b96781c5fa46091e8f97 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=80=E6=BA=90=E6=B5=B7=E5=93=A5?= Date: Mon, 24 Apr 2023 16:05:33 +0800 Subject: [PATCH] v1.1.9 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-solon-plugin/pom.xml | 4 ++-- mybatis-flex-spring-boot-starter/pom.xml | 4 ++-- mybatis-flex-spring/pom.xml | 4 ++-- mybatis-flex-test/mybatis-flex-native-test/pom.xml | 6 +++--- 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 +- 11 files changed, 21 insertions(+), 21 deletions(-) diff --git a/mybatis-flex-annotation/pom.xml b/mybatis-flex-annotation/pom.xml index 87f7398d..d2eaebe4 100644 --- a/mybatis-flex-annotation/pom.xml +++ b/mybatis-flex-annotation/pom.xml @@ -5,7 +5,7 @@ parent com.mybatis-flex - 1.1.8 + 1.1.9 4.0.0 diff --git a/mybatis-flex-codegen/pom.xml b/mybatis-flex-codegen/pom.xml index 1aa7e2f8..157b4ff1 100644 --- a/mybatis-flex-codegen/pom.xml +++ b/mybatis-flex-codegen/pom.xml @@ -5,7 +5,7 @@ parent com.mybatis-flex - 1.1.8 + 1.1.9 4.0.0 @@ -27,7 +27,7 @@ com.mybatis-flex mybatis-flex-core - 1.1.8 + 1.1.9 diff --git a/mybatis-flex-core/pom.xml b/mybatis-flex-core/pom.xml index f321156c..62d29e6d 100644 --- a/mybatis-flex-core/pom.xml +++ b/mybatis-flex-core/pom.xml @@ -5,7 +5,7 @@ parent com.mybatis-flex - 1.1.8 + 1.1.9 4.0.0 @@ -21,7 +21,7 @@ com.mybatis-flex mybatis-flex-annotation - 1.1.8 + 1.1.9 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 1bac5f62..311d7cae 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 @@ -20,7 +20,7 @@ package com.mybatisflex.core; */ public class FlexConsts { public static final String NAME = "MyBatis-Flex"; - public static final String VERSION = "1.1.8"; + public static final String VERSION = "1.1.9"; public static final String DEFAULT_PRIMARY_FIELD = "id"; diff --git a/mybatis-flex-solon-plugin/pom.xml b/mybatis-flex-solon-plugin/pom.xml index ee2f3bff..98f83787 100644 --- a/mybatis-flex-solon-plugin/pom.xml +++ b/mybatis-flex-solon-plugin/pom.xml @@ -5,7 +5,7 @@ parent com.mybatis-flex - 1.1.8 + 1.1.9 4.0.0 @@ -15,7 +15,7 @@ com.mybatis-flex mybatis-flex-core - 1.1.8 + 1.1.9 diff --git a/mybatis-flex-spring-boot-starter/pom.xml b/mybatis-flex-spring-boot-starter/pom.xml index d3618e34..8219ce75 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.1.8 + 1.1.9 4.0.0 @@ -21,7 +21,7 @@ com.mybatis-flex mybatis-flex-spring - 1.1.8 + 1.1.9 diff --git a/mybatis-flex-spring/pom.xml b/mybatis-flex-spring/pom.xml index 09617b04..434586d9 100644 --- a/mybatis-flex-spring/pom.xml +++ b/mybatis-flex-spring/pom.xml @@ -5,7 +5,7 @@ parent com.mybatis-flex - 1.1.8 + 1.1.9 4.0.0 @@ -20,7 +20,7 @@ com.mybatis-flex mybatis-flex-core - 1.1.8 + 1.1.9 diff --git a/mybatis-flex-test/mybatis-flex-native-test/pom.xml b/mybatis-flex-test/mybatis-flex-native-test/pom.xml index 6cc2ab74..b5a05fdd 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.1.8 + 1.1.9 4.0.0 @@ -20,7 +20,7 @@ com.mybatis-flex mybatis-flex-core - 1.1.8 + 1.1.9 @@ -131,7 +131,7 @@ com.mybatis-flex mybatis-flex-annotation - 1.1.8 + 1.1.9 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 3739a4dc..770f2daa 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.1.8 + 1.1.9 4.0.0 @@ -21,7 +21,7 @@ com.mybatis-flex mybatis-flex-spring-boot-starter - 1.1.8 + 1.1.9 diff --git a/mybatis-flex-test/mybatis-flex-spring-test/pom.xml b/mybatis-flex-test/mybatis-flex-spring-test/pom.xml index 2baceac2..b789d660 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.1.8 + 1.1.9 4.0.0 @@ -20,13 +20,13 @@ com.mybatis-flex mybatis-flex-core - 1.1.8 + 1.1.9 com.mybatis-flex mybatis-flex-spring - 1.1.8 + 1.1.9 diff --git a/mybatis-flex-test/pom.xml b/mybatis-flex-test/pom.xml index 3d72b86c..0544dbc7 100644 --- a/mybatis-flex-test/pom.xml +++ b/mybatis-flex-test/pom.xml @@ -5,7 +5,7 @@ parent com.mybatis-flex - 1.1.8 + 1.1.9 4.0.0