From 548f4da750beb58fbdffe0c1ad30063610cea850 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 18:43:55 +0800 Subject: [PATCH] v1.4.3 release (^.^)YYa!! --- mybatis-flex-annotation/pom.xml | 2 ++ mybatis-flex-codegen/pom.xml | 2 ++ mybatis-flex-core/pom.xml | 2 ++ .../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 ++ mybatis-flex-test/mybatis-flex-native-test/pom.xml | 2 ++ mybatis-flex-test/mybatis-flex-spring-boot-test/pom.xml | 1 + mybatis-flex-test/mybatis-flex-spring-cloud-test/pom.xml | 1 + mybatis-flex-test/mybatis-flex-spring-test/pom.xml | 2 ++ mybatis-flex-test/pom.xml | 1 + 13 files changed, 22 insertions(+), 1 deletion(-) diff --git a/mybatis-flex-annotation/pom.xml b/mybatis-flex-annotation/pom.xml index 0c47f4d9..06c25031 100644 --- a/mybatis-flex-annotation/pom.xml +++ b/mybatis-flex-annotation/pom.xml @@ -10,6 +10,8 @@ 4.0.0 mybatis-flex-annotation + jar + ${project.artifactId} diff --git a/mybatis-flex-codegen/pom.xml b/mybatis-flex-codegen/pom.xml index 8818c613..87577c02 100644 --- a/mybatis-flex-codegen/pom.xml +++ b/mybatis-flex-codegen/pom.xml @@ -10,6 +10,8 @@ 4.0.0 mybatis-flex-codegen + jar + ${project.artifactId} 8 diff --git a/mybatis-flex-core/pom.xml b/mybatis-flex-core/pom.xml index 3f767b8b..c4ec05b8 100644 --- a/mybatis-flex-core/pom.xml +++ b/mybatis-flex-core/pom.xml @@ -10,6 +10,8 @@ 4.0.0 mybatis-flex-core + jar + ${project.artifactId} 8 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 683536cb..de86903e 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.2"; + public static final String VERSION = "1.4.3"; public static final String DEFAULT_PRIMARY_FIELD = "id"; diff --git a/mybatis-flex-processor/pom.xml b/mybatis-flex-processor/pom.xml index 96d06fe5..24729bae 100644 --- a/mybatis-flex-processor/pom.xml +++ b/mybatis-flex-processor/pom.xml @@ -10,6 +10,8 @@ 4.0.0 mybatis-flex-processor + jar + ${project.artifactId} diff --git a/mybatis-flex-solon-plugin/pom.xml b/mybatis-flex-solon-plugin/pom.xml index 5e5b4b24..20195de7 100644 --- a/mybatis-flex-solon-plugin/pom.xml +++ b/mybatis-flex-solon-plugin/pom.xml @@ -10,6 +10,8 @@ 4.0.0 mybatis-flex-solon-plugin + jar + ${project.artifactId} diff --git a/mybatis-flex-spring-boot-starter/pom.xml b/mybatis-flex-spring-boot-starter/pom.xml index 2768eff7..7b15f8c7 100644 --- a/mybatis-flex-spring-boot-starter/pom.xml +++ b/mybatis-flex-spring-boot-starter/pom.xml @@ -10,6 +10,8 @@ 4.0.0 mybatis-flex-spring-boot-starter + jar + ${project.artifactId} 8 diff --git a/mybatis-flex-spring/pom.xml b/mybatis-flex-spring/pom.xml index 501e14a2..f68d6d48 100644 --- a/mybatis-flex-spring/pom.xml +++ b/mybatis-flex-spring/pom.xml @@ -10,6 +10,8 @@ 4.0.0 mybatis-flex-spring + jar + ${project.artifactId} 8 diff --git a/mybatis-flex-test/mybatis-flex-native-test/pom.xml b/mybatis-flex-test/mybatis-flex-native-test/pom.xml index 1e9b73e3..5ec0c631 100644 --- a/mybatis-flex-test/mybatis-flex-native-test/pom.xml +++ b/mybatis-flex-test/mybatis-flex-native-test/pom.xml @@ -10,6 +10,8 @@ 4.0.0 mybatis-flex-native-test + jar + ${project.artifactId} 8 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 2544b294..cd800308 100644 --- a/mybatis-flex-test/mybatis-flex-spring-boot-test/pom.xml +++ b/mybatis-flex-test/mybatis-flex-spring-boot-test/pom.xml @@ -11,6 +11,7 @@ mybatis-flex-spring-boot-test jar + ${project.artifactId} 8 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 d9c253d0..57c8e135 100644 --- a/mybatis-flex-test/mybatis-flex-spring-cloud-test/pom.xml +++ b/mybatis-flex-test/mybatis-flex-spring-cloud-test/pom.xml @@ -10,6 +10,7 @@ mybatis-flex-spring-cloud-test jar + ${project.artifactId} 1.8 diff --git a/mybatis-flex-test/mybatis-flex-spring-test/pom.xml b/mybatis-flex-test/mybatis-flex-spring-test/pom.xml index 2e95f85c..60e7663b 100644 --- a/mybatis-flex-test/mybatis-flex-spring-test/pom.xml +++ b/mybatis-flex-test/mybatis-flex-spring-test/pom.xml @@ -10,6 +10,8 @@ 4.0.0 mybatis-flex-spring-test + jar + ${project.artifactId} 8 diff --git a/mybatis-flex-test/pom.xml b/mybatis-flex-test/pom.xml index e598ed12..212c509f 100644 --- a/mybatis-flex-test/pom.xml +++ b/mybatis-flex-test/pom.xml @@ -11,6 +11,7 @@ mybatis-flex-test pom + ${project.artifactId} mybatis-flex-native-test