diff options
Diffstat (limited to 'vpp-management/pom.xml')
-rw-r--r-- | vpp-management/pom.xml | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/vpp-management/pom.xml b/vpp-management/pom.xml index a87af1d9d..e8f5cc445 100644 --- a/vpp-management/pom.xml +++ b/vpp-management/pom.xml @@ -19,9 +19,10 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <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> <packaging>pom</packaging> @@ -29,7 +30,9 @@ <groupId>io.fd.hc2vpp.management</groupId> <artifactId>vpp-management-aggregator</artifactId> + <name>${project.artifactId}</name> <version>1.17.04-SNAPSHOT</version> + <description>Aggregator for Hc2vpp vpp-management plugin</description> <modules> <module>api</module> |