diff options
author | Marek Gradzki <mgradzki@cisco.com> | 2016-09-17 22:37:50 +0200 |
---|---|---|
committer | Marek Gradzki <mgradzki@cisco.com> | 2016-09-19 08:02:14 +0200 |
commit | fe170c5b051c878e41c6420e3d3010f44b4b03af (patch) | |
tree | 1c577fa6a0899b29c3f8b9776d6d23d77395f921 /infra | |
parent | 836238ab08e2736b97cdd5648b1364fe0a9149e4 (diff) |
Fix project names to match artifactId
Incorrect names can obscure statistics
provided by Sonar (uses project names, not artifact ids).
Change-Id: I6d8450cfd57ac3c19116760e8a474b705de9750b
Signed-off-by: Marek Gradzki <mgradzki@cisco.com>
Diffstat (limited to 'infra')
-rw-r--r-- | infra/it/pom.xml | 2 | ||||
-rw-r--r-- | infra/pom.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/infra/it/pom.xml b/infra/it/pom.xml index b7e334765..eecab0145 100644 --- a/infra/it/pom.xml +++ b/infra/it/pom.xml @@ -18,7 +18,7 @@ <groupId>io.fd.honeycomb.common</groupId> <artifactId>honeycomb-it-aggregator</artifactId> <version>1.16.9-SNAPSHOT</version> - <name>honeycomb</name> + <name>honeycomb-it</name> <packaging>pom</packaging> <modelVersion>4.0.0</modelVersion> <prerequisites> diff --git a/infra/pom.xml b/infra/pom.xml index d530d7eba..3e7088a57 100644 --- a/infra/pom.xml +++ b/infra/pom.xml @@ -25,7 +25,7 @@ <groupId>io.fd.honeycomb</groupId> <artifactId>infra-aggregator</artifactId> <version>1.16.9-SNAPSHOT</version> - <name>honeycomb-infra</name> + <name>infra</name> <packaging>pom</packaging> <modelVersion>4.0.0</modelVersion> <prerequisites> |