diff options
author | seshukm <seshu.kumar.m@huawei.com> | 2017-01-20 17:43:08 +0530 |
---|---|---|
committer | seshukm <seshu.kumar.m@huawei.com> | 2017-01-20 17:43:08 +0530 |
commit | f0b211f269df2b0bb10d5552d14aeb8991a750ed (patch) | |
tree | 1bd6ccf7503f8dad0785e03ce52937a55ae9555b /pom.xml | |
parent | 68036a69f0dd0dad6b6a715d9850997d21f82940 (diff) |
GUI Code refactor
GUI Code refactor for the sun release code.
Issue-Id : CLIENT-11
Change-Id: I771cc25ff3c8ff7a4e939ce7baef7dd94a67974b
Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 18 |
1 files changed, 13 insertions, 5 deletions
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (C) 2015 ZTE, Inc. and others. All rights reserved. (ZTE) + Copyright (C) 2017 Huawei, Inc. and others. All rights reserved. (ZTE) Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -24,11 +24,19 @@ <relativePath>../oparent</relativePath> </parent> <modelVersion>4.0.0</modelVersion> - <groupId>org.openo.gso.gui</groupId> - <artifactId>gso-gui</artifactId> + <groupId>org.openo.client.gui</groupId> + <artifactId>client-gui</artifactId> <packaging>pom</packaging> - <name>gso-gui</name> + <name>client-gui</name> <modules> - <module>openo-portal</module> + <module>portal-package</module> + <module>portal-framework</module> + <module>portal-resmgr</module> + <module>portal-extsys</module> + <module>portal-catalog</module> + <module>portal-auth</module> + <module>portal-lifecyclemgr</module> + <module>portal-performance</module> + <module>portal-monitor</module> </modules> </project> |