diff options
Diffstat (limited to 'l3/api')
-rw-r--r-- | l3/api/pom.xml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/l3/api/pom.xml b/l3/api/pom.xml index df9d9e4ab..265268aaa 100644 --- a/l3/api/pom.xml +++ b/l3/api/pom.xml @@ -20,13 +20,15 @@ <modelVersion>4.0.0</modelVersion> <parent> - <groupId>io.fd.honeycomb.common</groupId> + <groupId>io.fd.hc2vpp.common</groupId> <artifactId>api-parent</artifactId> <version>1.17.04-SNAPSHOT</version> + <relativePath>../../common/api-parent</relativePath> </parent> <groupId>io.fd.hc2vpp.l3</groupId> <artifactId>l3-api</artifactId> + <name>${project.artifactId}</name> <version>1.17.04-SNAPSHOT</version> <dependencies> |