Fix project names to match artifactId
authorMarek Gradzki <[email protected]>
Sat, 17 Sep 2016 20:37:50 +0000 (22:37 +0200)
committerMarek Gradzki <[email protected]>
Mon, 19 Sep 2016 05:52:36 +0000 (07:52 +0200)
Incorrect names can obscure statistics
provided by Sonar (uses project names, not artifact ids).

Change-Id: I6d8450cfd57ac3c19116760e8a474b705de9750b
Signed-off-by: Marek Gradzki <[email protected]>
samples/interfaces/pom.xml
samples/pom.xml
vpp-common/pom.xml

index cd4ebb8..f361c74 100644 (file)
@@ -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>
index 4c5eddf..d3d01b2 100644 (file)
@@ -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>
index e3caf38..a3b38fc 100644 (file)
@@ -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>