diff options
Diffstat (limited to 'vpp-common/vpp-impl-parent/pom.xml')
-rw-r--r-- | vpp-common/vpp-impl-parent/pom.xml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/vpp-common/vpp-impl-parent/pom.xml b/vpp-common/vpp-impl-parent/pom.xml index 83be57ba8..7636a040c 100644 --- a/vpp-common/vpp-impl-parent/pom.xml +++ b/vpp-common/vpp-impl-parent/pom.xml @@ -20,11 +20,10 @@ <groupId>io.fd.honeycomb.common</groupId> <artifactId>impl-parent</artifactId> <version>1.16.12-SNAPSHOT</version> - <relativePath>../../common/impl-parent</relativePath> </parent> <modelVersion>4.0.0</modelVersion> - <groupId>io.fd.honeycomb.vpp</groupId> + <groupId>io.fd.hc2vpp.common</groupId> <artifactId>vpp-impl-parent</artifactId> <name>${project.artifactId}</name> <version>1.16.12-SNAPSHOT</version> @@ -47,7 +46,7 @@ <version>${jvpp.version}</version> </dependency> <dependency> - <groupId>io.fd.honeycomb.vpp</groupId> + <groupId>io.fd.hc2vpp.common</groupId> <artifactId>vpp-translate-utils</artifactId> <version>${project.version}</version> </dependency> |