diff options
author | tian.ming@huawei.com <tian.ming@huawei.com> | 2016-08-27 10:25:21 +0800 |
---|---|---|
committer | tian.ming@huawei.com <tian.ming@huawei.com> | 2016-08-27 10:25:21 +0800 |
commit | e040d41781962740921b4e93a4c455711753633f (patch) | |
tree | 2b2078ced7ec82e778b33e9a8da862c5f4414356 /rest-client/pom.xml | |
parent | 3da758cd7ce05bc68b16e33deb75706bf8c251af (diff) |
modify the group id
Change-Id: Iad752e28f5bc01b0ef0f2973a4a6254b956691a3
Signed-off-by: tian.ming@huawei.com <tian.ming@huawei.com>
Diffstat (limited to 'rest-client/pom.xml')
-rw-r--r-- | rest-client/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/rest-client/pom.xml b/rest-client/pom.xml index 77ecaf8..b3a6c6a 100644 --- a/rest-client/pom.xml +++ b/rest-client/pom.xml @@ -18,7 +18,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> - <groupId>org.openo.baseservice</groupId> + <groupId>org.openo.common-services.common-utilities</groupId> <artifactId>common-setting</artifactId> <version>1.0.1-SNAPSHOT</version> </parent> @@ -27,7 +27,7 @@ </properties> <dependencies> <dependency> - <groupId>org.openo.baseservice</groupId> + <groupId>org.openo.common-services.common-utilities</groupId> <artifactId>commonlib-cbb</artifactId> <version>1.0.1-SNAPSHOT</version> </dependency> |