From fe170c5b051c878e41c6420e3d3010f44b4b03af Mon Sep 17 00:00:00 2001 From: Marek Gradzki Date: Sat, 17 Sep 2016 22:37:50 +0200 Subject: 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 --- common/pom.xml | 2 +- infra/it/pom.xml | 2 +- infra/pom.xml | 2 +- samples/interfaces/pom.xml | 2 +- samples/pom.xml | 2 +- vpp-common/pom.xml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/common/pom.xml b/common/pom.xml index 5222ac96b..1e9cb419a 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -18,7 +18,7 @@ io.fd.honeycomb.common honeycomb-common-aggregator 1.16.9-SNAPSHOT - honeycomb + honeycomb-common pom 4.0.0 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 @@ io.fd.honeycomb.common honeycomb-it-aggregator 1.16.9-SNAPSHOT - honeycomb + honeycomb-it pom 4.0.0 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 @@ io.fd.honeycomb infra-aggregator 1.16.9-SNAPSHOT - honeycomb-infra + infra pom 4.0.0 diff --git a/samples/interfaces/pom.xml b/samples/interfaces/pom.xml index 00611d92d..49bca0f0a 100644 --- a/samples/interfaces/pom.xml +++ b/samples/interfaces/pom.xml @@ -25,7 +25,7 @@ io.fd.honeycomb.samples.interfaces interfaces-aggregator 1.16.9-SNAPSHOT - honeycomb-infra + interfaces pom 4.0.0 diff --git a/samples/pom.xml b/samples/pom.xml index 4ce227e44..90cd8484b 100644 --- a/samples/pom.xml +++ b/samples/pom.xml @@ -25,7 +25,7 @@ io.fd.honeycomb samples-aggregator 1.16.9-SNAPSHOT - honeycomb-infra + samples pom 4.0.0 diff --git a/vpp-common/pom.xml b/vpp-common/pom.xml index f961264f3..1c710c0b0 100644 --- a/vpp-common/pom.xml +++ b/vpp-common/pom.xml @@ -25,7 +25,7 @@ io.fd.honeycomb.vpp vpp-common-aggregator 1.16.9-SNAPSHOT - v3po + vpp-common pom 4.0.0 -- cgit 1.2.3-korg