From 2b436dd385bf7f5df9855b75cfb89b93eae1bf6e Mon Sep 17 00:00:00 2001 From: ludc Date: 星期三, 02 八月 2023 11:03:53 +0800 Subject: [PATCH] 修改集成服务包名 --- Source/UBCS/ubcs-service/ubcs-applyjtcodeservice/pom.xml | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Source/UBCS/ubcs-service/ubcs-webservice/pom.xml b/Source/UBCS/ubcs-service/ubcs-applyjtcodeservice/pom.xml similarity index 95% rename from Source/UBCS/ubcs-service/ubcs-webservice/pom.xml rename to Source/UBCS/ubcs-service/ubcs-applyjtcodeservice/pom.xml index df27794..578efaa 100644 --- a/Source/UBCS/ubcs-service/ubcs-webservice/pom.xml +++ b/Source/UBCS/ubcs-service/ubcs-applyjtcodeservice/pom.xml @@ -7,7 +7,7 @@ <artifactId>ubcs-service</artifactId> <version>3.0.1.RELEASE</version> </parent> - <artifactId>ubcs-webservice</artifactId> + <artifactId>ubcs-applyjtcodeservice</artifactId> <name>${project.artifactId}</name> <version>${bladex.project.version}</version> <packaging>jar</packaging> @@ -41,7 +41,7 @@ </dependency> <dependency> <groupId>com.vci.ubcs</groupId> - <artifactId>ubcs-webservice-api</artifactId> + <artifactId>ubcs-applyjtcodeservice-api</artifactId> <version>3.0.1.RELEASE</version> <scope>compile</scope> </dependency> -- Gitblit v1.9.3