From f674354dbb4ee89aea8f748aa21e8c43602db9f2 Mon Sep 17 00:00:00 2001 From: Jan Srnicek Date: Tue, 21 Feb 2017 14:45:56 +0100 Subject: Fixed parents for acl/dhcp aggregator modules Change-Id: I2231d16434ec769891069d66c92bd7cb7891a447 Signed-off-by: Jan Srnicek --- acl/pom.xml | 4 ++-- dhcp/pom.xml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/acl/pom.xml b/acl/pom.xml index 586166dc9..6b3643ebb 100644 --- a/acl/pom.xml +++ b/acl/pom.xml @@ -17,8 +17,8 @@ io.fd.hc2vpp.acl - hc2vpp-aggregator - io.fd.hc2vpp + io.fd.honeycomb.common + honeycomb-parent 1.17.04-SNAPSHOT acl-aggregator diff --git a/dhcp/pom.xml b/dhcp/pom.xml index 1d602db37..79d4d6587 100644 --- a/dhcp/pom.xml +++ b/dhcp/pom.xml @@ -17,8 +17,8 @@ io.fd.hc2vpp.dhcp - hc2vpp-aggregator - io.fd.hc2vpp + io.fd.honeycomb.common + honeycomb-parent 1.17.04-SNAPSHOT dhcp-aggregator -- cgit 1.2.3-korg