diff options
-rw-r--r-- | samples/interfaces/pom.xml | 2 | ||||
-rw-r--r-- | samples/pom.xml | 2 | ||||
-rw-r--r-- | 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 @@ <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> |