diff options
author | Bin Yang <bin.yang@windriver.com> | 2019-07-11 04:44:30 +0000 |
---|---|---|
committer | Bin Yang <bin.yang@windriver.com> | 2019-07-11 04:44:30 +0000 |
commit | a45725dc4782595bb0ccc5fd8ae3318adf5f9e64 (patch) | |
tree | d7666014fffaef856debcdc1c83970bef731bc7b /multivimbroker/pom.xml | |
parent | 96bb41e64271accc719a49736bb9a2c89c49f25b (diff) |
Update oparent version
Change-Id: Ia25e71a0e2181020510127968a512e0cc5d704b1
Issue-ID: MULTICLOUD-698
Signed-off-by: Bin Yang <bin.yang@windriver.com>
Diffstat (limited to 'multivimbroker/pom.xml')
-rw-r--r-- | multivimbroker/pom.xml | 7 |
1 files changed, 3 insertions, 4 deletions
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> |