diff --git a/docs/zh/faq.md b/docs/zh/faq.md index e0632b14..ae0cfab4 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.1 +Could not find artifact com.mybatis-flex:mybatis-flex-spring-boot-starter:pom:1.4.2 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 c4b21de6..c9f1ea25 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.1 + 1.4.2 com.mysql diff --git a/docs/zh/intro/maven.md b/docs/zh/intro/maven.md index c8152f5f..0b56cfc4 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.1 + 1.4.2 com.mybatis-flex mybatis-flex-processor - 1.4.1 + 1.4.2 provided ``` @@ -28,12 +28,12 @@ com.mybatis-flex mybatis-flex-spring - 1.4.1 + 1.4.2 com.mybatis-flex mybatis-flex-processor - 1.4.1 + 1.4.2 provided `````` @@ -44,12 +44,12 @@ com.mybatis-flex mybatis-flex-spring-boot-starter - 1.4.1 + 1.4.2 com.mybatis-flex mybatis-flex-processor - 1.4.1 + 1.4.2 provided ``` @@ -70,7 +70,7 @@ com.mybatis-flex mybatis-flex-processor - 1.4.1 + 1.4.2 diff --git a/docs/zh/others/apt.md b/docs/zh/others/apt.md index bbae3804..2f5e8f01 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.1' + annotationProcessor 'com.mybatis-flex:mybatis-flex-processor:1.4.2' } ``` diff --git a/docs/zh/others/codegen.md b/docs/zh/others/codegen.md index b5c32647..f90382f0 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.1 + 1.4.2 ``` diff --git a/pom.xml b/pom.xml index 69b6551c..7167b50c 100644 --- a/pom.xml +++ b/pom.xml @@ -51,7 +51,7 @@ - 1.4.1 + 1.4.2 8 8