diff options
author | Gary Wu <gary.i.wu@huawei.com> | 2016-08-22 16:33:28 -0700 |
---|---|---|
committer | Gary Wu <gary.i.wu@huawei.com> | 2016-08-24 14:11:01 +0000 |
commit | 851e7a768b69bad3105d7d35d36a1f11045e2ab0 (patch) | |
tree | 8f7f164945d3c42bbad1fd49d9a4864c377fdce7 /catalog-parent/catalogparent-lite | |
parent | 5c16ff58fc795440b76c7bf724deba6e78366b86 (diff) |
Inherit from oparent
Change-Id: Ib62cf2ca10212f589ac097c66ef75c48773cdca7
Issue-id: INT-41
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
Diffstat (limited to 'catalog-parent/catalogparent-lite')
-rw-r--r-- | catalog-parent/catalogparent-lite/pom.xml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/catalog-parent/catalogparent-lite/pom.xml b/catalog-parent/catalogparent-lite/pom.xml index 01c023d4..ca5f0624 100644 --- a/catalog-parent/catalogparent-lite/pom.xml +++ b/catalog-parent/catalogparent-lite/pom.xml @@ -16,11 +16,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"> - <!--parent> + <parent> <groupId>org.openo.oparent</groupId> <artifactId>oparent</artifactId> <version>1.0.0-SNAPSHOT</version> - </parent--> + <relativePath></relativePath> + </parent> <modelVersion>4.0.0</modelVersion> <groupId>org.openo.commontosca.catalog</groupId> |