From 0b841c0d0196be483551c5b7910efa152bb4b6f3 Mon Sep 17 00:00:00 2001 From: ycl Date: Tue, 21 Oct 2025 15:35:37 +0800 Subject: [PATCH] #init commit --- template/entrance/mq/pom.xml | 2 +- template/entrance/pom.xml | 5 ++--- template/entrance/web/pom.xml | 4 ++-- template/pom.xml | 1 - 4 files changed, 5 insertions(+), 7 deletions(-) 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 }} -