diff options
author | Gary Wu <gary.i.wu@huawei.com> | 2016-09-14 16:00:55 -0700 |
---|---|---|
committer | Gary Wu <gary.i.wu@huawei.com> | 2016-09-14 16:00:58 -0700 |
commit | 3bbfc4eb4d73011db19eb362bcebdde09124da9c (patch) | |
tree | fb7ebb20216d16271ba955b5d91cd4e8a221f7fc /catalog-parent | |
parent | ce8fd418ea45903257a610d4f82a7738fe01d552 (diff) |
Fix build errors in autorelease full clean build
Fix build errors found in autorelease during full clean build of all
projects.
Change-Id: I8131b7ca968dc48aa87000837003e69931967830
Issue-id: INT-9
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
Diffstat (limited to 'catalog-parent')
-rw-r--r-- | catalog-parent/catalogparent-lite/pom.xml | 3 | ||||
-rw-r--r-- | catalog-parent/catalogparent/pom.xml | 1 | ||||
-rw-r--r-- | catalog-parent/pom.xml | 1 |
3 files changed, 4 insertions, 1 deletions
diff --git a/catalog-parent/catalogparent-lite/pom.xml b/catalog-parent/catalogparent-lite/pom.xml index d57da778..3cf43712 100644 --- a/catalog-parent/catalogparent-lite/pom.xml +++ b/catalog-parent/catalogparent-lite/pom.xml @@ -1,3 +1,4 @@ +<?xml version="1.0"?> <!-- Copyright 2016 [ZTE] and others. @@ -20,7 +21,7 @@ <groupId>org.openo.oparent</groupId> <artifactId>oparent</artifactId> <version>1.0.0-SNAPSHOT</version> - <relativePath></relativePath> + <relativePath>../../../oparent</relativePath> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/catalog-parent/catalogparent/pom.xml b/catalog-parent/catalogparent/pom.xml index f0bddd82..00801a23 100644 --- a/catalog-parent/catalogparent/pom.xml +++ b/catalog-parent/catalogparent/pom.xml @@ -1,3 +1,4 @@ +<?xml version="1.0"?> <!-- Copyright 2016 [ZTE] and others. diff --git a/catalog-parent/pom.xml b/catalog-parent/pom.xml index c1a38903..a857dfa0 100644 --- a/catalog-parent/pom.xml +++ b/catalog-parent/pom.xml @@ -1,3 +1,4 @@ +<?xml version="1.0"?> <!-- Copyright 2016 [ZTE] and others. |