diff options
author | huangjian <huang.jian12@zte.com.cn> | 2016-09-20 12:26:41 +0800 |
---|---|---|
committer | huangjian <huang.jian12@zte.com.cn> | 2016-09-20 12:26:41 +0800 |
commit | 9b4b4e1fb47ccce92334a5a33c3a25092babe267 (patch) | |
tree | 2e335ebbce43b00544c6d7f8ff39089613f9c778 /openo-portal/portal-extsys/pom.xml | |
parent | 97515bb57110cf736e92c5ae0c6fb330aff3d489 (diff) |
Change groupid
Change-Id: I32ecb588623ae84a823282b0e77f764b2c611a81
Signed-off-by: huangjian <huang.jian12@zte.com.cn>
Diffstat (limited to 'openo-portal/portal-extsys/pom.xml')
-rw-r--r-- | openo-portal/portal-extsys/pom.xml | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/openo-portal/portal-extsys/pom.xml b/openo-portal/portal-extsys/pom.xml index ded01b8d..c59e720c 100644 --- a/openo-portal/portal-extsys/pom.xml +++ b/openo-portal/portal-extsys/pom.xml @@ -19,14 +19,10 @@ <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> - <artifactId>openo-portal</artifactId> - <version>1.0.0-SNAPSHOT</version> - <relativePath/> + <groupId>org.openo.gso.gui</groupId> + <artifactId>openo-portal</artifactId> + <version>1.0.0-SNAPSHOT</version> </parent> - - <groupId>openo-portal.module.extsys</groupId> - <artifactId>module-extsys</artifactId> - <version>1.0.0-SNAPSHOT</version> + <artifactId>portal-extsys</artifactId> <packaging>pom</packaging> </project> |