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