summaryrefslogtreecommitdiffstats
path: root/multivimbroker/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'multivimbroker/pom.xml')
-rw-r--r--multivimbroker/pom.xml11
1 files changed, 5 insertions, 6 deletions
diff --git a/multivimbroker/pom.xml b/multivimbroker/pom.xml
index cd80d6c..ac66441 100644
--- a/multivimbroker/pom.xml
+++ b/multivimbroker/pom.xml
@@ -15,17 +15,16 @@
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>
+ <groupId>org.onap.multicloud.framework</groupId>
+ <artifactId>multicloud-framework</artifactId>
<version>1.0.0-SNAPSHOT</version>
- <relativePath>../oparent</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
- <groupId>org.onap.multicloud.framework</groupId>
- <artifactId>multicloud-framework</artifactId>
+ <groupId>org.onap.multicloud.framework.broker</groupId>
+ <artifactId>multicloud-framework-broker</artifactId>
<version>1.0.0-SNAPSHOT</version>
<packaging>pom</packaging>
- <name>multicloud-framework</name>
+ <name>multicloud-framework-broker</name>
<description>multivim broker</description>
<build>
<plugins>