diff options
author | 2016-08-27 10:25:21 +0800 | |
---|---|---|
committer | 2016-08-27 10:25:21 +0800 | |
commit | e040d41781962740921b4e93a4c455711753633f (patch) | |
tree | 2b2078ced7ec82e778b33e9a8da862c5f4414356 /common-util | |
parent | 3da758cd7ce05bc68b16e33deb75706bf8c251af (diff) |
modify the group id
Change-Id: Iad752e28f5bc01b0ef0f2973a4a6254b956691a3
Signed-off-by: tian.ming@huawei.com <tian.ming@huawei.com>
Diffstat (limited to 'common-util')
-rw-r--r-- | common-util/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common-util/pom.xml b/common-util/pom.xml index 32ce4c3..581148a 100644 --- a/common-util/pom.xml +++ b/common-util/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> |