diff --git a/mybatis-flex-annotation/pom.xml b/mybatis-flex-annotation/pom.xml
index abad4b91..95f82ca1 100644
--- a/mybatis-flex-annotation/pom.xml
+++ b/mybatis-flex-annotation/pom.xml
@@ -5,7 +5,8 @@
parent
com.mybatis-flex
- 1.11.1
+ ${revision}
+ ../pom.xml
4.0.0
diff --git a/mybatis-flex-codegen/pom.xml b/mybatis-flex-codegen/pom.xml
index aab34dde..d08a5a86 100644
--- a/mybatis-flex-codegen/pom.xml
+++ b/mybatis-flex-codegen/pom.xml
@@ -5,7 +5,8 @@
parent
com.mybatis-flex
- 1.11.1
+ ${revision}
+ ../pom.xml
4.0.0
@@ -24,7 +25,7 @@
com.mybatis-flex
mybatis-flex-core
- 1.11.1
+ ${revision}
com.mybatis-flex
@@ -121,7 +122,7 @@
com.mybatis-flex
mybatis-flex-spring
- ${mybatis-flex.version}
+ ${revision}
com.mybatis-flex
@@ -135,7 +136,7 @@
com.mybatis-flex
mybatis-flex-solon-plugin
- ${mybatis-flex.version}
+ ${revision}
com.mybatis-flex
diff --git a/mybatis-flex-core/pom.xml b/mybatis-flex-core/pom.xml
index 94081a9a..0f27f41b 100644
--- a/mybatis-flex-core/pom.xml
+++ b/mybatis-flex-core/pom.xml
@@ -5,7 +5,8 @@
parent
com.mybatis-flex
- 1.11.1
+ ${revision}
+ ../pom.xml
4.0.0
@@ -24,13 +25,13 @@
com.mybatis-flex
mybatis-flex-annotation
- ${mybatis-flex.version}
+ ${revision}
com.mybatis-flex
mybatis-flex-processor
- ${mybatis-flex.version}
+ ${revision}
@@ -102,7 +103,7 @@
com.mybatis-flex
mybatis-flex-annotation
- 1.11.1
+ ${revision}
compile
diff --git a/mybatis-flex-dependencies/pom.xml b/mybatis-flex-dependencies/pom.xml
index 3778688c..868735ed 100644
--- a/mybatis-flex-dependencies/pom.xml
+++ b/mybatis-flex-dependencies/pom.xml
@@ -4,9 +4,15 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4.0.0
- com.mybatis-flex
+
+ com.mybatis-flex
+ parent
+ ${revision}
+ ../pom.xml
+
+
mybatis-flex-dependencies
- 1.11.1
+ ${revision}
pom
@@ -48,7 +54,6 @@
- 1.11.1
@@ -56,42 +61,42 @@
com.mybatis-flex
mybatis-flex-annotation
- ${mybatis-flex.version}
+ ${revision}
com.mybatis-flex
mybatis-flex-codegen
- ${mybatis-flex.version}
+ ${revision}
com.mybatis-flex
mybatis-flex-core
- ${mybatis-flex.version}
+ ${revision}
com.mybatis-flex
mybatis-flex-processor
- ${mybatis-flex.version}
+ ${revision}
com.mybatis-flex
mybatis-flex-solon-plugin
- ${mybatis-flex.version}
+ ${revision}
com.mybatis-flex
mybatis-flex-spring
- ${mybatis-flex.version}
+ ${revision}
com.mybatis-flex
mybatis-flex-spring-boot-starter
- ${mybatis-flex.version}
+ ${revision}
com.mybatis-flex
mybatis-flex-spring-boot3-starter
- ${mybatis-flex.version}
+ ${revision}
@@ -185,6 +190,115 @@
+
+ org.codehaus.mojo
+ flatten-maven-plugin
+ ${flatten-maven-plugin.version}
+ false
+
+
+
+ flatten-effective-pom
+ process-resources
+
+ flatten
+
+
+ false
+ ${project.build.directory}/effective-pom
+ resolveCiFriendliesOnly
+
+ expand
+ expand
+ remove
+ remove
+
+
+
+
+
+ flatten
+ process-resources
+
+ flatten
+
+
+ true
+ bom
+
+ keep
+ keep
+ remove
+
+
+
+
+ flatten-clean
+ clean
+
+ clean
+
+
+
+
+
+
+ org.codehaus.mojo
+ xml-maven-plugin
+ ${xml-maven-plugin.version}
+ false
+
+
+
+ post-process-effective-pom
+ process-resources
+
+ transform
+
+
+
+
+ ${project.build.directory}/effective-pom
+ ${project.build.directory}/effective-pom
+ src/main/xslt/post-process-flattened-pom.xsl
+
+
+ indent
+ yes
+
+
+
+
+
+
+
+
+ post-process-flattened-pom
+ process-resources
+
+ transform
+
+
+
+
+ ${project.basedir}
+ ${project.basedir}
+ .flattened-pom.xml
+ src/main/xslt/post-process-flattened-pom.xsl
+
+
+ indent
+ yes
+
+
+
+
+
+
+
+
+
diff --git a/mybatis-flex-dependencies/src/main/xslt/post-process-flattened-pom.xsl b/mybatis-flex-dependencies/src/main/xslt/post-process-flattened-pom.xsl
new file mode 100644
index 00000000..9ee94eff
--- /dev/null
+++ b/mybatis-flex-dependencies/src/main/xslt/post-process-flattened-pom.xsl
@@ -0,0 +1,30 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/mybatis-flex-loveqq-starter/pom.xml b/mybatis-flex-loveqq-starter/pom.xml
index febfa860..7e085a97 100644
--- a/mybatis-flex-loveqq-starter/pom.xml
+++ b/mybatis-flex-loveqq-starter/pom.xml
@@ -6,7 +6,8 @@
com.mybatis-flex
parent
- 1.11.1
+ ${revision}
+ ../pom.xml
mybatis-flex-loveqq-starter
@@ -34,7 +35,7 @@
com.mybatis-flex
mybatis-flex-core
- ${mybatis-flex.version}
+ ${revision}
diff --git a/mybatis-flex-processor/pom.xml b/mybatis-flex-processor/pom.xml
index b4065fb5..991ddc7d 100644
--- a/mybatis-flex-processor/pom.xml
+++ b/mybatis-flex-processor/pom.xml
@@ -5,14 +5,15 @@
parent
com.mybatis-flex
- 1.11.1
+ ${revision}
+ ../pom.xml
4.0.0
mybatis-flex-processor
mybatis-flex-processor
jar
- 1.11.1
+ ${revision}
@@ -24,7 +25,7 @@
com.mybatis-flex
mybatis-flex-annotation
- 1.11.1
+ ${revision}
diff --git a/mybatis-flex-solon-plugin/pom.xml b/mybatis-flex-solon-plugin/pom.xml
index 29259fe7..4cb22020 100644
--- a/mybatis-flex-solon-plugin/pom.xml
+++ b/mybatis-flex-solon-plugin/pom.xml
@@ -5,7 +5,8 @@
parent
com.mybatis-flex
- 1.11.1
+ ${revision}
+ ../pom.xml
4.0.0
@@ -29,7 +30,7 @@
com.mybatis-flex
mybatis-flex-core
- ${mybatis-flex.version}
+ ${revision}
diff --git a/mybatis-flex-spring-boot-starter/pom.xml b/mybatis-flex-spring-boot-starter/pom.xml
index b7be56af..cabe91f9 100644
--- a/mybatis-flex-spring-boot-starter/pom.xml
+++ b/mybatis-flex-spring-boot-starter/pom.xml
@@ -5,7 +5,8 @@
parent
com.mybatis-flex
- 1.11.1
+ ${revision}
+ ../pom.xml
4.0.0
@@ -24,7 +25,7 @@
com.mybatis-flex
mybatis-flex-spring
- 1.11.1
+ ${revision}
@@ -105,7 +106,7 @@
com.mybatis-flex
mybatis-flex-core
- 1.11.1
+ ${revision}
diff --git a/mybatis-flex-spring-boot3-starter/pom.xml b/mybatis-flex-spring-boot3-starter/pom.xml
index 95afce9e..ec9dde32 100644
--- a/mybatis-flex-spring-boot3-starter/pom.xml
+++ b/mybatis-flex-spring-boot3-starter/pom.xml
@@ -6,7 +6,8 @@
com.mybatis-flex
parent
- 1.11.1
+ ${revision}
+ ../pom.xml
mybatis-flex-spring-boot3-starter
@@ -21,7 +22,7 @@
com.mybatis-flex
mybatis-flex-spring-boot-starter
- 1.11.1
+ ${revision}
org.mybatis
diff --git a/mybatis-flex-spring/pom.xml b/mybatis-flex-spring/pom.xml
index 921e5bd5..6f11974e 100644
--- a/mybatis-flex-spring/pom.xml
+++ b/mybatis-flex-spring/pom.xml
@@ -5,7 +5,8 @@
parent
com.mybatis-flex
- 1.11.1
+ ${revision}
+ ../pom.xml
4.0.0
@@ -23,7 +24,7 @@
com.mybatis-flex
mybatis-flex-core
- 1.11.1
+ ${revision}
@@ -41,16 +42,6 @@
spring-jdbc
-
- org.springframework.batch
- spring-batch-core
-
-
-
- org.springframework.batch
- spring-batch-infrastructure
-
-
com.github.gavlyukovskiy
datasource-decorator-spring-boot-autoconfigure
diff --git a/mybatis-flex-test/mybatis-flex-loveqq-test/pom.xml b/mybatis-flex-test/mybatis-flex-loveqq-test/pom.xml
index b87a40c8..7210a83a 100644
--- a/mybatis-flex-test/mybatis-flex-loveqq-test/pom.xml
+++ b/mybatis-flex-test/mybatis-flex-loveqq-test/pom.xml
@@ -6,7 +6,8 @@
mybatis-flex-test
com.mybatis-flex
- 1.11.0
+ ${revision}
+ ../pom.xml
mybatis-flex-loveqq-test
@@ -28,7 +29,7 @@
com.mybatis-flex
mybatis-flex-loveqq-starter
- ${mybatis-flex.version}
+ ${revision}
diff --git a/mybatis-flex-test/mybatis-flex-native-test/pom.xml b/mybatis-flex-test/mybatis-flex-native-test/pom.xml
index 5f9c1127..55385a7a 100644
--- a/mybatis-flex-test/mybatis-flex-native-test/pom.xml
+++ b/mybatis-flex-test/mybatis-flex-native-test/pom.xml
@@ -5,7 +5,8 @@
mybatis-flex-test
com.mybatis-flex
- 1.11.1
+ ${revision}
+ ../pom.xml
4.0.0
@@ -23,7 +24,7 @@
com.mybatis-flex
mybatis-flex-core
- ${mybatis-flex.version}
+ ${revision}
diff --git a/mybatis-flex-test/mybatis-flex-seata-test/pom.xml b/mybatis-flex-test/mybatis-flex-seata-test/pom.xml
index 753b110e..0f5f2e5a 100644
--- a/mybatis-flex-test/mybatis-flex-seata-test/pom.xml
+++ b/mybatis-flex-test/mybatis-flex-seata-test/pom.xml
@@ -4,7 +4,8 @@
mybatis-flex-test
com.mybatis-flex
- 1.11.1
+ ${revision}
+ ../pom.xml
4.0.0
@@ -21,7 +22,7 @@
com.mybatis-flex
mybatis-flex-spring-boot-starter
- ${mybatis-flex.version}
+ ${revision}
diff --git a/mybatis-flex-test/mybatis-flex-solon-test/pom.xml b/mybatis-flex-test/mybatis-flex-solon-test/pom.xml
index 987c42fc..8b623c2c 100644
--- a/mybatis-flex-test/mybatis-flex-solon-test/pom.xml
+++ b/mybatis-flex-test/mybatis-flex-solon-test/pom.xml
@@ -5,7 +5,8 @@
mybatis-flex-test
com.mybatis-flex
- 1.11.1
+ ${revision}
+ ../pom.xml
4.0.0
@@ -25,7 +26,7 @@
com.mybatis-flex
mybatis-flex-solon-plugin
- ${mybatis-flex.version}
+ ${revision}
@@ -96,7 +97,7 @@
com.mybatis-flex
mybatis-flex-processor
- ${mybatis-flex.version}
+ ${revision}
diff --git a/mybatis-flex-test/mybatis-flex-spring-boot-test/pom.xml b/mybatis-flex-test/mybatis-flex-spring-boot-test/pom.xml
index 67c3cbaf..3ccc3ee0 100644
--- a/mybatis-flex-test/mybatis-flex-spring-boot-test/pom.xml
+++ b/mybatis-flex-test/mybatis-flex-spring-boot-test/pom.xml
@@ -5,7 +5,8 @@
mybatis-flex-test
com.mybatis-flex
- 1.11.1
+ ${revision}
+ ../pom.xml
4.0.0
@@ -23,7 +24,7 @@
com.mybatis-flex
mybatis-flex-spring-boot-starter
- ${mybatis-flex.version}
+ ${revision}
@@ -43,12 +44,6 @@
1.2.18
-
- org.springframework.boot
- spring-boot-starter-batch
- ${spring-boot.version}
-
-
@@ -70,12 +65,6 @@
mysql-connector-j
-
- org.springdoc
- springdoc-openapi-ui
- 1.8.0
-
-
diff --git a/mybatis-flex-test/mybatis-flex-spring-cloud-test/pom.xml b/mybatis-flex-test/mybatis-flex-spring-cloud-test/pom.xml
index 9519541d..4386dc56 100644
--- a/mybatis-flex-test/mybatis-flex-spring-cloud-test/pom.xml
+++ b/mybatis-flex-test/mybatis-flex-spring-cloud-test/pom.xml
@@ -5,7 +5,8 @@
mybatis-flex-test
com.mybatis-flex
- 1.11.1
+ ${revision}
+ ../pom.xml
4.0.0
@@ -57,7 +58,7 @@
com.mybatis-flex
mybatis-flex-spring-boot-starter
- ${mybatis-flex.version}
+ ${revision}
@@ -81,12 +82,6 @@
spring-boot-starter-test
test
-
- com.mybatis-flex
- mybatis-flex-spring-test
- 1.10.9
- compile
-
diff --git a/mybatis-flex-test/mybatis-flex-spring-test/pom.xml b/mybatis-flex-test/mybatis-flex-spring-test/pom.xml
index 6e9517bf..d86eb7ac 100644
--- a/mybatis-flex-test/mybatis-flex-spring-test/pom.xml
+++ b/mybatis-flex-test/mybatis-flex-spring-test/pom.xml
@@ -5,7 +5,8 @@
mybatis-flex-test
com.mybatis-flex
- 1.11.1
+ ${revision}
+ ../pom.xml
4.0.0
@@ -23,13 +24,13 @@
com.mybatis-flex
mybatis-flex-core
- ${mybatis-flex.version}
+ ${revision}
com.mybatis-flex
mybatis-flex-spring
- ${mybatis-flex.version}
+ ${revision}
diff --git a/mybatis-flex-test/pom.xml b/mybatis-flex-test/pom.xml
index 9462b1f8..bae5c207 100644
--- a/mybatis-flex-test/pom.xml
+++ b/mybatis-flex-test/pom.xml
@@ -5,7 +5,8 @@
parent
com.mybatis-flex
- 1.11.1
+ ${revision}
+ ../pom.xml
4.0.0
@@ -76,7 +77,7 @@
com.mybatis-flex
mybatis-flex-processor
- ${mybatis-flex.version}
+ ${revision}
diff --git a/pom.xml b/pom.xml
index e81a4fc7..2ddd24e1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -7,7 +7,7 @@
com.mybatis-flex
parent
pom
- 1.11.1
+ ${revision}
mybatis-flex
https://mybatis-flex.com
@@ -65,7 +65,7 @@
8
8
- 1.11.1
+ 1.11.0
3.5.19
2.1.2
@@ -77,7 +77,6 @@
4.0.3
5.3.27
- 4.3.10
2.7.11
3.0.1
1.1.0-java8
@@ -181,18 +180,6 @@
${spring-boot.version}
-
- org.springframework.batch
- spring-batch-core
- ${spring-batch.version}
-
-
-
- org.springframework.batch
- spring-batch-infrastructure
- ${spring-batch.version}
-
-
junit