summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorliangke <lokyse@163.com>2018-01-03 11:39:39 +0800
committerliangke <lokyse@163.com>2018-01-03 11:45:03 +0800
commit2b354ac832492da320f5e921041dafbee6c3f64b (patch)
tree3124c83a7b55803ba86713994a783f8b702e4d84 /pom.xml
parentc88997385a2a0172ae01fd83a6d9fbce2e653266 (diff)
Fix some issues
Modify groupId and artifactId that make sure we use the correct properties.Also It need to change the vio snapshots path in dockerfile. Change-Id: Id4e5cde6e0225f56217a874cdfbfcbbd9408cc70 Issue-ID: MULTICLOUD-135 Signed-off-by: liangke <lokyse@163.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index ca13564..1aef33d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -19,6 +19,7 @@
<groupId>org.onap.oparent</groupId>
<artifactId>oparent</artifactId>
<version>0.1.1</version>
+ <relativePath>../oparent</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.onap.multicloud.openstack.vmware</groupId>