diff options
Diffstat (limited to 'lisp')
-rwxr-xr-x | lisp/api/pom.xml | 3 | ||||
-rwxr-xr-x | lisp/pom.xml | 7 |
2 files changed, 6 insertions, 4 deletions
diff --git a/lisp/api/pom.xml b/lisp/api/pom.xml index 6dc8d41ad..3be0799c9 100755 --- a/lisp/api/pom.xml +++ b/lisp/api/pom.xml @@ -16,9 +16,10 @@ <project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0" 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/lisp/pom.xml b/lisp/pom.xml index 661028286..0fd7c0355 100755 --- a/lisp/pom.xml +++ b/lisp/pom.xml @@ -17,9 +17,10 @@ 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.lisp</groupId> @@ -28,7 +29,7 @@ <name>${project.artifactId}</name> <packaging>pom</packaging> <modelVersion>4.0.0</modelVersion> - <description>Aggregator for Honeycomb LISP plugin</description> + <description>Aggregator for Hc2vpp LISP plugin</description> <modules> <module>api</module> |