From e7920968b6469a10e98d7658b08bacceba74eb2f 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, 28 Jun 2023 18:02:43 +0800 Subject: [PATCH] v1.4.4 release (^.^)YYa!! --- docs/zh/faq.md | 2 +- docs/zh/intro/getting-started.md | 2 +- docs/zh/intro/maven.md | 14 +++++++------- docs/zh/others/apt.md | 2 +- docs/zh/others/codegen.md | 2 +- .../main/java/com/mybatisflex/core/FlexConsts.java | 2 +- pom.xml | 2 +- 7 files changed, 13 insertions(+), 13 deletions(-) diff --git a/docs/zh/faq.md b/docs/zh/faq.md index 85c3497e..6103f490 100644 --- a/docs/zh/faq.md +++ b/docs/zh/faq.md @@ -8,7 +8,7 @@ MyBatis-Flex 使用了 APT 技术,这两个类是自动生成的。 ## 阿里镜像找不到依赖? ```txt -Could not find artifact com.mybatis-flex:mybatis-flex-spring-boot-starter:pom:1.4.3 +Could not find artifact com.mybatis-flex:mybatis-flex-spring-boot-starter:pom:1.x.x in alimaven (http://maven.aliyun.com/nexus/content/groups/public/) ``` diff --git a/docs/zh/intro/getting-started.md b/docs/zh/intro/getting-started.md index b0f47b33..b62920d3 100644 --- a/docs/zh/intro/getting-started.md +++ b/docs/zh/intro/getting-started.md @@ -39,7 +39,7 @@ VALUES (1, '张三', 18, '2020-01-11'), com.mybatis-flex mybatis-flex-spring-boot-starter - 1.4.3 + 1.4.4 com.mysql diff --git a/docs/zh/intro/maven.md b/docs/zh/intro/maven.md index 59553e05..9245f454 100644 --- a/docs/zh/intro/maven.md +++ b/docs/zh/intro/maven.md @@ -12,12 +12,12 @@ com.mybatis-flex mybatis-flex-core - 1.4.3 + 1.4.4 com.mybatis-flex mybatis-flex-processor - 1.4.3 + 1.4.4 provided ``` @@ -28,12 +28,12 @@ com.mybatis-flex mybatis-flex-spring - 1.4.3 + 1.4.4 com.mybatis-flex mybatis-flex-processor - 1.4.3 + 1.4.4 provided `````` @@ -44,12 +44,12 @@ com.mybatis-flex mybatis-flex-spring-boot-starter - 1.4.3 + 1.4.4 com.mybatis-flex mybatis-flex-processor - 1.4.3 + 1.4.4 provided ``` @@ -70,7 +70,7 @@ com.mybatis-flex mybatis-flex-processor - 1.4.3 + 1.4.4 diff --git a/docs/zh/others/apt.md b/docs/zh/others/apt.md index d92050a3..a7c233ae 100644 --- a/docs/zh/others/apt.md +++ b/docs/zh/others/apt.md @@ -215,7 +215,7 @@ pom.xml 添加 `annotationProcessorPaths` 配置, ``` dependencies { ... - annotationProcessor 'com.mybatis-flex:mybatis-flex-processor:1.4.3' + annotationProcessor 'com.mybatis-flex:mybatis-flex-processor:1.4.4' } ``` diff --git a/docs/zh/others/codegen.md b/docs/zh/others/codegen.md index 2c3a4459..246eee21 100644 --- a/docs/zh/others/codegen.md +++ b/docs/zh/others/codegen.md @@ -10,7 +10,7 @@ com.mybatis-flex mybatis-flex-codegen - 1.4.3 + 1.4.4 ``` 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 de86903e..4be22dbb 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.3"; + public static final String VERSION = "1.4.4"; public static final String DEFAULT_PRIMARY_FIELD = "id"; diff --git a/pom.xml b/pom.xml index 71b6de11..fb09a0a2 100644 --- a/pom.xml +++ b/pom.xml @@ -51,7 +51,7 @@ - 1.4.3 + 1.4.4 8 8