From 752a2f6c6f5502cdb3ee75eae65ef6885ce3ee46 Mon Sep 17 00:00:00 2001 From: oyo Date: Mon, 1 Jun 2026 10:54:11 +0800 Subject: [PATCH] {{ .parentArtifactId }}-remote-contract-types --- template/entrance/rpc/pom.xml | 3 ++- template/pom.xml | 12 ++++++------ 2 files changed, 8 insertions(+), 7 deletions(-) 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