diff options
Diffstat (limited to 'infra/it/test-model/pom.xml')
-rw-r--r-- | infra/it/test-model/pom.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/infra/it/test-model/pom.xml b/infra/it/test-model/pom.xml index a2f47aa3c..909c4866f 100644 --- a/infra/it/test-model/pom.xml +++ b/infra/it/test-model/pom.xml @@ -22,8 +22,9 @@ </parent> <modelVersion>4.0.0</modelVersion> - <groupId>io.fd.honeycomb</groupId> + <groupId>io.fd.honeycomb.it</groupId> <artifactId>honeycomb-test-model</artifactId> + <name>${project.artifactId}</name> <version>1.16.12-SNAPSHOT</version> <packaging>bundle</packaging> |