From b5ffb6f76059f664019870dc71c721faa7337b78 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=80=E6=BA=90=E6=B5=B7=E5=93=A5?= Date: Thu, 13 Jul 2023 10:52:08 +0800 Subject: [PATCH] build: v1.4.9 release (^.^)YYa!! --- 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 +- pom.xml | 4 ++-- 5 files changed, 12 insertions(+), 12 deletions(-) diff --git a/docs/zh/intro/getting-started.md b/docs/zh/intro/getting-started.md index 4100029d..cc1e30f9 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.8 + 1.4.9 com.mysql diff --git a/docs/zh/intro/maven.md b/docs/zh/intro/maven.md index 90ce08a1..0b893601 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.8 + 1.4.9 com.mybatis-flex mybatis-flex-processor - 1.4.8 + 1.4.9 provided ``` @@ -28,12 +28,12 @@ com.mybatis-flex mybatis-flex-spring - 1.4.8 + 1.4.9 com.mybatis-flex mybatis-flex-processor - 1.4.8 + 1.4.9 provided `````` @@ -44,12 +44,12 @@ com.mybatis-flex mybatis-flex-spring-boot-starter - 1.4.8 + 1.4.9 com.mybatis-flex mybatis-flex-processor - 1.4.8 + 1.4.9 provided ``` @@ -70,7 +70,7 @@ com.mybatis-flex mybatis-flex-processor - 1.4.8 + 1.4.9 diff --git a/docs/zh/others/apt.md b/docs/zh/others/apt.md index ed51ea78..86b1726e 100644 --- a/docs/zh/others/apt.md +++ b/docs/zh/others/apt.md @@ -218,7 +218,7 @@ pom.xml 添加 `annotationProcessorPaths` 配置, ``` dependencies { ... - annotationProcessor 'com.mybatis-flex:mybatis-flex-processor:1.4.8' + annotationProcessor 'com.mybatis-flex:mybatis-flex-processor:1.4.9' } ``` diff --git a/docs/zh/others/codegen.md b/docs/zh/others/codegen.md index 8266cec8..fe793208 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.8 + 1.4.9 ``` diff --git a/pom.xml b/pom.xml index e1339d45..7a3f43cb 100644 --- a/pom.xml +++ b/pom.xml @@ -7,7 +7,7 @@ com.mybatis-flex parent pom - 1.4.8 + 1.4.9 mybatis-flex https://mybatis-flex.com @@ -54,7 +54,7 @@ 8 8 - 1.4.8 + 1.4.9 3.5.13 2.1.0