From f388c31223575ef37ecff2c9690bcdd3f55c9faa 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, 12 Jun 2023 09:50:16 +0800 Subject: [PATCH] v1.3.7 release (^.^)YYa!! --- docs/zh/intro/getting-started.md | 6 +++--- docs/zh/intro/maven.md | 14 +++++++------- docs/zh/others/apt.md | 2 +- docs/zh/others/codegen.md | 2 +- pom.xml | 2 +- 5 files changed, 13 insertions(+), 13 deletions(-) diff --git a/docs/zh/intro/getting-started.md b/docs/zh/intro/getting-started.md index 678f0d87..955e4bee 100644 --- a/docs/zh/intro/getting-started.md +++ b/docs/zh/intro/getting-started.md @@ -27,12 +27,12 @@ Maven示例: com.mybatis-flex mybatis-flex-core - 1.3.6 + 1.3.7 com.mybatis-flex mybatis-flex-processor - 1.3.6 + 1.3.7 provided ``` @@ -46,7 +46,7 @@ Gradle示例: ```groovy // file: build.gradle ext { - mybatis_flex_version = '1.3.6' + mybatis_flex_version = '1.3.7' } dependencies { implementation("com.mybatis-flex:mybatis-flex-core:${mybatis_flex_version}") diff --git a/docs/zh/intro/maven.md b/docs/zh/intro/maven.md index 83dae7f6..623eec6e 100644 --- a/docs/zh/intro/maven.md +++ b/docs/zh/intro/maven.md @@ -12,12 +12,12 @@ com.mybatis-flex mybatis-flex-core - 1.3.6 + 1.3.7 com.mybatis-flex mybatis-flex-processor - 1.3.6 + 1.3.7 provided ``` @@ -28,12 +28,12 @@ com.mybatis-flex mybatis-flex-spring - 1.3.6 + 1.3.7 com.mybatis-flex mybatis-flex-processor - 1.3.6 + 1.3.7 provided `````` @@ -44,12 +44,12 @@ com.mybatis-flex mybatis-flex-spring-boot-starter - 1.3.6 + 1.3.7 com.mybatis-flex mybatis-flex-processor - 1.3.6 + 1.3.7 provided ``` @@ -70,7 +70,7 @@ com.mybatis-flex mybatis-flex-processor - 1.3.6 + 1.3.7 diff --git a/docs/zh/others/apt.md b/docs/zh/others/apt.md index 2a6e8ec5..b2f79926 100644 --- a/docs/zh/others/apt.md +++ b/docs/zh/others/apt.md @@ -180,7 +180,7 @@ processor.baseMapperClass=com.domain.mapper.MyBaseMapper ``` dependencies { ... - annotationProcessor 'com.mybatis-flex:mybatis-flex-processor:1.3.6' + annotationProcessor 'com.mybatis-flex:mybatis-flex-processor:1.3.7' } ``` diff --git a/docs/zh/others/codegen.md b/docs/zh/others/codegen.md index 3c2b3927..7130dbf9 100644 --- a/docs/zh/others/codegen.md +++ b/docs/zh/others/codegen.md @@ -10,7 +10,7 @@ com.mybatis-flex mybatis-flex-codegen - 1.3.6 + 1.3.7 ``` diff --git a/pom.xml b/pom.xml index 3b7bb512..983216a0 100644 --- a/pom.xml +++ b/pom.xml @@ -7,7 +7,7 @@ com.mybatis-flex parent pom - 1.3.6 + 1.3.7 mybatis-flex https://mybatis-flex.com