summaryrefslogtreecommitdiffstats
path: root/ioam
diff options
context:
space:
mode:
Diffstat (limited to 'ioam')
-rw-r--r--ioam/api/pom.xml4
-rw-r--r--ioam/impl/pom.xml3
-rw-r--r--ioam/pom.xml7
3 files changed, 8 insertions, 6 deletions
diff --git a/ioam/api/pom.xml b/ioam/api/pom.xml
index 200a06ccd..37d24f151 100644
--- a/ioam/api/pom.xml
+++ b/ioam/api/pom.xml
@@ -16,10 +16,10 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
- <groupId>io.fd.honeycomb.common</groupId>
+ <groupId>io.fd.hc2vpp.common</groupId>
<artifactId>api-parent</artifactId>
<version>1.17.04-SNAPSHOT</version>
-
+ <relativePath>../../common/api-parent</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/ioam/impl/pom.xml b/ioam/impl/pom.xml
index e88a040f6..2c061b1a8 100644
--- a/ioam/impl/pom.xml
+++ b/ioam/impl/pom.xml
@@ -16,9 +16,10 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
- <groupId>io.fd.honeycomb.common</groupId>
+ <groupId>io.fd.hc2vpp.common</groupId>
<artifactId>impl-parent</artifactId>
<version>1.17.04-SNAPSHOT</version>
+ <relativePath>../../common/impl-parent</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/ioam/pom.xml b/ioam/pom.xml
index 90852df8c..1bb703715 100644
--- a/ioam/pom.xml
+++ b/ioam/pom.xml
@@ -16,9 +16,10 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
- <groupId>io.fd.honeycomb.common</groupId>
- <artifactId>honeycomb-parent</artifactId>
+ <groupId>io.fd.hc2vpp.common</groupId>
+ <artifactId>hc2vpp-parent</artifactId>
<version>1.17.04-SNAPSHOT</version>
+ <relativePath>../common/hc2vpp-parent</relativePath>
</parent>
<groupId>io.fd.hc2vpp.ioam</groupId>
@@ -27,7 +28,7 @@
<name>${project.artifactId}</name>
<packaging>pom</packaging>
<modelVersion>4.0.0</modelVersion>
- <description>Aggregator for Honeycomb iOAM plugin</description>
+ <description>Aggregator for Hc2vpp iOAM plugin</description>
<modules>
<module>api</module>