diff options
author | Marco Platania <platania@research.att.com> | 2019-04-22 09:59:36 -0400 |
---|---|---|
committer | Marco Platania <platania@research.att.com> | 2019-04-22 09:59:36 -0400 |
commit | 4f98d93248841f05ee8f17b67d889e96783fb2d6 (patch) | |
tree | 1d372f441bd00d384f9cbc4de19d37739cc754f0 /vnfs/honeycomb_plugin/stream-count/stream-count-distribution/pom.xml | |
parent | 091c4647dbfc8115cac3153e55a23ebb5623add1 (diff) |
Fix path to parent POM in vFW use case
Change-Id: I349a71e302616bc2d2ed45511ddc0bc58f8dd6f9
Issue-ID: INT-1035
Signed-off-by: Marco Platania <platania@research.att.com>
Diffstat (limited to 'vnfs/honeycomb_plugin/stream-count/stream-count-distribution/pom.xml')
-rw-r--r-- | vnfs/honeycomb_plugin/stream-count/stream-count-distribution/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vnfs/honeycomb_plugin/stream-count/stream-count-distribution/pom.xml b/vnfs/honeycomb_plugin/stream-count/stream-count-distribution/pom.xml index 5d4f74ef..6bbc4a7e 100644 --- a/vnfs/honeycomb_plugin/stream-count/stream-count-distribution/pom.xml +++ b/vnfs/honeycomb_plugin/stream-count/stream-count-distribution/pom.xml @@ -10,7 +10,7 @@ <groupId>org.onap.demo.vnf</groupId> <artifactId>hc-onap</artifactId> <version>1.4.0-SNAPSHOT</version> - <relativePath>../parent-pom/pom.xml</relativePath> + <relativePath>../../parent-pom/pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> |