summaryrefslogtreecommitdiffstats
path: root/lisp/api/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/api/pom.xml')
-rwxr-xr-xlisp/api/pom.xml5
1 files changed, 2 insertions, 3 deletions
diff --git a/lisp/api/pom.xml b/lisp/api/pom.xml
index b16aaea59..850d3c525 100755
--- a/lisp/api/pom.xml
+++ b/lisp/api/pom.xml
@@ -19,11 +19,10 @@
<groupId>io.fd.honeycomb.common</groupId>
<artifactId>api-parent</artifactId>
<version>1.16.12-SNAPSHOT</version>
- <relativePath>../../common/api-parent</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
- <groupId>io.fd.honeycomb.lisp</groupId>
+ <groupId>io.fd.hc2vpp.lisp</groupId>
<artifactId>lisp-api</artifactId>
<name>${project.artifactId}</name>
<version>1.16.12-SNAPSHOT</version>
@@ -48,7 +47,7 @@
<artifactId>yang-ext</artifactId>
</dependency>
<dependency>
- <groupId>io.fd.honeycomb.vpp</groupId>
+ <groupId>io.fd.hc2vpp.common</groupId>
<artifactId>naming-context-api</artifactId>
<version>${naming.context.version}</version>
</dependency>