diff options
author | j00302280 <j00101220@huawei.com> | 2016-09-08 19:06:58 +0800 |
---|---|---|
committer | j00302280 <j00101220@huawei.com> | 2016-09-08 19:06:58 +0800 |
commit | 7a21f247f37e63e634d06bde91296ccbe24e5102 (patch) | |
tree | e20cb577be459970f649194fd7ffbaffbf8f32fe /pom.xml | |
parent | 519ddf2d1d95596951d8ffc74c4df677c38b02e0 (diff) |
modify verify issus
Change-Id: Icfab58d8473cfd66160c0e68e2f9e50b7d9c4a2b
Signed-off-by: j00302280 <j00101220@huawei.com>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 13 |
1 files changed, 7 insertions, 6 deletions
@@ -18,12 +18,13 @@ -->
<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">
<parent>
- <groupId>org.openo.orchestrator</groupId>
- <artifactId>openoparentpom</artifactId>
- <version>0.0.1-SNAPSHOT</version>
+ <groupId>org.openo.oparent</groupId>
+ <artifactId>oparent</artifactId>
+ <version>1.0.0-SNAPSHOT</version>
+ <relativePath></relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
- <groupId>org.openo.orchestrator.openoiui</groupId>
+ <groupId>org.openo.gso.gui</groupId>
<artifactId>openoiui-parent</artifactId>
<packaging>pom</packaging>
<name>openoiui</name>
@@ -32,11 +33,11 @@ <openo.project.git.url>http://${openo.project.git.ip}/oipgit/Open-O/openoiui</openo.project.git.url>
</properties>
- <modules>
+ <!--modules>
<module>uiframe-iui</module>
<module>roc-iui</module>
<module>umc-iui</module>
<module>nsoc-iui</module>
<module>openoiui-standlone</module>
- </modules>
+ </modules-->
</project>
|