diff options
author | j180240 <jiaxiangli@huawei.com> | 2016-09-14 15:55:17 +0800 |
---|---|---|
committer | j180240 <jiaxiangli@huawei.com> | 2016-09-14 15:55:17 +0800 |
commit | 2c0dc0d3729fae91cafd8c1843c2aa3357a056f1 (patch) | |
tree | c2db9adfae757a95360291a4be615b1a92c45820 /openo-portal | |
parent | d089cf2631c2d647b97977bff905a2bdbff93986 (diff) |
update group id
Change-Id: I6ba011c245b21e7fa1e34a79db546fa6f864d82b
Signed-off-by: jiaxiangli <jiaxiangli@huawei.com>
Diffstat (limited to 'openo-portal')
-rw-r--r-- | openo-portal/module/lifecyclemgr/pom.xml | 3 | ||||
-rw-r--r-- | openo-portal/pom.xml | 2 | ||||
-rw-r--r-- | openo-portal/portal-common/pom.xml | 1 |
3 files changed, 1 insertions, 5 deletions
diff --git a/openo-portal/module/lifecyclemgr/pom.xml b/openo-portal/module/lifecyclemgr/pom.xml index a3b4b294..249d97c3 100644 --- a/openo-portal/module/lifecyclemgr/pom.xml +++ b/openo-portal/module/lifecyclemgr/pom.xml @@ -19,13 +19,12 @@ <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 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>openo-portal</groupId>
+ <groupId>org.openo.gso.gui</groupId>
<artifactId>openo-portal</artifactId>
<version>1.0.0-SNAPSHOT</version>
<relativePath></relativePath>
</parent>
- <groupId>openo-portal.module.lifecyclemgr</groupId>
<artifactId>module-lifecyclemgr</artifactId>
<version>1.0.0-SNAPSHOT</version>
<packaging>pom</packaging>
diff --git a/openo-portal/pom.xml b/openo-portal/pom.xml index 59dc0776..38cd3491 100644 --- a/openo-portal/pom.xml +++ b/openo-portal/pom.xml @@ -24,9 +24,7 @@ <relativePath></relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
- <groupId>openo-portal</groupId>
<artifactId>openo-portal</artifactId>
- <version>1.0.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>portal</name>
diff --git a/openo-portal/portal-common/pom.xml b/openo-portal/portal-common/pom.xml index 1ff1457b..ed95f114 100644 --- a/openo-portal/portal-common/pom.xml +++ b/openo-portal/portal-common/pom.xml @@ -25,7 +25,6 @@ <relativePath></relativePath>
</parent>
- <groupId>openo-portal.common</groupId>
<artifactId>common</artifactId>
<version>1.0.0-SNAPSHOT</version>
<packaging>pom</packaging>
|