diff options
author | Bin Yang <bin.yang@windriver.com> | 2017-08-30 11:44:14 +0800 |
---|---|---|
committer | Bin Yang <bin.yang@windriver.com> | 2017-08-30 11:44:14 +0800 |
commit | bbc1222bc0044a813bec83572a1acebcc459d5e0 (patch) | |
tree | 98f240c283690833186997037aaab292f7b6e293 /newton/pom.xml | |
parent | c43f075cf864bde514e0e664a3060dace05411ae (diff) |
Update newton pom setting
change the parent pom to oparent
Change-Id: I9cec5dfa5f23c109691226a31421692e3515f188
Issue-Id: MULTICLOUD-58
Signed-off-by: Bin Yang <bin.yang@windriver.com>
Diffstat (limited to 'newton/pom.xml')
-rw-r--r-- | newton/pom.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/newton/pom.xml b/newton/pom.xml index 4de4bf66..e1989492 100644 --- a/newton/pom.xml +++ b/newton/pom.xml @@ -13,10 +13,10 @@ --> <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.onap.multicloud.openstack</groupId> - <artifactId>multicloud-openstack-root</artifactId> + <groupId>org.onap.oparent</groupId> + <artifactId>oparent</artifactId> <version>1.0.0-SNAPSHOT</version> - <relativePath>../</relativePath> + <relativePath>../oparent</relativePath> </parent> <modelVersion>4.0.0</modelVersion> <groupId>org.onap.multicloud.openstack</groupId> |