diff --git a/.gitignore b/.gitignore
index 42e16fd7..29d0410c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -33,6 +33,9 @@ build/
### VS Code ###
.vscode/
+# Maven ignore
+.flattened-pom.xml
+
### Temp ###
*.log
*.logs
diff --git a/pom.xml b/pom.xml
index ed42941e..96d39eef 100644
--- a/pom.xml
+++ b/pom.xml
@@ -33,9 +33,8 @@
+
2.3.0-SNAPSHOT
-
- 2.40.0
@@ -45,35 +44,35 @@
top.charles7c.continew
continew-admin-webapi
- ${project.version}
+ ${revision}
top.charles7c.continew
continew-admin-monitor
- ${project.version}
+ ${revision}
top.charles7c.continew
continew-admin-system
- ${project.version}
+ ${revision}
top.charles7c.continew
continew-admin-tool
- ${project.version}
+ ${revision}
top.charles7c.continew
continew-admin-common
- ${project.version}
+ ${revision}
@@ -110,7 +109,6 @@
com.diffplug.spotless
spotless-maven-plugin
- ${spotless.version}
compile
@@ -131,6 +129,31 @@
+
+
+ org.codehaus.mojo
+ flatten-maven-plugin
+
+ true
+ resolveCiFriendliesOnly
+
+
+
+ flatten
+ process-resources
+
+ flatten
+
+
+
+ flatten-clean
+ clean
+
+ clean
+
+
+
+