diff --git a/template/entrance/mq/pom.xml b/template/entrance/mq/pom.xml
index 2f44d06..72af7e9 100644
--- a/template/entrance/mq/pom.xml
+++ b/template/entrance/mq/pom.xml
@@ -5,7 +5,7 @@
{{ .groupId }}
{{ .artifactId }}-entrance
- {{ .version }}
+ ${revision}
{{ .artifactId }}-entrance-mq
diff --git a/template/entrance/pom.xml b/template/entrance/pom.xml
index c3a0c00..e94c4d7 100644
--- a/template/entrance/pom.xml
+++ b/template/entrance/pom.xml
@@ -5,16 +5,15 @@
{{ .groupId }}
{{ .artifactId }}
- {{ .version }}
+ ${revision}
{{ .artifactId }}-entrance
- {{ .version }}
pom
{{ .groupId }}
{{ .artifactId }}-common
- {{ .version }}
+ ${revision}
diff --git a/template/entrance/web/pom.xml b/template/entrance/web/pom.xml
index c9372d5..d1979c3 100644
--- a/template/entrance/web/pom.xml
+++ b/template/entrance/web/pom.xml
@@ -4,14 +4,14 @@
{{ .groupId }}
{{ .artifactId }}-entrance
- {{ .version }}
+ ${revision}
{{ .artifactId }}-entrance-web
{{ .groupId }}
{{ .artifactId }}-entrance-mq
- {{ .version }}
+ ${revision}
diff --git a/template/pom.xml b/template/pom.xml
index b35008e..c75e590 100644
--- a/template/pom.xml
+++ b/template/pom.xml
@@ -269,7 +269,6 @@
{{- end }}
-