diff --git a/template/entrance/rpc/pom.xml b/template/entrance/rpc/pom.xml
index 857acd5..6408400 100644
--- a/template/entrance/rpc/pom.xml
+++ b/template/entrance/rpc/pom.xml
@@ -18,9 +18,10 @@
{{ .groupId }}
- {{ .parentArtifactId }}-public-api-interfaces
+ {{ .parentArtifactId }}-remote-contract-interfaces
${revision}
+
diff --git a/template/pom.xml b/template/pom.xml
index 8dad0d2..d8d1210 100644
--- a/template/pom.xml
+++ b/template/pom.xml
@@ -52,12 +52,7 @@
{{ .groupId }}
- {{ .parentArtifactId }}-public-api-types
- ${revision}
-
-
- {{ .groupId }}
- {{ .parentArtifactId }}-common
+ {{ .parentArtifactId }}-remote-contract-types
${revision}
@@ -65,6 +60,11 @@
{{ .parentArtifactId }}-client
${revision}
+
+ {{ .groupId }}
+ {{ .parentArtifactId }}-common
+ ${revision}
+
persist