From 1b019bf2fcdddeae852f465e56255bb00c5c19d7 Mon Sep 17 00:00:00 2001 From: Marco Platania Date: Mon, 21 Jan 2019 10:36:52 -0500 Subject: [PATCH] Correct path to POM files Change-Id: Ie98617eaab6ae65c982bb15e71f72b090f45e553 Issue-ID: INT-824 Signed-off-by: Marco Platania --- vnfs/honeycomb_plugin/parent-pom/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vnfs/honeycomb_plugin/parent-pom/pom.xml b/vnfs/honeycomb_plugin/parent-pom/pom.xml index 54987e4c..b87f8a34 100644 --- a/vnfs/honeycomb_plugin/parent-pom/pom.xml +++ b/vnfs/honeycomb_plugin/parent-pom/pom.xml @@ -69,8 +69,8 @@ done - ../sample-plugin/sample-plugin-api - ../sample-plugin/sample-plugin-impl + ../sample_plugin/sample-plugin-api + ../sample_plugin/sample-plugin-impl ../stream-count/stream-count-api ../stream-count/stream-count-impl ../sample-distribution -- 2.16.6