summaryrefslogtreecommitdiffstats
path: root/infra/it/it-test/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'infra/it/it-test/pom.xml')
-rw-r--r--infra/it/it-test/pom.xml15
1 files changed, 10 insertions, 5 deletions
diff --git a/infra/it/it-test/pom.xml b/infra/it/it-test/pom.xml
index bd2f9c0d6..2bbdff1a1 100644
--- a/infra/it/it-test/pom.xml
+++ b/infra/it/it-test/pom.xml
@@ -24,20 +24,25 @@
</parent>
<modelVersion>4.0.0</modelVersion>
- <groupId>io.fd.honeycomb</groupId>
+ <groupId>io.fd.honeycomb.it</groupId>
<artifactId>honeycomb-it-test</artifactId>
+ <name>${project.artifactId}</name>
<version>1.16.12-SNAPSHOT</version>
+ <properties>
+ <hc.infra.version>1.16.12-SNAPSHOT</hc.infra.version>
+ </properties>
+
<dependencies>
<dependency>
- <groupId>${project.groupId}</groupId>
+ <groupId>io.fd.honeycomb</groupId>
<artifactId>data-impl</artifactId>
- <version>${project.version}</version>
+ <version>${hc.infra.version}</version>
</dependency>
<dependency>
- <groupId>${project.groupId}</groupId>
+ <groupId>io.fd.honeycomb</groupId>
<artifactId>translate-impl</artifactId>
- <version>${project.version}</version>
+ <version>${hc.infra.version}</version>
</dependency>
<dependency>
<groupId>org.opendaylight.controller</groupId>