diff --git a/docs/zh/intro/getting-started.md b/docs/zh/intro/getting-started.md index dd8f1745..489d708f 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.2.4 + 1.2.5 com.mybatis-flex mybatis-flex-processor - 1.2.4 + 1.2.5 provided ``` @@ -46,7 +46,7 @@ Gradle示例: ```groovy // file: build.gradle ext { - mybatis_flex_version = '1.2.4' + mybatis_flex_version = '1.2.5' } 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 80dfe0cb..313bf53d 100644 --- a/docs/zh/intro/maven.md +++ b/docs/zh/intro/maven.md @@ -12,12 +12,12 @@ com.mybatis-flex mybatis-flex-core - 1.2.4 + 1.2.5 com.mybatis-flex mybatis-flex-processor - 1.2.4 + 1.2.5 provided ``` @@ -28,12 +28,12 @@ com.mybatis-flex mybatis-flex-spring - 1.2.4 + 1.2.5 com.mybatis-flex mybatis-flex-processor - 1.2.4 + 1.2.5 provided `````` @@ -44,12 +44,12 @@ com.mybatis-flex mybatis-flex-spring-boot-starter - 1.2.4 + 1.2.5 com.mybatis-flex mybatis-flex-processor - 1.2.4 + 1.2.5 provided ``` @@ -70,7 +70,7 @@ com.mybatis-flex mybatis-flex-processor - 1.2.4 + 1.2.5 diff --git a/docs/zh/others/apt.md b/docs/zh/others/apt.md index 70305086..ccd9232e 100644 --- a/docs/zh/others/apt.md +++ b/docs/zh/others/apt.md @@ -178,7 +178,7 @@ processor.baseMapperClass=com.domain.mapper.MyBaseMapper ``` dependencies { ... - annotationProcessor 'com.mybatis-flex:mybatis-flex-processor:1.2.4' + annotationProcessor 'com.mybatis-flex:mybatis-flex-processor:1.2.5' } ``` diff --git a/docs/zh/others/codegen.md b/docs/zh/others/codegen.md index 3c0d0985..7889a74f 100644 --- a/docs/zh/others/codegen.md +++ b/docs/zh/others/codegen.md @@ -9,7 +9,7 @@ com.mybatis-flex mybatis-flex-codegen - 1.2.4 + 1.2.5 ``` diff --git a/pom.xml b/pom.xml index f793cf4a..09278e80 100644 --- a/pom.xml +++ b/pom.xml @@ -7,7 +7,7 @@ com.mybatis-flex parent pom - 1.2.4 + 1.2.5 mybatis-flex https://mybatis-flex.com