diff --git a/.gitignore b/.gitignore
index a5d91cc8..ee141789 100644
--- a/.gitignore
+++ b/.gitignore
@@ -14,4 +14,5 @@ logs
node_modules
yarn.lock
dist
-package-lock.json
\ No newline at end of file
+package-lock.json
+.flattened-pom.xml
\ No newline at end of file
diff --git a/docs/zh/faq.md b/docs/zh/faq.md
index ae0cfab4..85c3497e 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.2
+Could not find artifact com.mybatis-flex:mybatis-flex-spring-boot-starter:pom:1.4.3
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 c9f1ea25..b0f47b33 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.2
+ 1.4.3
com.mysql
diff --git a/docs/zh/intro/maven.md b/docs/zh/intro/maven.md
index 0b56cfc4..59553e05 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.2
+ 1.4.3
com.mybatis-flex
mybatis-flex-processor
- 1.4.2
+ 1.4.3
provided
```
@@ -28,12 +28,12 @@
com.mybatis-flex
mybatis-flex-spring
- 1.4.2
+ 1.4.3
com.mybatis-flex
mybatis-flex-processor
- 1.4.2
+ 1.4.3
provided
``````
@@ -44,12 +44,12 @@
com.mybatis-flex
mybatis-flex-spring-boot-starter
- 1.4.2
+ 1.4.3
com.mybatis-flex
mybatis-flex-processor
- 1.4.2
+ 1.4.3
provided
```
@@ -70,7 +70,7 @@
com.mybatis-flex
mybatis-flex-processor
- 1.4.2
+ 1.4.3
diff --git a/docs/zh/others/apt.md b/docs/zh/others/apt.md
index 2f5e8f01..60a08709 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.2'
+ annotationProcessor 'com.mybatis-flex:mybatis-flex-processor:1.4.3'
}
```
diff --git a/docs/zh/others/codegen.md b/docs/zh/others/codegen.md
index f90382f0..2c3a4459 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.2
+ 1.4.3
```
diff --git a/pom.xml b/pom.xml
index 348e9c00..c6f8a89f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -51,7 +51,7 @@
- 1.4.2
+ 1.4.3
8
8
@@ -69,6 +69,7 @@
2.3.1
4.13.2
+ 1.5.0
@@ -286,6 +287,33 @@
+
+
+ org.codehaus.mojo
+ flatten-maven-plugin
+ ${maven_flatten_version}
+
+ true
+ oss
+
+
+
+ flatten
+ process-resources
+
+ flatten
+
+
+
+ flatten.clean
+ clean
+
+ clean
+
+
+
+
+