diff --git a/template/pom.xml b/template/pom.xml index 2e4f374..a249547 100644 --- a/template/pom.xml +++ b/template/pom.xml @@ -343,8 +343,8 @@ - public_api/types - public_api/interfaces + remote_contract/types + remote_contract/interfaces public_service entrance common diff --git a/template/public_service/pom.xml b/template/public_service/pom.xml index 02c1fd7..382b4cc 100644 --- a/template/public_service/pom.xml +++ b/template/public_service/pom.xml @@ -12,7 +12,7 @@ {{ .groupId }} - {{ .artifactId }}-public-api-types + {{ .artifactId }}-remote-contract-types ${revision} diff --git a/template/public_api/dist/pom.xml b/template/remote_contract/dist/pom.xml similarity index 86% rename from template/public_api/dist/pom.xml rename to template/remote_contract/dist/pom.xml index f1e7601..217f639 100644 --- a/template/public_api/dist/pom.xml +++ b/template/remote_contract/dist/pom.xml @@ -9,12 +9,12 @@ {{ .groupId }} - {{ .artifactId }}-public-api-interfaces + {{ .artifactId }}-remote-contract-interfaces 3.0-SNAPSHOT {{ .groupId }} - {{ .artifactId }}-public-api-types + {{ .artifactId }}-remote-contract-types 3.0-SNAPSHOT @@ -35,8 +35,8 @@ - {{ .groupId }}:{{ .artifactId }}-public-api-interfaces - {{ .groupId }}:{{ .artifactId }}-public-api-types + {{ .groupId }}:{{ .artifactId }}-remote-contract-interfaces + {{ .groupId }}:{{ .artifactId }}-remote-contract-types io.github.think-1024:toco-all-spring5-springboot2-community diff --git a/template/public_api/interfaces/pom.xml b/template/remote_contract/interfaces/pom.xml similarity index 73% rename from template/public_api/interfaces/pom.xml rename to template/remote_contract/interfaces/pom.xml index 420e076..c25e800 100644 --- a/template/public_api/interfaces/pom.xml +++ b/template/remote_contract/interfaces/pom.xml @@ -4,16 +4,16 @@ {{ .groupId }} - {{ .artifactId }}-public-api + {{ .artifactId }}-remote-contract ${revision} ../pom.xml - {{ .artifactId }}-public-api-interfaces + {{ .artifactId }}-remote-contract-interfaces {{ .groupId }} - {{ .artifactId }}-public-api-types + {{ .artifactId }}-remote-contract-types ${revision} diff --git a/template/public_api/pom.xml b/template/remote_contract/pom.xml similarity index 97% rename from template/public_api/pom.xml rename to template/remote_contract/pom.xml index dff2d57..b5ef085 100644 --- a/template/public_api/pom.xml +++ b/template/remote_contract/pom.xml @@ -3,7 +3,7 @@ 4.0.0 {{ .groupId }} - {{ .artifactId }}-public-api + {{ .artifactId }}-remote-contract ${revision} pom diff --git a/template/public_api/types/pom.xml b/template/remote_contract/types/pom.xml similarity index 76% rename from template/public_api/types/pom.xml rename to template/remote_contract/types/pom.xml index e7f70ee..bb327b3 100644 --- a/template/public_api/types/pom.xml +++ b/template/remote_contract/types/pom.xml @@ -4,9 +4,9 @@ {{ .groupId }} - {{ .artifactId }}-public-api + {{ .artifactId }}-remote-contract ${revision} ../pom.xml - {{ .artifactId }}-public-api-types + {{ .artifactId }}-remote-contract-types