summaryrefslogtreecommitdiffstats
path: root/nsh/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'nsh/pom.xml')
-rw-r--r--nsh/pom.xml7
1 files changed, 4 insertions, 3 deletions
diff --git a/nsh/pom.xml b/nsh/pom.xml
index 25c023123..a4584814c 100644
--- a/nsh/pom.xml
+++ b/nsh/pom.xml
@@ -16,9 +16,10 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" 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>
<groupId>io.fd.hc2vpp.nsh</groupId>
@@ -27,7 +28,7 @@
<name>${project.artifactId}</name>
<packaging>pom</packaging>
<modelVersion>4.0.0</modelVersion>
- <description>Aggregator for Honeycomb NSH_SFC plugin</description>
+ <description>Aggregator for Hc2vpp NSH_SFC plugin</description>
<modules>
<module>api</module>