summaryrefslogtreecommitdiffstats
path: root/multivimbroker/pom.xml
diff options
context:
space:
mode:
authorXinhui Li <lxinhui@vmware.com>2017-08-01 20:14:59 +0800
committerXinhui Li <lxinhui@vmware.com>2017-08-01 21:11:46 +0800
commit235c61bd366e9cae452c8eae12d7b38ae5a0759f (patch)
tree6b8b73caffedab63113bc24fcf43460aa715333f /multivimbroker/pom.xml
parentdb693505f02d95e3b116b09b10193f6426b6280b (diff)
Set parent POM
This patch is to set the parent POM in pom.xml Signed-off-by: lxinhui@vmware.com Change-Id: I1d71b9a84eb74c0203f26eb9e6c709c71281cd5c
Diffstat (limited to 'multivimbroker/pom.xml')
-rw-r--r--multivimbroker/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/multivimbroker/pom.xml b/multivimbroker/pom.xml
index d855ba3..f6d0801 100644
--- a/multivimbroker/pom.xml
+++ b/multivimbroker/pom.xml
@@ -13,9 +13,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.openo.oparent</groupId>
+ <groupId>org.onap.oparent</groupId>
<artifactId>oparent</artifactId>
- <version>1.1.0-SNAPSHOT</version>
+ <version>1.0.0-SNAPSHOT</version>
<relativePath>../oparent</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>