更新 template/entrance/pom.xml

This commit is contained in:
ycl
2025-10-14 18:16:18 +08:00
parent 24d9a93cc0
commit 5cd9248380

View File

@@ -5,16 +5,15 @@
<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>
<groupId>{{ .groupId }}</groupId> <groupId>{{ .groupId }}</groupId>
<artifactId>{{ .artifactId }}-common</artifactId> <artifactId>{{ .artifactId }}-common</artifactId>
<version>{{ .version }}</version> <version>${revision}</version>
</dependency> </dependency>
</dependencies> </dependencies>
<modules> <modules>