diff options
Diffstat (limited to 'vpp-common/vpp-translate-test/pom.xml')
-rw-r--r-- | vpp-common/vpp-translate-test/pom.xml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/vpp-common/vpp-translate-test/pom.xml b/vpp-common/vpp-translate-test/pom.xml index 4dff6183d..e3fb45bbb 100644 --- a/vpp-common/vpp-translate-test/pom.xml +++ b/vpp-common/vpp-translate-test/pom.xml @@ -18,14 +18,13 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <parent> - <groupId>io.fd.honeycomb.vpp</groupId> + <groupId>io.fd.hc2vpp.common</groupId> <artifactId>vpp-impl-parent</artifactId> <version>1.16.12-SNAPSHOT</version> <relativePath>../../vpp-common/vpp-impl-parent</relativePath> </parent> <modelVersion>4.0.0</modelVersion> - <groupId>io.fd.honeycomb.vpp</groupId> <artifactId>vpp-translate-test</artifactId> <version>1.16.12-SNAPSHOT</version> <packaging>bundle</packaging> @@ -36,7 +35,7 @@ <dependencies> <dependency> - <groupId>io.fd.honeycomb.vpp</groupId> + <groupId>${project.groupId}</groupId> <artifactId>naming-context-api</artifactId> <version>${project.version}</version> </dependency> |