Fixed parents for acl/dhcp aggregator modules 53/5453/1
authorJan Srnicek <[email protected]>
Tue, 21 Feb 2017 13:45:56 +0000 (14:45 +0100)
committerJan Srnicek <[email protected]>
Tue, 21 Feb 2017 13:45:56 +0000 (14:45 +0100)
Change-Id: I2231d16434ec769891069d66c92bd7cb7891a447
Signed-off-by: Jan Srnicek <[email protected]>
acl/pom.xml
dhcp/pom.xml

index 586166d..6b3643e 100644 (file)
@@ -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>
index 1d602db..79d4d65 100644 (file)
@@ -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>