diff options
author | Bin Yang <bin.yang@windriver.com> | 2017-08-30 10:58:42 +0800 |
---|---|---|
committer | Bin Yang <bin.yang@windriver.com> | 2017-08-30 10:58:42 +0800 |
commit | c43f075cf864bde514e0e664a3060dace05411ae (patch) | |
tree | 57b63385649801ec53b23885aff5e2422d96c67f /newton | |
parent | cb7770b35559af5d63cf44e20ea425b89046c096 (diff) |
Fix pom setting for newton
fix the parent setting of newton subproject which results
in failure of multicloud-openstack-master-merge-java
Change-Id: Iee70d4d642186d633ad8fcdf12529d0e79e3eaa4
Issue-Id: MULTICLOUD-58
Signed-off-by: Bin Yang <bin.yang@windriver.com>
Diffstat (limited to 'newton')
-rw-r--r-- | newton/pom.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/newton/pom.xml b/newton/pom.xml index 6d668991..4de4bf66 100644 --- a/newton/pom.xml +++ b/newton/pom.xml @@ -16,6 +16,7 @@ <groupId>org.onap.multicloud.openstack</groupId> <artifactId>multicloud-openstack-root</artifactId> <version>1.0.0-SNAPSHOT</version> + <relativePath>../</relativePath> </parent> <modelVersion>4.0.0</modelVersion> <groupId>org.onap.multicloud.openstack</groupId> |