diff options
author | Gary Wu <gary.i.wu@huawei.com> | 2016-08-22 16:19:14 -0700 |
---|---|---|
committer | Gary Wu <gary.i.wu@huawei.com> | 2016-08-22 16:19:14 -0700 |
commit | bc637cd902c7cb1fbcbf6e260bca74a571d8e51b (patch) | |
tree | 701f6acd7249031f38c885696e4615e3bb11c1ed /msb-parent | |
parent | 8b4add2d508fe9cd1b5a4901ac26ce6ad7ae5485 (diff) |
Inherit from oparent
Change-Id: Ida7833c41954cc268bce67ab7cb9f69420813a73
Issue-id: INT-41
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
Diffstat (limited to 'msb-parent')
-rw-r--r-- | msb-parent/msbparent-lite/pom.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/msb-parent/msbparent-lite/pom.xml b/msb-parent/msbparent-lite/pom.xml index 92baf1a..341de3d 100644 --- a/msb-parent/msbparent-lite/pom.xml +++ b/msb-parent/msbparent-lite/pom.xml @@ -18,13 +18,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>org.openo.oparent</groupId> <artifactId>oparent</artifactId> <version>1.0.0-SNAPSHOT</version> + <relativePath></relativePath> </parent> - --> <groupId>org.openo.msb</groupId> |