diff options
author | 2016-09-14 15:00:54 +0800 | |
---|---|---|
committer | 2016-09-14 15:00:54 +0800 | |
commit | d089cf2631c2d647b97977bff905a2bdbff93986 (patch) | |
tree | 50bc400d59665099b1c137c009ac6a77c3e88b13 /pom.xml | |
parent | fd3c0d4674628bdb922984838803dbac5161e400 (diff) |
upload the servicegateway code .
Change-Id: I3fa83416412e9ef282bd03f45e011133965367c5
Signed-off-by: jiaxiangli <jiaxiangli@huawei.com>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 9 |
1 files changed, 4 insertions, 5 deletions
@@ -26,11 +26,10 @@ <modelVersion>4.0.0</modelVersion>
<groupId>org.openo.gso.gui</groupId>
<artifactId>gso-gui</artifactId>
- <version>1.0.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>gui</name>
-
- <!--modules>
- <module>lifecyclemgr</module>
- </modules-->
+ <modules>
+ <module>openo-portal</module>
+ <module>servicegateway</module>
+ </modules>
</project>
|