diff options
Diffstat (limited to 'v3po/api/pom.xml')
-rw-r--r-- | v3po/api/pom.xml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/v3po/api/pom.xml b/v3po/api/pom.xml index b625f79df..4b34c0d7f 100644 --- a/v3po/api/pom.xml +++ b/v3po/api/pom.xml @@ -18,11 +18,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.v3po</groupId> + <groupId>io.fd.hc2vpp.v3po</groupId> <artifactId>v3po-api</artifactId> <name>${project.artifactId}</name> <version>1.16.12-SNAPSHOT</version> @@ -50,7 +49,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>${project.version}</version> </dependency> |