summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--artifactbroker/pom.xml3
-rw-r--r--multivimbroker/pom.xml7
-rw-r--r--pom.xml3
3 files changed, 5 insertions, 8 deletions
diff --git a/artifactbroker/pom.xml b/artifactbroker/pom.xml
index b8ec774..f202647 100644
--- a/artifactbroker/pom.xml
+++ b/artifactbroker/pom.xml
@@ -17,8 +17,7 @@
<parent>
<groupId>org.onap.oparent</groupId>
<artifactId>oparent</artifactId>
- <version>1.2.0</version>
- <relativePath>../oparent</relativePath>
+ <version>2.0.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.onap.multicloud.framework</groupId>
diff --git a/multivimbroker/pom.xml b/multivimbroker/pom.xml
index 6f7eebf..9104e15 100644
--- a/multivimbroker/pom.xml
+++ b/multivimbroker/pom.xml
@@ -16,10 +16,9 @@
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>1.2.0</version>
- <relativePath>../oparent</relativePath>
+ <groupId>org.onap.multicloud.framework</groupId>
+ <artifactId>multicloud-framework</artifactId>
+ <version>1.3.4-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.onap.multicloud.framework</groupId>
diff --git a/pom.xml b/pom.xml
index ce0814c..7bfd94c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -18,8 +18,7 @@
<parent>
<groupId>org.onap.oparent</groupId>
<artifactId>oparent</artifactId>
- <version>1.2.0</version>
- <relativePath>../oparent</relativePath>
+ <version>2.0.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.onap.multicloud.framework</groupId>