aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--openo-portal/module/lifecyclemgr/pom.xml3
-rw-r--r--openo-portal/pom.xml2
-rw-r--r--openo-portal/portal-common/pom.xml1
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>