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 | 603fbff8cc4218b563594d62969662602f5138ac (patch) | |
tree | 4aa68f1a4e5d53db2d8f4b6310cf7a8f3e6800fa | |
parent | b0160e9ebfad6df64200906295831c83a23316f5 (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>
-rw-r--r-- | common/pom.xml | 2 | ||||
-rw-r--r-- | infra/it/pom.xml | 2 | ||||
-rw-r--r-- | infra/pom.xml | 2 | ||||
-rw-r--r-- | samples/interfaces/pom.xml | 2 | ||||
-rw-r--r-- | samples/pom.xml | 2 | ||||
-rw-r--r-- | vpp-common/pom.xml | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/common/pom.xml b/common/pom.xml index b121afd33..9c7c98a7a 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -18,7 +18,7 @@ <groupId>io.fd.honeycomb.common</groupId> <artifactId>honeycomb-common-aggregator</artifactId> <version>1.16.12-SNAPSHOT</version> - <name>honeycomb</name> + <name>honeycomb-common</name> <packaging>pom</packaging> <modelVersion>4.0.0</modelVersion> <prerequisites> diff --git a/infra/it/pom.xml b/infra/it/pom.xml index 6151ec6ac..8ebbd7e21 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.12-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 782f1f442..37ab3b42b 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.12-SNAPSHOT</version> - <name>honeycomb-infra</name> + <name>infra</name> <packaging>pom</packaging> <modelVersion>4.0.0</modelVersion> <prerequisites> 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> diff --git a/samples/pom.xml b/samples/pom.xml index 4c5eddf8b..d3d01b251 100644 --- a/samples/pom.xml +++ b/samples/pom.xml @@ -25,7 +25,7 @@ <groupId>io.fd.honeycomb</groupId> <artifactId>samples-aggregator</artifactId> <version>1.16.12-SNAPSHOT</version> - <name>honeycomb-infra</name> + <name>samples</name> <packaging>pom</packaging> <modelVersion>4.0.0</modelVersion> <prerequisites> diff --git a/vpp-common/pom.xml b/vpp-common/pom.xml index e3caf387e..a3b38fce3 100644 --- a/vpp-common/pom.xml +++ b/vpp-common/pom.xml @@ -25,7 +25,7 @@ <groupId>io.fd.honeycomb.vpp</groupId> <artifactId>vpp-common-aggregator</artifactId> <version>1.16.12-SNAPSHOT</version> - <name>v3po</name> + <name>vpp-common</name> <packaging>pom</packaging> <modelVersion>4.0.0</modelVersion> <prerequisites> |