diff options
Diffstat (limited to 'routing')
-rw-r--r-- | routing/pom.xml | 3 | ||||
-rw-r--r-- | routing/routing-api/pom.xml | 5 |
2 files changed, 3 insertions, 5 deletions
diff --git a/routing/pom.xml b/routing/pom.xml index e947d457e..35e3576f9 100644 --- a/routing/pom.xml +++ b/routing/pom.xml @@ -20,10 +20,9 @@ <groupId>io.fd.honeycomb.common</groupId> <artifactId>honeycomb-parent</artifactId> <version>1.16.12-SNAPSHOT</version> - <relativePath>../common/honeycomb-parent</relativePath> </parent> - <groupId>io.fd.honeycomb.routing</groupId> + <groupId>io.fd.hc2vpp.routing</groupId> <artifactId>routing-aggregator</artifactId> <version>1.16.12-SNAPSHOT</version> <name>${project.artifactId}</name> diff --git a/routing/routing-api/pom.xml b/routing/routing-api/pom.xml index 92c8824d7..0f029d1cb 100644 --- a/routing/routing-api/pom.xml +++ b/routing/routing-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.routing</groupId> + <groupId>io.fd.hc2vpp.routing</groupId> <artifactId>routing-api</artifactId> <version>1.16.12-SNAPSHOT</version> <packaging>bundle</packaging> @@ -62,7 +61,7 @@ <artifactId>yang-ext</artifactId> </dependency> <dependency> - <groupId>io.fd.honeycomb.v3po</groupId> + <groupId>io.fd.hc2vpp.v3po</groupId> <artifactId>v3po-api</artifactId> <version>${project.version}</version> </dependency> |