diff --git a/deploy.sh b/deploy.sh deleted file mode 100755 index 9c148e26..00000000 --- a/deploy.sh +++ /dev/null @@ -1,2 +0,0 @@ -# gpgconf --kill gpg-agent - mvn deploy -pl "parent,mybatis-flex-annotation,mybatis-flex-codegen,mybatis-flex-core,mybatis-flex-spring,mybatis-flex-spring-boot-starter" -e -P release \ No newline at end of file diff --git a/docs/zh/intro/getting-started.md b/docs/zh/intro/getting-started.md index fffa7572..b7949782 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.2 + 1.3.3 com.mybatis-flex mybatis-flex-processor - 1.3.2 + 1.3.3 provided ``` @@ -46,7 +46,7 @@ Gradle示例: ```groovy // file: build.gradle ext { - mybatis_flex_version = '1.3.2' + mybatis_flex_version = '1.3.3' } 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 fc1d6f56..250c6229 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.2 + 1.3.3 com.mybatis-flex mybatis-flex-processor - 1.3.2 + 1.3.3 provided ``` @@ -28,12 +28,12 @@ com.mybatis-flex mybatis-flex-spring - 1.3.2 + 1.3.3 com.mybatis-flex mybatis-flex-processor - 1.3.2 + 1.3.3 provided `````` @@ -44,12 +44,12 @@ com.mybatis-flex mybatis-flex-spring-boot-starter - 1.3.2 + 1.3.3 com.mybatis-flex mybatis-flex-processor - 1.3.2 + 1.3.3 provided ``` @@ -70,7 +70,7 @@ com.mybatis-flex mybatis-flex-processor - 1.3.2 + 1.3.3 diff --git a/docs/zh/others/apt.md b/docs/zh/others/apt.md index 83db7798..3b464c34 100644 --- a/docs/zh/others/apt.md +++ b/docs/zh/others/apt.md @@ -179,7 +179,7 @@ processor.baseMapperClass=com.domain.mapper.MyBaseMapper ``` dependencies { ... - annotationProcessor 'com.mybatis-flex:mybatis-flex-processor:1.3.2' + annotationProcessor 'com.mybatis-flex:mybatis-flex-processor:1.3.3' } ``` diff --git a/docs/zh/others/codegen.md b/docs/zh/others/codegen.md index 9beed72f..b8763f48 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.2 + 1.3.3 ``` diff --git a/pom.xml b/pom.xml index 49671dd9..30dc4c6b 100644 --- a/pom.xml +++ b/pom.xml @@ -7,7 +7,7 @@ com.mybatis-flex parent pom - 1.3.2 + 1.3.3 mybatis-flex https://mybatis-flex.com