更新 template/entrance/web/pom.xml
This commit is contained in:
@@ -5,11 +5,10 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>{{ .groupId }}</groupId>
|
<groupId>{{ .groupId }}</groupId>
|
||||||
<artifactId>{{ .artifactId }}-entrance</artifactId>
|
<artifactId>{{ .artifactId }}-entrance</artifactId>
|
||||||
<version>{{ .version }}</version>
|
<version>${revision}</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<artifactId>{{ .artifactId }}-entrance-web</artifactId>
|
<artifactId>{{ .artifactId }}-entrance-web</artifactId>
|
||||||
<version>{{ .version }}</version>
|
|
||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
|
|
||||||
<dependencies>
|
<dependencies>
|
||||||
|
|||||||
Reference in New Issue
Block a user