diff options
author | liboNet <libo.zhu@intel.com> | 2019-07-12 06:14:44 +0800 |
---|---|---|
committer | liboNet <libo.zhu@intel.com> | 2019-07-12 06:15:51 +0800 |
commit | bbfe2fbdfa9488bb7c464c55c328a9488a215247 (patch) | |
tree | 0db5185e32698e3940444d9e2bda48b0345f0d43 /artifactbroker | |
parent | 6be2a6d04b96b75f2d353d65a670ebe8525fa665 (diff) |
Fix the pom parent issue, should use the same one as multivimbroker uses
Change-Id: I7153334afdd1d3483bb2d73df1dde5ac23e6665a
Issue-ID: MULTICLOUD-701
Signed-off-by: liboNet <libo.zhu@intel.com>
Diffstat (limited to 'artifactbroker')
-rw-r--r-- | artifactbroker/pom.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/artifactbroker/pom.xml b/artifactbroker/pom.xml index 39c9134..ef01d80 100644 --- a/artifactbroker/pom.xml +++ b/artifactbroker/pom.xml @@ -15,9 +15,9 @@ <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.oparent</groupId> - <artifactId>oparent</artifactId> - <version>2.0.0</version> + <groupId>org.onap.multicloud.framework</groupId> + <artifactId>multicloud-framework</artifactId> + <version>1.4.0-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <groupId>org.onap.multicloud.framework</groupId> |