#init commit

This commit is contained in:
ycl
2025-10-21 15:35:37 +08:00
parent 80981f5e96
commit 0b841c0d01
4 changed files with 5 additions and 7 deletions

View File

@@ -5,7 +5,7 @@
<parent>
<groupId>{{ .groupId }}</groupId>
<artifactId>{{ .artifactId }}-entrance</artifactId>
<version>{{ .version }}</version>
<version>${revision}</version>
</parent>
<artifactId>{{ .artifactId }}-entrance-mq</artifactId>

View File

@@ -5,16 +5,15 @@
<parent>
<groupId>{{ .groupId }}</groupId>
<artifactId>{{ .artifactId }}</artifactId>
<version>{{ .version }}</version>
<version>${revision}</version>
</parent>
<artifactId>{{ .artifactId }}-entrance</artifactId>
<version>{{ .version }}</version>
<packaging>pom</packaging>
<dependencies>
<dependency>
<groupId>{{ .groupId }}</groupId>
<artifactId>{{ .artifactId }}-common</artifactId>
<version>{{ .version }}</version>
<version>${revision}</version>
</dependency>
</dependencies>
<modules>

View File

@@ -4,14 +4,14 @@
<parent>
<groupId>{{ .groupId }}</groupId>
<artifactId>{{ .artifactId }}-entrance</artifactId>
<version>{{ .version }}</version>
<version>${revision}</version>
</parent>
<artifactId>{{ .artifactId }}-entrance-web</artifactId>
<dependencies>
<dependency>
<groupId>{{ .groupId }}</groupId>
<artifactId>{{ .artifactId }}-entrance-mq</artifactId>
<version>{{ .version }}</version>
<version>${revision}</version>
</dependency>
</dependencies>
</project>

View File

@@ -269,7 +269,6 @@
</dependency>
{{- end }}
</dependencies>
<build>
<build>
<plugins>
<plugin>