diff --git a/launcher/bootstrap/pom.xml b/launcher/bootstrap/pom.xml
index b7f8108..c76fd2e 100644
--- a/launcher/bootstrap/pom.xml
+++ b/launcher/bootstrap/pom.xml
@@ -7,7 +7,7 @@
me.sashegdev
ZernMCLauncher
- 1.0.11
+ ${revision}
zernmc-bootstrap
diff --git a/launcher/launcher/pom.xml b/launcher/launcher/pom.xml
index cbe5118..f343cd8 100644
--- a/launcher/launcher/pom.xml
+++ b/launcher/launcher/pom.xml
@@ -7,7 +7,7 @@
me.sashegdev
ZernMCLauncher
- 1.0.11
+ ${revision}
zernmclauncher
diff --git a/launcher/pom.xml b/launcher/pom.xml
index 7c7217a..37c76c4 100644
--- a/launcher/pom.xml
+++ b/launcher/pom.xml
@@ -6,7 +6,7 @@
4.0.0
me.sashegdev
ZernMCLauncher
- 1.0.11
+ ${revision}
pom
ZernMC Launcher Parent
@@ -18,6 +18,7 @@
+ 1.0.11
21
21
UTF-8
@@ -104,6 +105,27 @@
+
+ org.codehaus.mojo
+ flatten-maven-plugin
+ 1.6.0
+
+ true
+ resolveCiFriendliesOnly
+
+
+
+ flatten
+ process-resources
+ flatten
+
+
+ flatten-clean
+ clean
+ clean
+
+
+
org.apache.maven.plugins
maven-surefire-plugin