diff --git a/src/main/resources/archetype-resources/admin/pom.xml b/src/main/resources/archetype-resources/admin/pom.xml
index ebc28b2..f7e3de6 100644
--- a/src/main/resources/archetype-resources/admin/pom.xml
+++ b/src/main/resources/archetype-resources/admin/pom.xml
@@ -16,7 +16,7 @@
${groupId}
core
- 1.0
+ ${version}
javax.servlet
diff --git a/src/main/resources/archetype-resources/ear/src/main/application/META-INF/maven-application.xml b/src/main/resources/archetype-resources/ear/src/main/application/META-INF/maven-application.xml
index 1819849..a6f7bf0 100644
--- a/src/main/resources/archetype-resources/ear/src/main/application/META-INF/maven-application.xml
+++ b/src/main/resources/archetype-resources/ear/src/main/application/META-INF/maven-application.xml
@@ -1,7 +1,7 @@
#set( $symbol_pound = '#' )
#set( $symbol_dollar = '$' )
#set( $symbol_escape = '\' )
-
+
${artifactId}
diff --git a/src/main/resources/archetype-resources/frontend/pom.xml b/src/main/resources/archetype-resources/frontend/pom.xml
index 3bfcbc0..9ab4b7d 100644
--- a/src/main/resources/archetype-resources/frontend/pom.xml
+++ b/src/main/resources/archetype-resources/frontend/pom.xml
@@ -17,7 +17,7 @@
${groupId}
core
- 1.0
+ ${version}
javax.servlet