diff options
Diffstat (limited to 'acl/pom.xml')
-rw-r--r-- | acl/pom.xml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/acl/pom.xml b/acl/pom.xml index 6b3643ebb..14b9e0b40 100644 --- a/acl/pom.xml +++ b/acl/pom.xml @@ -17,15 +17,17 @@ <groupId>io.fd.hc2vpp.acl</groupId> <parent> - <groupId>io.fd.honeycomb.common</groupId> - <artifactId>honeycomb-parent</artifactId> + <groupId>io.fd.hc2vpp.common</groupId> + <artifactId>hc2vpp-parent</artifactId> <version>1.17.04-SNAPSHOT</version> + <relativePath>../common/hc2vpp-parent</relativePath> </parent> <artifactId>acl-aggregator</artifactId> <version>1.17.04-SNAPSHOT</version> <name>acl-aggregator</name> <packaging>pom</packaging> <modelVersion>4.0.0</modelVersion> + <description>Aggregator for Hc2vpp ACL plugin</description> <modules> <module>acl-api</module> |