diff options
Diffstat (limited to 'ioam/api')
-rw-r--r-- | ioam/api/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ioam/api/pom.xml b/ioam/api/pom.xml index ebdadea05..456c0540d 100644 --- a/ioam/api/pom.xml +++ b/ioam/api/pom.xml @@ -19,11 +19,11 @@ <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.vppioam</groupId> + <groupId>io.fd.hc2vpp.ioam</groupId> <artifactId>vppioam-api</artifactId> <name>${project.artifactId}</name> <version>1.16.12-SNAPSHOT</version> |