From d4306a3988563c1a633c257da3649342453cca88 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 --- samples/interfaces/pom.xml | 2 +- samples/pom.xml | 2 +- vpp-common/pom.xml | 2 +- 3 files changed, 3 insertions(+), 3 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 @@ io.fd.honeycomb.samples.interfaces interfaces-aggregator 1.16.12-SNAPSHOT - honeycomb-infra + interfaces pom 4.0.0 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 @@ io.fd.honeycomb samples-aggregator 1.16.12-SNAPSHOT - honeycomb-infra + samples pom 4.0.0 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 @@ io.fd.honeycomb.vpp vpp-common-aggregator 1.16.12-SNAPSHOT - v3po + vpp-common pom 4.0.0 -- cgit 1.2.3-korg