diff --git a/.circleci/config.yml b/.circleci/config.yml
index b629f771..a42afca5 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -69,7 +69,7 @@ commands:
- run:
name: Run Maven Jar Deploy
command: |
- mvn -s -Drevision=0.3.0-SNAPSHOT .circleci/mvn-settings.xml jar:jar deploy:deploy
+ mvn -s .circleci/mvn-settings.xml jar:jar deploy:deploy
- save_cache:
paths:
- ~/.m2
diff --git a/pom.xml b/pom.xml
index 0e78e1d0..6664339e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -137,6 +137,31 @@
+
+ org.codehaus.mojo
+ flatten-maven-plugin
+ 1.1.0
+
+ true
+ resolveCiFriendliesOnly
+
+
+
+ flatten
+ process-resources
+
+ flatten
+
+
+
+ flatten.clean
+ clean
+
+ clean
+
+
+
+
com.amashchenko.maven.plugin
gitflow-maven-plugin