diff options
Diffstat (limited to 'infra/it')
-rw-r--r-- | infra/it/benchmark/pom.xml | 1 | ||||
-rw-r--r-- | infra/it/management/pom.xml | 1 | ||||
-rw-r--r-- | infra/it/memory-benchmark-api/pom.xml | 1 | ||||
-rw-r--r-- | infra/it/memory-benchmark-scripts/pom.xml | 1 | ||||
-rw-r--r-- | infra/it/memory-benchmark/pom.xml | 1 |
5 files changed, 5 insertions, 0 deletions
diff --git a/infra/it/benchmark/pom.xml b/infra/it/benchmark/pom.xml index b5529ba2d..96baaeb5f 100644 --- a/infra/it/benchmark/pom.xml +++ b/infra/it/benchmark/pom.xml @@ -29,6 +29,7 @@ <modelVersion>4.0.0</modelVersion> <groupId>io.fd.honeycomb</groupId> <artifactId>benchmark</artifactId> + <name>${project.artifactId}</name> <version>1.18.04-SNAPSHOT</version> <packaging>jar</packaging> diff --git a/infra/it/management/pom.xml b/infra/it/management/pom.xml index 73a191f61..233450c30 100644 --- a/infra/it/management/pom.xml +++ b/infra/it/management/pom.xml @@ -32,6 +32,7 @@ <groupId>io.fd.honeycomb.it</groupId> <artifactId>management</artifactId> + <name>${project.artifactId}</name> <version>1.18.04-SNAPSHOT</version> <dependencies> diff --git a/infra/it/memory-benchmark-api/pom.xml b/infra/it/memory-benchmark-api/pom.xml index 5728f8cb0..cdec45a6e 100644 --- a/infra/it/memory-benchmark-api/pom.xml +++ b/infra/it/memory-benchmark-api/pom.xml @@ -12,5 +12,6 @@ <groupId>io.fd.honeycomb.it</groupId> <artifactId>memory-benchmark-api</artifactId> + <name>${project.artifactId}</name> <version>1.18.04-SNAPSHOT</version> </project>
\ No newline at end of file diff --git a/infra/it/memory-benchmark-scripts/pom.xml b/infra/it/memory-benchmark-scripts/pom.xml index 08992fe56..41e3e55e0 100644 --- a/infra/it/memory-benchmark-scripts/pom.xml +++ b/infra/it/memory-benchmark-scripts/pom.xml @@ -16,6 +16,7 @@ <modelVersion>4.0.0</modelVersion> <groupId>io.fd.honeycomb.it</groupId> <artifactId>benchmark-scripts</artifactId> + <name>${project.artifactId}</name> <version>1.18.04-SNAPSHOT</version> <packaging>jar</packaging> diff --git a/infra/it/memory-benchmark/pom.xml b/infra/it/memory-benchmark/pom.xml index df1e15784..498e8d345 100644 --- a/infra/it/memory-benchmark/pom.xml +++ b/infra/it/memory-benchmark/pom.xml @@ -29,6 +29,7 @@ <groupId>io.fd.honeycomb.it</groupId> <artifactId>memory-benchmark</artifactId> + <name>${project.artifactId}</name> <!-- Static version, we don't want it to be deployed anyway--> <version>1.0.0</version> <properties> |