#init commit
This commit is contained in:
@@ -5,7 +5,7 @@
|
|||||||
<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-mq</artifactId>
|
<artifactId>{{ .artifactId }}-entrance-mq</artifactId>
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|||||||
@@ -4,14 +4,14 @@
|
|||||||
<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>
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>{{ .groupId }}</groupId>
|
<groupId>{{ .groupId }}</groupId>
|
||||||
<artifactId>{{ .artifactId }}-entrance-mq</artifactId>
|
<artifactId>{{ .artifactId }}-entrance-mq</artifactId>
|
||||||
<version>{{ .version }}</version>
|
<version>${revision}</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
</project>
|
</project>
|
||||||
|
|||||||
@@ -269,7 +269,6 @@
|
|||||||
</dependency>
|
</dependency>
|
||||||
{{- end }}
|
{{- end }}
|
||||||
</dependencies>
|
</dependencies>
|
||||||
<build>
|
|
||||||
<build>
|
<build>
|
||||||
<plugins>
|
<plugins>
|
||||||
<plugin>
|
<plugin>
|
||||||
|
|||||||
Reference in New Issue
Block a user