From c3f7a0f86009efe7fd2a568b743232499f95132d Mon Sep 17 00:00:00 2001 From: xiejun <xj@2023> Date: 星期四, 19 十月 2023 15:20:15 +0800 Subject: [PATCH] 人员、组织机构,查询接口调试 --- Source/UBCS/ubcs-service/ubcs-applyjtcodeservice/pom.xml | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/Source/UBCS/ubcs-service/ubcs-applyjtcodeservice/pom.xml b/Source/UBCS/ubcs-service/ubcs-applyjtcodeservice/pom.xml index 578efaa..e83446e 100644 --- a/Source/UBCS/ubcs-service/ubcs-applyjtcodeservice/pom.xml +++ b/Source/UBCS/ubcs-service/ubcs-applyjtcodeservice/pom.xml @@ -7,9 +7,10 @@ <artifactId>ubcs-service</artifactId> <version>3.0.1.RELEASE</version> </parent> + <groupId>com.vci.ubcs</groupId> <artifactId>ubcs-applyjtcodeservice</artifactId> <name>${project.artifactId}</name> - <version>${bladex.project.version}</version> + <version>3.0.1.RELEASE</version> <packaging>jar</packaging> <modelVersion>4.0.0</modelVersion> -- Gitblit v1.9.3