diff options
author | Marek Gradzki <mgradzki@cisco.com> | 2016-09-17 22:37:50 +0200 |
---|---|---|
committer | Marek Gradzki <mgradzki@cisco.com> | 2016-09-19 07:52:36 +0200 |
commit | d4306a3988563c1a633c257da3649342453cca88 (patch) | |
tree | 9af3b9cb29dfdc44f130070b9863998ef0094f8f /samples/interfaces | |
parent | 98884adcd808cada907e57caaaba8912004b38e4 (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 'samples/interfaces')
-rw-r--r-- | samples/interfaces/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/samples/interfaces/pom.xml b/samples/interfaces/pom.xml index cd4ebb869..f361c7480 100644 --- a/samples/interfaces/pom.xml +++ b/samples/interfaces/pom.xml @@ -25,7 +25,7 @@ <groupId>io.fd.honeycomb.samples.interfaces</groupId> <artifactId>interfaces-aggregator</artifactId> <version>1.16.12-SNAPSHOT</version> - <name>honeycomb-infra</name> + <name>interfaces</name> <packaging>pom</packaging> <modelVersion>4.0.0</modelVersion> <prerequisites> |