diff options
author | liangke <lokyse@163.com> | 2018-01-03 11:39:39 +0800 |
---|---|---|
committer | liangke <lokyse@163.com> | 2018-01-03 11:45:03 +0800 |
commit | 2b354ac832492da320f5e921041dafbee6c3f64b (patch) | |
tree | 3124c83a7b55803ba86713994a783f8b702e4d84 /pom.xml | |
parent | c88997385a2a0172ae01fd83a6d9fbce2e653266 (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.xml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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> |