summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--acl/pom.xml4
-rw-r--r--dhcp/pom.xml4
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 @@
<groupId>io.fd.hc2vpp.acl</groupId>
<parent>
- <artifactId>hc2vpp-aggregator</artifactId>
- <groupId>io.fd.hc2vpp</groupId>
+ <groupId>io.fd.honeycomb.common</groupId>
+ <artifactId>honeycomb-parent</artifactId>
<version>1.17.04-SNAPSHOT</version>
</parent>
<artifactId>acl-aggregator</artifactId>
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 @@
<groupId>io.fd.hc2vpp.dhcp</groupId>
<parent>
- <artifactId>hc2vpp-aggregator</artifactId>
- <groupId>io.fd.hc2vpp</groupId>
+ <groupId>io.fd.honeycomb.common</groupId>
+ <artifactId>honeycomb-parent</artifactId>
<version>1.17.04-SNAPSHOT</version>
</parent>
<artifactId>dhcp-aggregator</artifactId>